body{
	font-family: arial,sans-serif;
    font-weight: 400;
    color: #434343;
    -webkit-font-smoothing: antialiased;
}


.clr_red{
	color:red;
}



/* === Cookie header style === */

.cc-window{
    z-index: 9999 !important;
}


/* === Browse Aloud style === */

#__ba_panel{
    display:none !important;
}



.borderTopGrey{
    border-top: 1px solid #c6c7c9;
}


span.formhint {
    color: #333;
    font-size: 0.9em;
}


.menu-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    max-width: 300px;
    text-align: left;
    border:solid 1px red;
}


/*Super fish css*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: -246px;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/* Vacine form */
#vaccineForm label,#vaccineForm input[type="radio"]{
	display:inline;
}

#vaccineForm input[type="text"]{
width:300px;
}

#vaccineForm .giveDetails{
display:none;
}

#vaccineForm div p {
    margin: 0;
}

#vaccineForm div{
   padding-top: 30px;
}




/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/* === End of superfiush css === */












ul.sf-menu{
    margin-bottom: 0;
}

/* ul.sf-menu li.current{
    outline:0 !important;
    border:0 !important;
} */

ul#menuBack{
    margin-bottom: 0;
    border:solid 1px #F1F0EE;
    background-color:#F1F0EE;
    border-radius:15px;
    padding:10px;
}


ul.sf-menu li {
    list-style-type: none;
    border-bottom: 1px solid #d5d4d0;
    font-size: 16px;
    font-weight: 600;
    color: #004785;
    margin-bottom: 0;
}

 ul.sf-menu li a {
    padding:12px;
    margin:1px;
    display: block;
    color: #505050;
    font-weight: 700;
    background-position: 85% 50%;
    text-align: left;
    text-decoration: none;
    background-color:#f1f0ee;
    width:300px;
    max-width: 300px;
}

ul.sf-menu a#menuLink{
    border-top: 5px;
    text-align: right !important;
    background-color: transparent !important;
    background: none;
}

ul.sf-menu li a#menuLink{
    cursor: pointer;
    width: 34px;
    padding: 0;
    font-size: 1.6em;
}

#menuLink:focus {
    outline: #fff 0 solid;
}


ul.sf-menu li a:hover {
    color: rgb(0, 68, 137);
    text-decoration: none;
    background: url("/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/Common/right-icon.png") 94% 50% no-repeat #f1f0ee;
    transition: all .2s ease-in-out;
}

ul.sf-menu li:last-child {
    border-bottom: 0;
    margin-bottom: -2px;
}

ul.sf-menu li:first-child {
    border-top: 0;
    text-align: right !important;
    background-color: transparent !important;
}



ul.sf-menu li h5 {
    display: block;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    margin: 0 0 0 8px;
}


ul.sf-menu li:hover{
    background-color: #f1f0ee;
}

.text-right {
    text-align: right;
}

.headerCont{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;

}

.header-top-container {
    height: 84px;
    padding-top: 0;
}

.header-top-container .nhs24-logo img{
    width:66px;
}

.header-top-container h1 {
    font-size:1em;
}


/* ==== Search in header ==== */



.standard #searchContent{
    margin-top:1em;
}

.search-icon{
    z-index: 999;
    display: inline-block;

}

#searchError{
    display: none;
    position: relative;
    left: -3px;
}


.search-container {
    margin-top: 10px;
    width: 70%;
    height: 34px;
    float: left;
    transition: all .4s ease-in-out;
}



.search-submit {
        background: url("/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-icons.png") 11px -68px no-repeat;
}



#ctl01_SearchPanel form{
    color:#444 !important;
    position: relative;
    left: 23px;
    height:100%;
    width:100%;
    margin: 0;
}


.search_results h2,.search_results p.search-no-results{
    color:#444;
}

.container .search-container input.ac_input {
    position: relative;
    margin: 0 0 3px 0;
    
    width: 58%;
}

.gsSearch {
    border: solid 1px #ccc;
    border-radius: 24px;
    height: 38px;
    width: 67%;
}

