/*
Theme Name: Dompé - Main

Oscine Regular
font-family: 'Neue Helvetica', "oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
font-weight: 400;
font-style: normal;
Oscine Italic
font-family: 'Neue Helvetica', "oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
font-weight: 400;
font-style: italic;
Oscine Bold
font-family: 'Neue Helvetica', "oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
font-weight: 700;
font-style: normal;
Oscine Bold Italic
font-family: 'Neue Helvetica', "oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
font-weight: 700;
font-style: italic;
*/

/* ===== Neue Helvetica Webfonts ===== */

/* Light (300) */
@font-face {
  font-family: 'Neue Helvetica';
  src: url('assets/fonts/NeueHelvetica45Light.woff2') format('woff2'),
       url('assets/fonts/NeueHelvetica45Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: 'Neue Helvetica';
  src: url('assets/fonts/NeueHelvetica55Roman.woff2') format('woff2'),
       url('assets/fonts/NeueHelvetica55Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic (400 italic) */
@font-face {
  font-family: 'Neue Helvetica';
  src: url('assets/fonts/NeueHelvetica56Italic.woff2') format('woff2'),
       url('assets/fonts/NeueHelvetica56Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: 'Neue Helvetica';
  src: url('assets/fonts/NeueHelvetica65Medium.woff2') format('woff2'),
       url('assets/fonts/NeueHelvetica65Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: 'Neue Helvetica';
  src: url('assets/fonts/NeueHelvetica75Bold.woff2') format('woff2'),
       url('assets/fonts/NeueHelvetica75Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic (700 italic) */
@font-face {
  font-family: 'Neue Helvetica';
  src: url('assets/fonts/NeueHelvetica76BoldItalic.woff2') format('woff2'),
       url('assets/fonts/NeueHelvetica76BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


body {
    padding-top: 70px;
    margin: 0;
    padding: 0;
    font-family: 'Neue Helvetica', "oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F7F7F7;
    height: 100%;
    position: relative;

}




h2 {

    font-size: 42px;
    font-weight: 500;
    color: #32343A;
    line-height: 1.2;
}

h3 {

    font-size: 20px;
    font-weight: 500;
    color: #666666;
    line-height: 1.2;
}

h4 {

    color: #54565A;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

p {

    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}


.container {

    max-width: 1400px;
    position: relative;

}

.container {

    max-width: 1400px;
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;

}

#top {

    height: 50px;
    background-color: #32343A;
    padding: 0 50px;

    display: flex;
    align-items: center;
    justify-content: right;

}

#top-nav {

    margin: 0;
    padding: 0;
    display: inline-block;

}

#top-nav li {

    margin: 0 40px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;

}

#top-nav li a {

    color: #FFF;
    text-decoration: none;

}

#logo-top {

    display: inline-block;
    position: relative;
    top: 2px;
}

#header {

    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: fixed;
    background-color: #FFF;
    color: #000;
    z-index: 999;
    top:0;
    left:0;
    right:0;
    font-weight: 300;

}

#sub-hero, #wrapper{
    margin-top:70px;
}

#header ul li a{
    color: #000;
    font-weight:300;
}

#informed {

    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 150px;
    text-align: right;
    display: flex;
    align-items: center;

}

#informed .flex-pos {

    width: 100%;

}

#informed h4 {

    color: #DC3230;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;

}

#informed a {

    color: #32343A;
    margin: 0;
    font-weight: 700;

}



#wrapper {

    min-height: calc(100vh - 150px);
    /* padding-left: 12px; */
    position: relative;

}


#footer {

    background-color: #32343A;
    position: relative;
    height: 150px;
    padding: 15px 0 0 12px;
    color: #F7F7F7;
}

#footer a {
    color: #fff;
}

#footer p {

    color: #F7F7F7;
    font-size: 12px;

}


.footer-disclaimer {

    margin: 0 30px;


}

#footer-left {

    left: 50px;
    top: 60px;
    position: absolute;
    padding-top:20px;

}

#footer-nav {

    margin: 0;
    padding: 0;
    right: 50px;
    top: 80px;
    position: absolute;

}

#footer-nav li {

    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
    display: inline;
    line-height: 1.6;
    white-space: nowrap;

}

#footer-nav li a {

    color: #FFF;
    text-decoration: none;
    font-size: 12px;

}

