html, body { color: #333; font-family: "Hind", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }

/* Links */
a { color: #2a7997; transition: background-color .2s, color .2s; padding: 4px 0; }
a:hover { color: #2a7997; }
a:focus { color: #2a7997; }
button { background: #666; border: 0; color: #fff; margin: 12px 0 6px; padding: 6px 12px; transition: background .2s, color .2s; }
button:hover { background: #999; }

/* Headers */
h1 { font-size: 3.4em; margin: 32px 0 0; }
h2 { font-family: "Nunito Sans",sans-serif; font-size: 2.4em; font-style: italic; font-weight: 900; margin: 24px 0 24px; }
h3 { font-family: "Nunito Sans",sans-serif; font-size: 1.7em; font-weight: 900; font-style: italic; margin: 32px 0 16px; }
h4 { font-size: 1.5em; margin: 32px 0 0; }
h5 { font-size: 1.4em; margin: 32px 0 0; }
h6 { font-size: 1.2em; margin: 32px 0 0; }

/* Paragraphs & Lists */
p { font-size: 1.25em; line-height: 1.5em; margin: 16px 0 6px; }
ul, ol { margin: 16px 0 10px; }
li { line-height: 1.25em; margin-bottom: 8px; }
img { max-width: 100%; }

/* Header */
header { background: #565656; margin-bottom: 0; padding: 32px 2.5% 14px; }
header img { height: 44px; }
header ul { list-style: none; overflow: auto; padding: 0; }
header li { border-right: 2px solid #fff; float: left; }
header li a { color: #fff; display: block; font-weight: 700; padding: 4px 12px 2px; }
header li:first-of-type a { padding-left: 0; }
header li:last-of-type { border: 0; }
header li a:hover { color: #eed; }

#translation-widget { font-size: .85em; padding: 0 6%; position: absolute; right: 0; top: 20px; width: 370px; }
.has-js #translation-widget { display: block; }
#translation-widget label { color: #fff; font-weight: 400; margin-bottom: 4px; }
#translation-widget select { color: #000; width: 100%; }
#google_translate_element { display: none; }

#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; font-size: 1.3em; left: -9999px; padding: 6px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }

#mobile-menu { background: transparent; border: 0; display: none; margin: 0; padding: 0 4px; position: relative; }
#mobile-menu .line { background: #fff; display: block; height: 3px; left: 0; margin: 2px 0 6px; position: relative; top: 0; transition: .3s; width: 26px; }

/* Accordions */
.accordion-set { margin: 40px 0; }
.accordion { border-top: 1px solid #2b376e; }
.accordion:last-of-type { border-bottom: 1px solid #2b376e; }
.accordion h4 { margin: 0; }
.accordion-header { background: #fff; color: #2a7997; cursor: pointer; font-family: "Nunito Sans",sans-serif; font-size: .8em; font-style: italic; font-weight: 900; margin: 0; padding: 24px 30px 24px 0; position: relative; text-align: left; width: 100%; }
.accordion-header img { height: 38px; margin-right: 10px; }
.accordion-header:hover { background: #fff; text-decoration: underline; }
.accordion-header:before,
.accordion-header:after { background: #2a7997; content: ""; height: 2px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 18px; }
.accordion-header:after { margin-top: -1px; transition: transform .3s; transform: rotate(-90deg); }  
.opened .accordion-header:after { transform: rotate(0deg); }
.accordion h5 { font-family: "Nunito Sans",sans-serif; font-weight: 900; font-style: italic; }
.accordion > div { font-size: 1em; padding: 0 0 18px; }
.accordion > div li { font-size: 1.2em; }

/* General Formatting */
.row { margin: 0; }
#content { margin: 0 auto; max-width: 100%; }
#content > .row { margin: 0 auto; max-width: 1440px; padding: 14px 3% 68px; }
#content .row > div { padding: 0 2%; }
#content .row > div:first-of-type { padding-left: 0; }
#content .row > div:last-of-type { padding-right: 0; }

.ada-element { left: -9999px; position: absolute; }
.uppercase { text-transform: uppercase; }
/* Homepage */

#page-title > div { background: #29376e; color: #fff; font-size: 1.2em; font-weight: 700;  padding: 44px 34% 44px 3%; }
#page-title h1 { color: #fff; font-family: "Nunito Sans",sans-serif; font-size: 4.4em; font-style: italic; font-weight: 900; margin: 0; width: 100%; }

#breadcrumb { list-style: none; padding: 12px 3%; }
#breadcrumb li { display: inline-block; font-weight: 700; margin: 0; padding-right: 7px; }
#breadcrumb li:after { content: "/"; padding-left: 10px; }
#breadcrumb li:last-of-type:after { content: ""; }

#content-row a { font-weight: 700; }

.intro { font-size: 1.2em; margin: 26px 0; }

table { font-size: 1.2em; margin-bottom: 28px; width: 100%; }
table tr > * { padding: 16px 16px; }
table thead tr { background: #008381; color: #fff; }
table thead th:first-of-type { border-right: 2px solid #fff; }
table tbody tr > * { border: 2px solid #008381; }

.side-section h2 { font-style: normal; font-size: 1.6em; }
.side-section div { background: #f5f5f5; border-top: 3px solid #2a7997; padding: 6px 24px 14px; }
.side-section { font-size: .9em;}

#list-signup { background: #efeff0; padding: 32px 3.5% !important; }
#list-signup form { align-items: center; display: flex; }
#list-signup label { font-size: 1.2em; font-family: "Nunito Sans",sans-serif; font-style: italic; font-weight: 900;  }
#list-signup input { border: 1px solid #d8d8d8; font-size: 1.2em; margin: 0; padding: 8px 12px; }
#list-signup input:focus { outline: 2px solid #d6078e !important; }
#list-signup button { background: #fff; border: 2px solid #d6078e; border-radius: 4px; color: #d6078e; font-size: 1.1em; font-weight: 700; margin: 0; width: 100%; }
#list-signup button:hover { background: #d6078e; color: #fff; }

/* Footer */
footer > div { background-color: #29376e; color: #fff; padding: 44px 4% 48px; }
footer .col-sm-4 { padding-right: 14px !important; }
footer h2 { font-size: 2em; }
footer h4 { font-size: 1.2em; font-weight: 700; }
footer p { font-size: 1.2em; margin: 3px 0 0; }
footer a { color: #fff; }
footer li a { font-size: 1.2em; }
footer a:hover { color: #ccd; }
footer .row > div { padding: 0; }
footer .row .row > div { padding: 0; }

.footer-nav ul { columns: 3; list-style: none; margin-top: 28px; padding: 0; }
.footer-nav ul li { margin-bottom: 14px; }

#social-links { list-style: none; padding: 0; }
#social-links li { display: inline-block; padding-right: 16px; }
#social-links img { width: 38px; }

#subfooter { background: #fff; color: #333; padding: 24px 4%; }
#subfooter a { color: #2b7997; font-weight: 700; margin-left: 14px; }
#subfooter a:hover { color: #1c6480; }

/* Forms */
form { margin: 18px 0; }
label { display: block; margin: 10px 0 8px; width: 100%; }
input[type="text"] { margin-bottom: 8px; padding-left: 3px; width: 100%; }
textarea { height: 80px; margin-bottom: 8px; padding: 3px 5px; resize: none; width: 100%; }
input[type="checkbox"],
input[type="radio"] { margin: 0 4px 0 2px; }
input[type="checkbox"] + label,
input[type="radio"] + label { display: inline-block; margin-right: 14px; position: relative; top: -1px; width: auto; }
input[type="submit"],
input[type="reset"] { background-color: #666; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #999; }

/* Image Slideshow */
.image-slideshow { position: relative; width: 100%; }
.image-slideshow button { background: #333; background: rgba(255,255,255,.8); border: 0; color: #000; margin: 0; position: absolute; transition: .3s; z-index: 1; }
.image-slideshow button span { left: -9999px; position: absolute; }
.image-slideshow button:hover { background: #fff; }
.slideshow-trigger { display: none; }
.slideshow-move { font-size: 1.6em; height: 50px; left: 22px; line-height: 56px; margin-top: -25px; opacity: 0; padding: 0 8px; top: 50%; transform: translateY(-50%); z-index: 1; }
.slideshow-move.next { left: auto; right: 22px; }
.image-slideshow:hover .slideshow-move { left: 0; opacity: 1; }
.image-slideshow:hover .slideshow-move.next { left: auto; right: 0; }
.image-slideshow-slides { overflow: hidden; position: relative; }
.image-slideshow-slides > div { opacity: 0; position: absolute; transition: opacity 0s; width: 100%; }
.image-slideshow-slides > div.active { opacity: 1; position: static; top: 0; transition: opacity .25s; }
.image-slideshow-slides > div img { width: 100%; }
.caption { background: #008281; bottom: 0; color: #fff; font-size: 1em; margin: 0; padding: 8px 12px 6px; position: absolute; text-align: center; width: 100%; z-index: 1; }

.image-slideshow ul { list-style: none; margin-top: 8px; padding: 0; text-align: center;  }
.image-slideshow li { display: inline-block; margin: 0 3px; }
.image-slideshow li button { border: 3px solid #008381; display: block; height: 10px; padding: 0; position: static; width: 32px; }
.image-slideshow li button.active { background: #008381; }
.image-slideshow li button:hover { background: #89d6d5; }

/************ Responsive ****************************************************************************************/

@media screen and (min-width: 2030px) {
    html,body { font-size: 18px; }
    p { line-height: 1.8em; margin: 24px 0 8px; }
    h1, h2, h3, h4, h5, h6 { margin: 54px 0 0; }
}

@media screen and (max-width: 1350px) {
    footer h2 { font-size: 2em; }
    footer h3 { font-size: 1.5em; }
    footer p { font-size: 1em; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 2.2em; margin: 24px 0 6px; }
    h2 { font-size: 1.6em; margin: 20px 0; }
    h3 { font-size: 1.4em; margin: 24px 0 0; }
    h4 { font-size: 1.3em; margin: 24px 0 0; }
    h5 { font-size: 1.2em; margin: 24px 0 0; }
    h6 { font-size: 1.1em; margin: 24px 0 0; }
    p, li { font-size: .9em; line-height: 1.3em; }
    button { font-size: .9em; padding: 4px 10px; }

    header img { height: 28px; }
    #translation-widget { position: static; }
    #translation-widget select { font-size: .85em; }
    
    #page-title > div { padding: 32px 5%; }
    #page-title h1 { font-size: 3em; }
    #breadcrumb { padding: 5px 5%; }

    #content > .row { padding: 36px 25px; }
    #content .row > div:last-of-type { padding: 0; }

    .accordion div p { font-size: 1em; line-height: 1.5em; }

    .side-section { font-size: 1em; }
    .side-section h2 { font-size: 1.2em;}
    
    header { margin-bottom: 0; padding: 20px 22px; }
    header nav { position: relative; }
    header nav ul { background-color: #333; box-shadow: 2px 4px 8px -4px #000; opacity: 0; position: absolute; right: 110%; top: 100%; width: 220px; z-index: 1; }
    header nav li { border-top: 1px solid #fff; display: block; margin: 0; padding: 4px; text-align: center; width: 100%; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }

    #list-signup { padding: 0 4% 18px !important; }
    #list-signup form { flex-wrap: wrap; }
    #list-signup form > div { padding: 0 !important; width: 100% !important; } 
    #list-signup input[type="text"] { margin-bottom: 18px; }

    footer > .row { padding-top: 18px; }
    footer > div > div:first-of-type { padding-right: 18px; }
    #translation-widget { padding: 0; }
    
    .slideshow-move { font-size: 1.2em; height: 32px; line-height: 32px; margin-top: -16px; padding: 0 6px; }
    .caption { font-size: .85em; }
}

@media screen and (max-width: 768px) {
    header { margin-bottom: 0; }
    
    #page-title h1 { font-size: 2.4em; }

    #list-signup input {font-size: 0.9em;}

    .footer-nav ul { columns: 2; }
    footer h2 { font-size: 1.5em; }
    footer h3 { font-size: 1.2em; }
    footer p { font-size: .9em; }
}

@media screen and (max-width: 568px) {
    header { font-size: .9em; text-align: center; }
    header li { display: inline-block; float: none; }
    #translation-widget { width: 100%; }
}