.gsSearch input.search-submit{
    padding: 0 15px 0 36px;
    position: relative;
    border: 0;
    height: 90%;
    top: 1px;
    left: -1px;
    border-left: solid 1px #ccc;
    border-radius: 0;
}

input.search-words {
    width:38%;
}

.ac_over {
    background-color: #00a2e5 !important;
    color: white;
}

.ac_results {
    padding: 0px;
    border: 1px solid #96989a !important;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.ac_results li {
    margin: 0px;
    padding: 9px 10px !important;
    cursor: default;
    display: block;
    font: menu;
    font-size: 1.1em !important;
    line-height: 14px;
    overflow: hidden;
}

.standard h2.search-header{
    color:#005a9e !important;
    font-weight: bold !important;
    text-align: left;
    margin-top:0.2em;
}

.standard .search-header hr{
    margin-top: 0 !important;
}

.standard h3.search-entry-title a{
    color:#337ab7 !important;
}

.standard span.next {
    float: right;
}

.search-results li{
    list-style-type: none;
}

.search-entry-date{
    margin-top:-20px;
    color: #787676;
}

.search-entry-excerpt{
    margin-top:20px;
    color: #434343;
    font-size: 16px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 12px;
}






.dropdown {
    margin-top: 0;
    transition: all .4s ease-in-out;
    width: 50px;
    padding-right:20px;
    float: right;
    cursor: pointer;
    font-size: 1.4em;
    display: inline-block;

}

.imenu {
    background-position: 0 0;
    width: 30px;
    height: 21px;
    display: block;
}

.dropdown, .dropup {
    position: relative;
}

.toggle{
    position: absolute;
    right: 11%;
    top: 18px;
    z-index: 9999 !important;
    padding: 0;

}


.toggle-click{
    color: #444;
    font-size: 1.5em;

}

.header-bottom-container {
    background: #f0f1f3;
    border-bottom: 1px solid #d0d0d2;
    /*height: 63px;*/
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    -webkit-box-shadow: inset -5px 10px 4px -11px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -5px 10px 4px -11px rgba(0,0,0,0.25);
    box-shadow: inset -5px 10px 4px -11px rgba(0,0,0,0.25);
}

.header-bottom-container .row.m1000 {

	position:relative;
	top:4px;
}



.header-bottom-container p {
    font-size: 16px;
    color: #272728;
    margin: 0;
}

.header-top-container .m1000, .header-bottom-container .m1000{
    padding:0 9%;
}

.listen-voice-icon span {
    background: url("/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/browsealoudIcon.png") 0 0 no-repeat;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    background-size: 90%;
}

.social-share span {
    position: relative;
    top: -15px;
}

.social-share a{
    text-decoration: none;
}

.m6.l6.columns.social-share.text-right.pad-tab-right {
    border-left: solid 1px #ccc;
    margin-left: 2%;
    padding-left:2%;
}

.social-share a{
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}

.social-share p{
    line-height: 1;
    position: relative;
    right: -10px;
}

.banner {
    position: relative;
    margin-top: 0;
}

.top-share-icon {
    margin: 0 0 0 5px;
    display: inline-block;
}

.top-share-icon img{
    width:40px;
    height:40px;
}


.floatRight{
    float: right;
}

.floatCenter{
    float: center;
}

.grey-hld {
    background-color: #f3f3f3;
    margin-top: -20px;
}

.grey-hld .m1000 {
    padding: 20px 6% 20px 9%;
}

.light-blue {
    background-color:#007DB3;
}

.light-blue .columns p, .light-blue .columns h3{
        margin-left: 20px;
   }

.services-hld {
    background-color: #fff;
    border-radius: 4px;
    margin-top: -113px;
    padding-top: 39px;
    padding-bottom:20px;
    height: 100%;
    position: relative;
    z-index: 9;
    width:50%;
}

.lPad{
	padding-left:38px;
	padding-right:20px;
	margin-right:-2px;
}

.rPad{
	padding-left:20px;
	padding-right:38px;
	margin-left:-2px;
}

.service-aside h2 {
    color: #404040;
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 5px;
}