#hero {

    background-image: url(images/hero-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;

    position: relative;

}

#hero-overlay {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #013a40;
    opacity: .85;

}

#hero #hero-top {

    height: 50px;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    z-index: 2;
    background-image: url(images/bg-nav.png);
    background-repeat: repeat;

}

#hero #hero-top #hero-nav {

    margin: 0;
    padding: 0;

}

#hero #hero-top #hero-nav li {

    margin: 0 30px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;

}

#hero #hero-top #hero-nav li a {

    color: #FFF;
    text-decoration: none;

}


#hero #hero-top #hero-nav li a .sub-line {

    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    bottom: -7px;
    display: none;


}


#hero #hero-top #hero-nav li.current_page_item a .sub-line,
#hero #hero-top #hero-nav a .sub-line {

    display: block;

}


#hero .container {

    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;

}

#hero #hero-text {

    width: 65%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;

}


#hero #hero-text p {

    margin: 0;
    color: #FFF;
    font-size: 30px;

}

#hero-disclaimer {

    position: absolute;
    right: 50px;
    color: #FFF;
    font-size: 12px;

}

#logo{
    padding-right:50px;
}

#logo img{
    width:125px;
}

#sub-header {

    background-image: url(images/hero-sub.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50px;

    display: flex;
    align-items: center;
    padding: 0 40px;
    position: relative;

}

#sub-overlay {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #013a40;
    opacity: .6;
    z-index: 0;


}


#sub-nav {

    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;

}

#sub-nav li {

    margin: 0 30px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;

}

#sub-nav li a {

    color: #FFF;
    text-decoration: none;
    position: relative;

}

#sub-nav li a .sub-line {

    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    bottom: -7px;
    display: none;


}


#sub-nav li.current_page_item a .sub-line,
#sub-nav a .sub-line {

    display: block;

}

#hero #hero-top #hero-nav li a {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

#hero #hero-top #hero-nav li:hover a,
#hero #hero-top #hero-nav li.current_page_item a {
  border-bottom-color: #FFF;
}



#sub-disclaimer {

    position: absolute;
    right: 40px;
    color: #000;
    font-size: 12px;
    z-index: 1;

}

#sub-hero {

    background-color: #009CA6;
    padding: 50px 0 20px;

}

#sub-hero h1 {

    color: #FFF;
    font-weight: 400;
    margin: 0;

}

.wide {

    padding: 10px 30px;
    background-color: #FFF;
    margin: 0;

}

.columns {

    /*
    display:grid;
    grid-template-columns: 75% 20%;
    grid-gap:5%;
    */
    position: relative;

}

.left-col {

    padding: 30px 40px;
    background-color: #FFF;
    margin-right: 310px;
    box-sizing: border-box;

}

.right-col {

    width: 275px;
    position: absolute;
    top: 0;
    right: 0;

}

#contact {

    background-color: #FBFCFA;
    border: 1px solid #707070;
    width: 275px;
    border-radius: 15px;
    position: relative;
    top: -30px;
    box-sizing: border-box;
    padding: 30px 20px;


}

.button {

    display: block;
    border: 2px solid #DC3230;
    background-color: #F7F7F7;
    color: #DC3230;
    margin-bottom: 20px;
    padding: 15px 60px 15px 10px;
    background-image: url(images/submit-arrow.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    cursor: pointer;

}

.button:hover {
    background-color: #DC3230;
    color: #F7F7F7;
    background-image: url(images/rightarrowhover.svg);
}

.section {

    margin-bottom: 30px;

}

.s-indent {

    margin-left: 40px;

}

.default hr {

    border: none;
    height: 2px;
    background: #d7d7d7;
    margin: 10px 0 30px 0;

}

.default a {

    color: #DC3230;

}

/*
 
#home-text {

    width: 40%;
    padding:40px 0;

}

*/

#home-boxes {

    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    margin-bottom: 10px;
    position: relative;
    top: -30px;

}

.home-box {

    background-color: #FBFCFA;
    border: 2px solid #707070;
    border-radius: 10px;
    padding: 0 20px 80px 20px;
    position: relative;
}

.home-box h2 {
    color: #666666;
    font-size: 20px;
    font-weight: 500;
}

.home-box .button {

    max-width: 180px;
    width: 100%;
    display: inline-block;

}