.service-aside p {
    margin-bottom: 15px;
}

.service-aside article {
    background-color: #f7f7f7;
    margin-bottom: 30px;
    height: 100%;
    overflow: hidden;
    padding: 30px 27px;
    margin-top: -7px !important;
}

.service-aside a.read-mre {
    float: right;
}


.read-mre {
    /* background-color: #00a2e5; */
    background-color: #007DB3;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 12px 0 16px;
    line-height: 49px;
    display: inline-block;
    text-decoration: none;
    width:110px;
}

.read-mre span {
    background: url('/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-home.png') 100% -95px no-repeat;
    display: inline-block;
    width: 8px;
    height: 12px;
    margin-left: 12px;
}

.read-mre{
	transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
}

.read-mre:hover{
	width:115px;
}

.bottom-img {
    text-align: center;
}

/* Scroll bot */



.scroll-bot {
    background: url('/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-home.png') 0 -191px no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    text-indent: -20000px;
    position: relative;
    top: -65px;
    z-index: 10;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.scroll-bot-white {
    background: url('/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-home.png') 0 -330px no-repeat;

}

.scroll-bot:hover {
    margin-top: 8px;
    margin-bottom: -8px;
}

.bottom-img-curve {
    clear: both;
    background: url('/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-icons.png') 0 -3101px no-repeat;
    width: 138px;
    height: 31px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -4px;
}


.first-grey a.scroll-bot {
    left:-19px;
}

.grey-hld .bottom-img-curve, .first-grey a.scroll-bot{
    left:-19px;
}



.nudgeUp{
    top: -7px;
}


.grey-hld .bottom-img-curve, .first-grey a.scroll-bot .nudgeUp{
    top: -4px;
}

#dvCorporate .bottom-img-curve{
	left:-3px;
	top: 0;
}


.local-service-hld h2 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 5px;
}

.news-pan{
    background-color: #fff;
    text-align: left;
    padding: 40px 40px;
    min-height: inherit;
}

.news-pan h3,.local-service-hld h2{
    color: #004785;
}

.news-pan p,.local-service-hld p, .corp-pan p, .service-aside p,
.local-service-hld ul li, .twitter-feeds p, p.timeline-Tweet-text {
    /* color:#808080;  */
    color:#666666;
}

.service-aside p, p.timeline-Tweet-text, .local-service-hld ul li, .serv-offer p, .corp-pan p, .local-service-hld p, .local-service-hld p {
    font-size: 18px;
    font-weight: normal;
}



.local-service-hld p {
    line-height: 24px;
    margin-bottom: 12px;
}

.local-service-hld ul li {
    line-height: 24px;
    margin-left: 34px;
}

.blue-top-curve {
    background: url('/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-icons.png') 0 -3006px no-repeat;
    width: 128px;
    height: 31px;
    display: block;
    margin: 0 auto;
}

.news-pan h3 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 24px;
}

.flex-direction-nav a{
    width: 40px;
    height: 40px;
    display: block;
    transition: all .2s ease-in-out 0s;
}

a.flex-prev {
    background: url('/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-home.png') 0 -40px no-repeat;
}

a.flex-next {
    background: url('/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-home.png') 100% 0 no-repeat;
}

.serv-offer h2 {
    font-size: 40px;
    font-weight: bold;
    color: #004785;
    text-align: center;
    padding: 40px 0 0;
}

.serv-offer p {
    font-size: 18px;
    color:#666666;
    text-align: center;
    padding: 0 137px;
    margin: 5px 0 15px;
}

.light-blue .s12.m6.l6.columns {
    padding-left: 20px;
}

.nhs-inform {
    padding: 35px 38px;
}

.nhs-inform h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.nhs-inform p {
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 0;
}

.nhs-inform .read-mre {
    background-color: #003564;
}

.nhs-inform .read-mre:hover {
    background-color: #04628a;
}

.dark-blue-block {
    position: relative;
    margin: 20px 15px;
    background-color: #004785;
    padding: 40px;
    text-align: center;
}

.dark-blue-block .read-mre {
    background-color: #003564;
}