.home-box-bottom {

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;

}

.bullets {

    margin: 0;
    padding: 0;

}

.bullets li::before {

    content: "\2022";
    color: #DC3230;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;

}

.bullets li {

    margin: 0 0 7px 40px;
    padding: 0;
    list-style: none;
    line-height: 1.5;

}

ol {

    margin: 0;
    padding: 0;

}

ol li {

    margin: 0 0 7px 30px;
    padding: 0;
    line-height: 1.5;

}

.default ul {

    margin: 0;
    padding: 0;

}

.default ul li::before {

    content: "\2022";
    color: #DC3230;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;

}

.default ul li {

    margin: 0 0 7px 30px;
    padding: 0;
    line-height: 1.5;
    list-style: none;

}


#social-bar {

    background-color: #009CA6;
    padding: 30px 0;
    position: relative;

}

#social-bar #social-text h4 {

    color: #FFF;
    font-size: 23px;
    margin: 0 0 10px 0;

}

#social-bar #social-text p {

    color: #FFF;
    font-size: 16px;
    margin: 0;

}

#social-bar #social-icons {

    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 8px;

}

#social-bar #social-icons li {

    margin: 0 6px;
    padding: 0;
    list-style: none;
    display: inline;

}

#social-bar #social-icons li a {

    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;

}

#social-bar #social-icons li a.linkedin {
    background-image: url(images/icon-linkedin-in.svg);
}

#social-bar #social-icons li a.youtube {
    background-image: url(images/icon-youtube.svg);
}

#social-bar #social-icons li a.twitter {
    background-image: url(images/icon-twitter.svg);
}

.news-grid {

    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
    margin-bottom: 30px;

}

.news {

    position: relative;
    padding-bottom: 20px;

}

.news img {

    display: block;
    width: 100%;

}

.news .read-more {

    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

}

.news .read-more a {

    font-weight: bold;
    color: #DC3230;
    text-decoration: none;

}

.events .read-more {

    text-align: left;

}

#search {

    position: relative;

}

#search h2 {

    margin: 0;
    color: #32343A;
    font-size: 17px;

}

#radios {

    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 20px;

}

#radios .radio {

    color: #7E8083;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 1.2;

}

#radios .r-button {

    display: inline-block;
    border-radius: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #707070;
    margin-right: 7px;
    position: absolute;
    top: -1px;
    left: 0;

}

#radios .radio.active .r-inner {

    background-color: #DC3230;
    border-radius: 3px;
    display: block;
    width: 11px;
    height: 11px;
    margin: 2px 0 0 2px;

}

#clear-filters {

    display: none;
    font-size: 14px;
    color: #DC3230;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;

}

.tabs {

    margin-top: 40px;
    background-color: #F8F5F7;
    border-left: 1px solid #009CA6;
    position: relative;
    height: 46px;

}

.tabs .tab {

    width: 270px;
    box-sizing: border-box;
    color: #32343A;
    font-weight: bold;
    display: inline-block;
    padding: 15px;
    text-align: center;
    position: relative;
    height: 100%;
    cursor: pointer;

}


.tabs .tab.active {

    background-color: #009CA6;
    border-bottom: 5px solid #DC3230;
    color: #FFF;
    height: 55px;
    position: relative;
    top: -10px;

}

.tabs .tab.active span {

    position: relative;
    top: 8px;

}

.results-details {

    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    padding: 30px 0 20px 0;

}

.results-right {

    text-align: right;

}

.results-count {

    font-weight: bold;

}

.result-tab {
    display: none;
}

.result-tab.active {
    display: block;
}

.r-pagination {

    margin: 0 12px 0 5px;
    padding: 0;
    display: inline;

}

.r-pagination span {

    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;

}

.r-pagination span a {


    background-color: #F8F5F7;
    color: #DC3230;
    border-radius: 3px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 0 0 7px;
    font-size: 10px;
    padding: 4px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;

}

.r-pagination span.active a {

    background-color: #DC3230;
    color: #FFF;

}

.r-previous,
.r-next {

    cursor: pointer;
    text-decoration: none;
    color: #666666;

}

.the-results {

    border-top: 1px solid #d7d7d7;

}

.result {

    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
    position: relative;
    min-height: 130px;

}

.result.has-thumb .result-r {

    margin-left: 115px;

}