.dark-blue-block h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 31px;
    color: #fff;
    text-align: center;
    padding: 0 40px;
}

.dark-blue-block p {
    padding: 0;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0 30px;
}

#dark-blue-blocks .row.m1000{
    padding: 20px 5% 20px 8%;
}

a#dbs_link{
    width: 27%;
    margin-right: 16px;
}

.mr-serv-topmrg {
    margin-top: 30px;
}

.mr-serv-topmrg a {
    width:132px !important;
}

.mr-serv-topmrg a:hover {
    width:137px !important;
}

.bottom-img {
    text-align: center;
}

.blue-bottom-curve {
    background: url('/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-icons.png') 0 -2823px no-repeat;
    width: 128px;
    height: 31px;
    display: block;
    margin: 0 auto;
}

.feed-scroll {
    height: 494px;
    background-color: #fff;
}

.follow-pan {
    padding: 34px 0 0 56px;
    background-color: #f3f3f3;
    border-top: 1px solid #dbdbdb;
}

/* Twitter */

.twitter-feeds p {
    line-height: 26px;
    margin-bottom: 32px;
}

.twitter-feeds{
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.timeline-Header, .timeline-Footer
{
    display:none !important;
}

div#twitter-holder {
    min-height: 554px;
}

.corp-pan h3 {
    color: #004785;
    font-size: 40px;
    font-weight: bold;
    margin: 31px 0 10px;
}

.corp-pan p {
    line-height: 26px;
    margin-bottom: 32px;
}

#dvCorporate_Butts{
    padding-top: 0;
    padding-bottom: 4em;
}

/* SCROLLBAR width */
.mCustomScrollbar{
    max-height:500px !important;
    max-width:100%;
    padding:20px;
    background:#fff;
    border-radius:3px;
    box-shadow:2px 2px 3px rgba(0,0,0,.1);
    overflow: hidden;
}


.feed-scroll {
    height: 470px;
    background-color: #fff;
}

.timeline-Tweet-text {
    margin-top: 6px;
    margin-left: 0;
    font-size: 12px;
    line-height: 18px;
}


.footerGrey{
    background: #232428;
    padding: 34px 0 90px 0;
}

.footerGrey ul{
    list-style: none;
}

.footerGrey ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 0;
    display: inline-block;
    text-decoration: none;
}

.footerGrey .innerContainer{
    width: 71%;
    display: block;
    margin:0 auto;
}

.footerGrey h4{
    color: #fff;
    font-size: 20px;
    margin: 10px 0 21px;
    font-weight: bold;
}

#footBck1{
    padding-left:0;
}

#footBck2 h4{
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#footBck2{
    text-align: center;
    margin-left:0;
    line-height: 1;
}

#footBck3 img{
    width:87px;
    height:73px;
    float: right;
    margin-top: 15px;
}

.bottom-share-icon img{
    width: 50px;
    height: 50px;
}

.bottom-share-icon {
    margin: 0 4px 0 0;
    position: relative;
    display: inline-block;
}

.bottom-share-icon:hover::after {
    box-shadow: inset 0 0 0 4px #a9abaf;
}

.bottom-share-icon::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .3s ease-in-out;
}

.back-to-top {
    width: 126px;
    height: 31px;
    margin: -64px auto 0;
    text-align: center;
    background: url("/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-icons.png") 0 -3294px no-repeat;
    padding-top: 7px;
}

.back-to-top a {
    display: block;
    height: 42px;
    width: 42px;
    background: url("/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/sprite-icons.png") 0 -3374px no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -20000px;
    margin: 0 auto;
}

.footer-bottom-container {
    background: #292a2f;
    color: #fff;
    padding: 33px 0;
    font-size: 16px;
}

.copy{
    text-align: center;
    padding-top: 50px;
}




/* content templates */

.topCont{
    margin-top:1em;
}


.standard h1  {
    font-size: 2em;
}


.standard h2 {
    font-size: 1.6em;
    font-weight: 500;
    color: #004785;
    padding: 10px 0;
}

.standard h1{
    font-weight: 600;
    color:#376d9d;
    border-bottom: 1px solid #c6c7c9;
    padding-bottom: 15px;
    margin-bottom: 27px;
    text-align: left;
    clear: both;
}

.standard h3,.standard h2, h3.search-entry-title a {
    font-size: 20px;
    font-weight: bold;
    color: #376d9d;
    padding-bottom: 0!important;
}

.standard p{
    padding-top: 6px;
    font-weight: normal;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

.standard{
    color:#434343;
    margin-bottom: 2em;
}

.standard a{
    color: #2b567c;
}

.standard a.btn-link, a.visit-external{
    background: #175286;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    padding: 9px 20px;
    border-bottom: none!important;
    float:right;
    text-decoration: none;
}

.standard table.boardTable td {
    border-bottom:none;
}


.standard table.boardTable td a {
    background-color: #f0f1f3;
    border: 1px solid #d7d8d9;
    padding: 20px 13px;
    display: block;
    text-align: center;
    color:#2b5c8a;
    text-decoration: none;
}

.standard table.boardTable td a:hover {
    background-color: #00a2e5;
    color:#fff;
}



.moveLeft{
    float: left !important;
}

.mediaButNudge{
    position: relative;
    top: -25px;
}


.standard .row {
    border-bottom: solid 1px #bdbdbd;
    padding-bottom: 22px;
    padding-top: 29px;
}

ul.breadcrumbs{
	margin-bottom:3.5em;
}

ul.breadcrumbs li a{
    color: #333;
    position: relative;
    text-decoration:none;
}

ul.breadcrumbs li a:hover {
    color: #000;
}

ul.breadcrumbs>li {
    float: left;
    padding: 0 10px;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 0;
}

ul.breadcrumbs>li:first-child{
    padding-left: 0;
}



ul.breadcrumbs>li+li::before {
    color: #272728;
    content: ">";
    padding: 0 10px 0 0;
}

ul.breadcrumbs>li a:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .4s ease, background-color .4s ease;
}

ul.breadcrumbs>li a:hover:after {
    width: 100%;
    background: #000;
}



/* 111 sections */

.table111 th:first-child, .table111 td:first-child {
    padding-left: 10px;
}

.cont_111_box{
    border:solid 1px #ccc;
    margin:25px 0;
}

.cont_111_cont{
    padding:20px 12px;
}

.cont_111_arrow {
    border-width: 0 13px 13px 0;
    display: inline-block;
    position: relative;
    top: -30px;
    left: 25px;
    padding: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/*white text and padding*/
.cont_111_blue h3:first-child, .cont_111_red h3:first-child{
    color:#fff;
    padding: 12px 10px !important;
}

/*red arrow and h3 background */
.cont_111_red h3:first-child, .cont_111_red span{
    background-color: #ca2b2b;
}

/*blue arrow and h3 background */
.cont_111_blue h3:first-child, .cont_111_blue span{
    background-color: #376DA1;
}



table.page-section{
    width:90%;
    text-align: left;
    border-top: none;
}

table.page-section td{
    border-bottom:none;
}

table.page-section a {
    color: #004785;
    position: relative;
    font-size:18px;
}

table.page-section a:hover {
    color: #434343;
    text-decoration: none;
}

.pagination div {
    display: inline-block;
    min-width:200px;
}

.pagination div.previous {
    float: left;
    text-align: left;

}

.pagination div.next {
    float: right;
    text-align: right;
}

.pagination div.previous, .pagination div.next {
    margin-top: 2em;
}

.pagination a, a.pagination,  input.formSubButton {
    color: #2b567c;
    border: 1px solid #2b567c;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 11px 12px;
    min-width: 138px;
    text-align: center;
    text-decoration: none;
}


.pagination a:hover, a.pagination:hover {
background: #69c8f0;
}

.row.pagination {
    margin-bottom: 2em;
}

.download-outer-container {
    margin-top: 10px;
    padding: 36px 0 20px;
}

.download-container {
    background: #f0f1f3;
    border: 1px solid #d8d9dc;
}

.download-container h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding: 13px 0px 13px 18px;
    border-bottom: 1px solid rgb(215, 216, 217);
}