.result .r-img {

    position: absolute;
    left: 0;
    top: 20px;

}

.result h2 {

    font-size: 24px;
    color: #DC3230;
    font-weight: 300;
    margin: 0 0 10px 0;
    line-height: 1.2;

}

.r-details {

    font-size: 11px;
    line-height: 1.2;

}

.r-date {

    margin-bottom: 10px;

}

.r-links a {

    color: #DC3230;
    line-height: 1.3;
    margin-right: 18px;
    white-space: nowrap;

}

.disclaimer {

    font-size: 12px;

}

#m-search {

    margin: 40px 0 0 0;
    max-width: 100%;

}

.form-row {

    margin-bottom: 16px;

}

.form-dual {

    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;

}

.form-center {

    text-align: center;

}

.input,
.select,
.textarea {

    border: 2px solid #1A1A1A;
    border-radius: 5px;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    outline: none;
    color: #1A1A1A;
    font-size: 14px;
    font-family: 'Neue Helvetica', "oscine", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 300;

}


.select {

    appearance: none;
    background-image: url(images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 98% 15px;

}

.select.select-sm {

    background-position: 90% 15px;

}


.textarea {

    min-height: 130px;

}

.checkbox {

    display: inline-block;
    border-radius: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #707070;
    cursor: pointer;

}

.check-grid {

    position: relative;

}

.check-grid .checkbox {

    position: absolute;
    left: 0;
    top: -1px;

}

.check-grid .c-text {

    margin-left: 30px;
    line-height: 1.4;
    color: #000;

}

.checkbox .c-inner {

    background-color: #DC3230;
    border-radius: 3px;
    display: block;
    width: 11px;
    height: 11px;
    margin: 2px 0 0 2px;
    display: none;

}

.checkbox.active .c-inner {

    display: block;

}

.checkbox input {

    display: none;

}


::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1A1A1A;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1A1A1A;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1A1A1A;
}

.input.validate,
.select.validate,
.textarea.validate {

    border: 2px solid #AC145A !important;
    background-color: #FFF2F8 !important;
    color: #AC145A !important;

}

.check-grid.validate {

    border: 2px solid #AC145A !important;
    background-color: #FFF2F8 !important;
    color: #AC145A !important;
    padding: 10px;

}

.check-grid.validate .checkbox {

    top: 12px;
    left: 10px;

}


.input.validate::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AC145A;
    opacity: 1;
    /* Firefox */
}

.input.validate:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AC145A;
}

.input.validate::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #AC145A;
}

.submit {

    border: 2px solid #DC3230;
    background-color: #F7F7F7;
    color: #DC3230;
    padding: 15px 80px 15px 40px;
    background-image: url(images/submit-arrow.svg);
    background-repeat: no-repeat;
    background-position: 75% center;
    font-size: 14px;
    color: #DC3230;
    cursor: pointer;

}

.submit:hover {
    background-color: #DC3230;
    color: #F7F7F7;
    background-image: url(images/rightarrowhover.svg);
}

#stay-informed .submit {
    background-position: 85% center;
}

.submit-area {

    position: relative;
    text-align: right;

}

.submit-area .disclaimer {

    position: absolute;
    left: 0;
    top: 10px;

}

.form-error {

    color: #DC3230;
    margin-top: 20px;

}

#loading,
.loading {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
    left: 0;
    top: 0;
    display: none;

}

.hidden {
    display: none !important;
}

.med-search-vault {
    display: block;
    font-size: 24px;
    text-decoration: none;
}

#med-search h2 {

    color: #818181;
    padding-bottom: 15px;
    margin: 0;

}

#med-search h2 span {

    font-weight: 300;
    font-style: italic;

}

.med-search {

    border-top: 2px solid #eaeaea;
    padding: 25px 0;

}

.med-search:last-child {

    border-bottom: 2px solid #eaeaea;

}


.med-search h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    color: #DC3230;
    font-weight: 300;

}

.med-search .m-published {

    font-size: 12px;
    display: inline-block;

}

.med-search .m-date {

    font-size: 13px;
    color: #DC3230;
    display: inline-block;
    margin-left: 60px;
    padding-left: 20px;
    background-image: url(images/icon-visit.svg);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;

}

.restricted {

    padding: 30px 0;

}

.restricted .p-published {

    font-size: 12px;
    display: inline-block;

}