.download-container p{
    background-position: 20px 0;
    background-repeat: no-repeat;
    padding-left: 89px;
    padding-right: 18px;
    padding-bottom: 1.5em;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    color: rgb(67, 67, 67);
    border-bottom: solid 1px #ccc;
}

.download-container p.xls{
     background-image: url(https://nrs.preservation.mirrorweb.com/public/20210701080343oe_/https://www.nhs24.scot/data/uploads/common/xls.jpg);
}

.download-container p.pdf{
     background-image: url(/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/Common/icon-pdf.jpg);
}

.download-container p.doc{
     background-image: url(/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/Common/icon-word.jpg);
}

.download-container p.zip{
     background-image: url(/public/20210701080343oe_/https://www.nhs24.scot/theme/NHS24/images/Common/icon-zip.jpg);
}

.download-container p a {
    color: #333;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.download-container p a:hover {
    text-decoration: underline;
}


.error {
    color: #ff3a3a !important;
    margin: -0.5em 0 1em 0;
    display: block;
}

.formCenter, .standard #infoTitle{
    width:65%;
    text-align: left;
}

input.formSubButton{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.standard form label{
    color: #434343;
}


.standard p.formTitle{
    font-weight: bold;
    margin-top:1em;
    font-size: 2em;
    border-bottom:solid 1px #ccc;
}

.standard form p:first-child{
    margin-bottom: 12px;
}

#otherData{
    display:none;
}

#three-cs-form #otherData{
    display:block !important;
}

#meChoice{
    checked:true;
}

#infoTitle span {
    color: #797979;
    font-size: 0.7em;
}

.formSubButton{
    margin-top:1.3em;
}

.mediaBox td{
    border: none;
    width: 50%;
}

.mediaBox td div{
    background-color: #f0f1f3;
    border:solid 1px #ccc;
    margin: 0;
    padding:20px;
}



.membersList td:first-child{
    padding-top:0;
}

.membersList h3 + p{
     position:relative;
     top:-1.5em;
}

.membersList p{
    margin:0;
}

.membersList h3{
    padding-top:1.1em;
}

.membersList a.btn-link {
    top: -3em;
    position: relative;
}


.search-entry-language{
	display:none !important;
}


.gsSearch label,.search-icon span {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}


.gsSearch input[type="submit"]:focus{

}

.gsSearch input[type="submit"]:hover{
    color:rgb(40, 86, 139);
}

.gsSearch:focus{
    outline: 0;
    /* border:0; */
}

/* For accessibility with keyboard */

body:not(.user-is-tabbing) button:focus,
/* body:not(.user-is-tabbing) input:focus, */
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

.row.m1000.mobileSearch{
    display: none;
}

input.search-words:focus,input.search-submit:focus, a:focus {
    
    outline:3px solid #fd0;
    outline-offset: 0;
}

/* Responsiveness ==================================== */

@media only screen and (min-width:1000px) and (max-width:1200px){
    .gsSearch {
        border: solid 1px #ccc;
        border-radius: 24px;
        height: 38px;
        width: 78%;
    }

    #ctl01_SearchPanel form {
        color: #444 !important;
        position: relative;
        left: 16px;
        height: 100%;
        width: 100%;
        margin: 0;
    }

   
}




/* Medium view ===========================  */
@media only screen and (min-width: 650px) and (max-width:999px){

    
    .gsSearch {
        width: auto;
    }

    .gsSearch input.search-submit {
        left: 0;
    }

    .search-container {
        width: auto;
    }

    input.search-words {
    	width: 51% !important;
	}

    .services-hld .read-mre{
        margin-bottom: 130px;
    }

    .lPad {
        padding-left: 21px;
    }

    .rPad {
        padding-right: 23px;
    }

    .map{
        padding:0 15px 0 0;
    }

    #dvLocalService a.read-mre{
        float: left;
        margin: 20px 0 30px 20px;
    }

    .flexslider a{
        display:inline-block;
    }

    .flexslider a.read-mre{
        margin-bottom:20px;
    }



    .slides li{
        height:460px !important;
        margin-top:20px;
        overflow: hidden;
    }

    .section.slider {
    	margin-top: 47px;
	}

	.row.m1000.nudgeBlue {
        top: -33px;
    	position: relative;
    }

    .corp-pan .read-mre{
    	margin-bottom:30px;
    }
}