.restricted .p-date {

    font-size: 13px;
    color: #DC3230;
    display: inline-block;
    margin-left: 60px;
    padding-left: 20px;
    background-image: url(images/icon-visit.svg);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;

}

.wide-img {

    max-width: 100%;

}

#hcp-pop{
    position: fixed;      
    inset: 0;         
    z-index: 2000; 
}

.popup {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;

}

.pop-text {

    border-radius: 20px;
    width: 550px;
    height: 480px;
    background-color: #FBFCFA;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -274px;
    margin-top: -240px;
    padding: 40px;
    box-sizing: border-box;
    font-size: 12px;

}

#link-pop .pop-text {

    height: 250px;
    left: 50%;
    top: 50%;
    margin-top: -125px;

}

.pop-text h2 {
    font-size: 20px;
    color: #DC3230;
    margin: 0;
}

.pop-text h3 {
    font-size: 18px;
}

.pop-text a.dus {

    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #DC3230;

}

.pop-center {
    text-align: center;
}

.pop-text .button {

    width: 125px;
    display: inline-block;

}

.thank-you {

    display: none;

}

.menu-item a {
    padding-bottom: 10px;
}

.iub__us-widget{
    background-color: #32343A;
    color: #F7F7F7;
    justify-content: center !important;
}

@media only screen and (max-width : 1440px) {

    .container {
        max-width: 80%;
    }

    #hero #hero-text {

        width: 65%;

    }
}

@media only screen and (max-width : 1199px) {

    .container {
        max-width: 90%;
    }

}

@media only screen and (max-width : 1149px) {

    #hero #hero-text {

        width: 75%;

    }

}

@media only screen and (max-width : 991px) {

    body {

        background-color: #FFF;
        font-size: 13px;

    }

    p{
        font-size: 13px;
    }

    .container {

        max-width: none;
        padding: 0 20px;

    }

    #copyright {

        font-size: 12px;
        color: #FFF;

    }

    #hero #hero-top #hero-nav li {

        margin: 0 7px 0 0;
        line-height: 20px;

    }

    #sub-hero {
        padding: 80px 0 20px;
    }

    #sub-hero h1 {
        font-size: 22px;
    }

    #sub-nav li {

        margin: 0 15px 0 0;

    }

    #footer-logo img {
        margin-top: 20px;
    }

    .left-col {

        margin: 0;
        padding: 15px 0;


    }

    .right-col {

        position: static;
        width: 100%;

    }

    #contact {

        width: auto;
        height: auto;

        position: static;

        border-radius: 0;
        border: none;

    }

    .button {
        background-position: 96% center;
    }

    .news-grid {

        grid-template-columns: 48% 48%;

    }

    .tabs .tab {
        width: 49%;
    }

    #m-search {

        margin: 20px 0;
        max-width: 100%;

    }


}


@media only screen and (max-width : 767px) {

    .pop-text {

        top: 0 !important;
        left: 0 !important;
        right: 0;
        bottom: 0;
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 0px;
        padding: 20px;
        overflow-y: scroll;
        display: flex;
        align-items: center;

    }

    h2 {
        font-size: 17px;
    }

    h3 {
        font-size: 15px;
    }

    h4 {
        font-size: 12px;
    }

    p {
        font-size: 13px;
    }

    #top {

        justify-content: left;
        padding: 0 20px;

    }

    #top-nav li {

        margin: 0 17px 0 0;
        font-size: 13px;

    }

    #logo-top {

        position: absolute;
        right: 15px;
        top: 12px;

    }

    #header {
        display: block;
        height: auto;
        padding: 10px 15px;

    }


    #logo {

        display: block;
        max-width: 90%;
        margin: 0 auto;
        text-align: center;

    }

    #logo img {

        max-width: 100%;

    }

    #informed {

        position: static;
        display: block;
        width: 100%;

    }

    #informed .flex-pos {

        width: 100%;
        text-align: center;
        margin-top: 10px;

    }

    #informed h4 {

        display: inline-block;
        margin-right: 15px;
        position: relative;
        top: 1px;
        font-size: 15px;

    }

    #wrapper {
/*         padding-left: 6px; */
    }

    .red {
        width: 6px;
    }

    #footer {

        padding: 15px 20px;
        text-align: center;
        height: auto;

    }


    #footer p {

        font-size: 11px;

    }

    .footer-disclaimer {

        margin-bottom: 10px;

    }

    #footer-left {
        position: static;
    }

    #footer-nav {

        position: static;
        margin: 0;

    }


    #footer-nav li {

        margin: 0 7px;

    }

    #hero {

/*         height: 200px; */

    }

    #hero .container {

/*         height: auto; */
/* 		padding-top: 64px; */

    }

    #hero #hero-top {

        position: relative;
        display: block;
        height: 110px;
        left: 0;
        padding: 0 20px;

    }

    #hero #hero-top #hero-nav {

        text-align: center;

    }

    #hero #hero-top #hero-nav li {

        margin: 0 7px 0 7px;

    }

    #hero #hero-text {

        width: 100%;
/*         height: auto; */

    }

    #hero #hero-text p {

        font-size: 16px;
        margin-top: 20px;

    }

    #hero #hero-top #hero-nav {

        padding: 25px 0 15px 0;

    }


    #hero-disclaimer {

        position: static;
        font-size: 11px;
        text-align: center;

    }

    #sub-header {

        height: auto;
        padding: 20px 0;
        text-align: center;
        display: block;

    }

    #sub-disclaimer {

        position: relative;
        right: auto;
        margin-top: 15px;

    }

    #sub-nav li {

        margin: 0 10px;
        font-size: 13px;
        line-height: 30px;

    }

    .wide {

        padding: 10px 0;

    }

    #contact {

        padding: 10px 20px;

    }

    .button {
        font-size: 14px;
    }

    .s-indent {

        margin-left: 15px;

    }

    #home-boxes {
        display: block;
        top: -15px;
    }

    .home-box {
        margin-bottom: 20px;
    }

    .home-box .button {

        max-width: 140px;
        font-size: 12px;

    }

    #social-bar #social-icons {

        position: static;
        margin: 15px 0 0 0;

    }

    #social-bar #social-icons li {

        margin: 0 6px 0 0;

    }

    #social-bar #social-text h4 {

        font-size: 18px;

    }

    #social-bar #social-text p {

        font-size: 13px;

    }

    .news {

        display: block;

    }

    #radios {

        grid-template-columns: 49% 49%;
        padding-bottom: 35px;

    }

    #social-bar #social-icons {

        position: static;
        margin: 15px 0 0 0;

    }

    #social-bar #social-icons li {

        margin: 0 6px 0 0;

    }

    #social-bar #social-text h4 {

        font-size: 18px;

    }

    #social-bar #social-text p {

        font-size: 13px;

    }

    .news {

        display: block;

    }

    #radios {

        grid-template-columns: 49% 49%;
        padding-bottom: 35px;

    }

    .results-details {

        grid-template-columns: 38% 60%;

    }

    .result h2 {

        font-size: 17px;

    }

    .r-details {

        width: auto;
        display: block;

    }

    .r-detail {

        margin-bottom: 7px;

    }

    .result .r-img {

        display: block;
        position: static;
        margin: 0 auto;

    }

    .result.has-thumb .result-r {

        margin-left: 0;

    }

    .med-search h3 {

        font-size: 15px;

    }

    .med-search .m-published {

        font-size: 11px;

    }

    .med-search .m-date {

        font-size: 12px;

    }

    .restricted .p-published {

        font-size: 11px;

    }

    .restricted .p-date {

        font-size: 12px;

    }

    .input,
    .select,
    .textarea {

        font-size: 11px;
        padding: 17px 20px;

    }

    .select {
        background-position: 95% 10px !important;
    }

    .check-grid {

        margin-top: 12px;

    }

    .submit {

        margin-top: 12px;

    }

    .submit-area {

        text-align: center;

    }

    .submit-area .disclaimer {

        position: static;
        text-align: center;

    }

    .form-dual {

        display: block;

    }

    .form-row {

        margin-bottom: 0px;

    }

    .form-d {

        margin-bottom: 10px;

    }
}

@media only screen and (max-width : 599px) {

    .tabs .tab {
        font-size: 10px;
    }

    .news-grid {

        display: block;

    }
}

@media only screen and (max-width : 499px) {

    .button {
        background-position: 90% center;
    }

}

@media only screen and (max-width : 399px) {

    #radios {

        grid-template-columns: 100%;

    }

}