@media only screen and (max-width: 649px){

    .toggle{
        right:2%;
    }

    .gsSearch{
        width: 100%;
    }

    #gs1{
        display:none;
    }

    .row.m1000.mobileSearch{
        display:block;
    }

    .row.m1000.mobileSearch{
        padding-top: 0;
    }

    input.search-words {
        position: relative;
        left: 17px;
        width:60%;
    }

    .gsSearch input.search-submit {
        float: right;
        margin-right: 20px;
        height:36px;
    }

    #SearchPanel,#gs2 {
        width:100%;
    }

    

    .headerCont{
        background-color: transparent;
    }

    .header-top-container{
        background-color: #fff;
    }

    .header-top-container .m1000 {
        padding:13px 0 0 0;
    }

    .dropdown{
        padding-right: 0;
        width: 35px;
        position: relative;
        right: -12px;
        top: 3px;
    }

    .ac_results{
        width:90% !important;
        left:15px !important;
        top:70px !important;

    }

    p.toggle-click{
        margin-right:0;
        font-size:1.3em;
    }

   

    .header-top-container .nhs24-logo img {
        width: 50px;
    }



    .social-share img{
        height:27px;
        width:27px;
    }

    .social-share a{
        display: inline;
    }

    .social-share p{
        margin-right:0;
    }

    .header-bottom-container {
        padding-top: 7px;
    }

    .listen-voice-icon span {
       background-size: 73%;
    }

    .social-share span {
        top: -8px;
        font-size:0.9em;
    }

    .banner{
        display:none;
    }

    .nudgeDown {
        top: 156px;
        padding: 20px;
    }

    .grey-hld .m1000, .local-service-hld .m1000, .white-hld .m1000 {
        padding: 0;
    }

    .light-blue .m1000{
        padding: 0 0 26px 0;
    }



     .light-blue .s12.m6.l6.columns {
    padding:0;
    }

    .lPad {
        padding-left: 20px;
    }

    .rPad {
        padding-right: 20px;
        margin-top: 240px;
    }

    #dvLocalService h2{
        font-size: 1.9em;
    }

    a.floatRight.read-mre{
        clear:both;
        float: left;
        margin-bottom: 57px;
        margin-top: 21px;
    }

    a#dbs_link{
        margin-bottom: 55px;
        margin-left:15px;
        width: 137px;
    }



    .grey-hld .bottom-img-curve, .first-grey a.scroll-bot {
        left:0px;
    }

    .white-hld .m1000 p:first-of-type{
        width: 85%;
        margin-left: 32px;
        padding: 0;
        text-align: center;
    }

    #dark-blue-blocks .row.m1000 {
        padding: 20px 0%;
        margin: 0;
    }

    .container#dark-blue-blocks{
        width:98%;
    }

    .nhs_carousel{
        padding-left:0 !important;
    }

    .row.m1000.nudgeBlue {
        margin-top: 0;
        padding-top: 0;
        position: relative;
        top: -35px;
    }

    #dvCorporate .nudgeUp {
        top: 0;
    }


    .menu-container {
        width:100%;
    }



    div#twitter-holder{
        margin-top: 20px;
    }

    .news-pan h3,.news-pan p {
        padding:10px;
    }

    .news-pan a.read-mre{
        margin-left:10px;
    }

    .footerGrey .innerContainer {
        width: 100%;
    }

    #footBck2 {
        text-align: left;
    }

    #footBck3 img {
        float: left;
        position:relative;
        top:20px;
    }

    .service-aside a.read-mre {
        position: relative;
        float: left;
    }



}



@media only screen and (max-width: 368px){

    input.search-words {
        position: relative;
        left: 15px;
        width:51%;
    }


}

    

}



/* Landscape view ===========================  */
@media only screen and (max-width: 549px) and (orientation: landscape){

}
