@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-extrabold-webfont.eot');
    src: url('fonts/montserrat-extrabold-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
        url('fonts/montserrat-extrabold-webfont.woff') format('woff'),
        url('fonts/montserrat-extrabold-webfont.ttf') format('truetype'),
        url('fonts/montserrat-extrabold-webfont.svg#montserratextrabold') format('svg');
    font-weight: bolder;
    font-style: normal;

}




@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('fonts/montserrat-regular-webfont.woff') format('woff'),
        url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
        url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('fonts/montserrat-bold-webfont.woff') format('woff'),
        url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
        url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

body {
    margin: 0;
    padding: 0;
    font-family: 'montserrat', sans-serif, Helvetica, Arial, serif;
    color: #6B6C6C;
    font-weight: normal;
    font-size: 16px;
    background-color: #ffffff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserrat', sans-serif, Helvetica, serif;
    color: #6B6C6C;
    font-weight: bold;
}

h1 {
    /*font-size: 2em;*/
    font-size: 36px;
    margin: 20px 0px 10px 0px;
}

h2 {
    font-size: 20px;
    margin: 20px 0px 10px 0px;
}

h3 {
    font-size: 20px;
    margin: 20px 0px 5px 0px;
}

h4 {
    font-size: 18px;
    margin: 20px 0px 5px 0px;
}

h5 {
    font-size: 18px;
    margin: 20px 0px 5px 0px;
}

h6 {
    font-size: 18px;
    margin: 20px 0px 5px 0px;
}


p {
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'montserrat', sans-serif, Helvetica, serif;
}

p.sml {
    font-size: 14px;
    line-height: 16px;
}

p.refs {
    font-size: 14px;
    line-height: 16px;
}



hr {
    border: 0;
    height: 1px;
    border-bottom: 1px solid #757474;
    margin: 10px 0px 20px 0px;
}


#outer {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 320px;
}

#outer img {
    vertical-align: top;
    width: 100%;
    height: auto;
    border: 0;
}

div.header {
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0;
    max-width: 1050px;
    text-align: left;
}

div.header ul {
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
}

div.header ul li {
    display: inline-block;
    background-color: #7d0049;
    width: 155px;
    height: 35px;
    margin: 0px 0px 0px 1px;
}

div.header ul li a {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 35px;
    width: 155px;
    outline: 0;
}

div.header_logo {
    position: relative;
    float: left;
    width: 40%;
    max-width: 290px;
    margin-top: 20px;
}


.no_divide {
    border-left: 0 !important;
}

.section_divide {
    border-bottom: 1px solid #f2f2f2;
}

div.bottom_colorstrip {
    position: relative;
    width: 100%;
    height: 5px;
    margin: 0;
    background-image: url('../images/divide_top.html');
    background-repeat: no-repeat;
    background-size: 100% 5px;
}


#breadcrumbs {
    position: relative;
    width: 100%;
    min-height: 45px;
    padding: 0;
    margin: 0;
    color: #464646;
    background-color: #f2f2f2;
}

#breadcrumbs p {
    padding: 0;
    margin: 0px auto 0px auto;
    max-width: 1050px;
    font-size: 13px;
    font-weight: normal;
    line-height: 45px;
    text-decoration: none;
    text-transform: capitalize;
    text-align: left;
}

#breadcrumbs p span {
    margin: 0px 6px 0px 6px;
}


div.general_container {
    position: relative;
    clear: both;
    margin: 0px auto 0px auto;
    text-align: left;
    padding: 0;
    max-width: 1350px;
}

div.general_container ul li {
    list-style: square;
    margin-bottom: 6px;
}

div.general_container ol li {
    list-style: decimal;
    margin-bottom: 6px;
}

div.general_content {
    position: relative;
    margin: 0px auto 0px auto;
    max-width: 1050px;
    vertical-align: top;
}

div.general_content h1 {
    padding-top: 10px;
    margin-top: 0px;
}

div.general_content h1 {
    padding-top: 10px;
    margin-top: 0px;
}

div.general_content a {
    color: #6B6C6C;
}

div.general_content ul li {
    list-style: square;
    margin-bottom: 6px;
}

div.general_content ol li {
    list-style: decimal;
    margin-bottom: 6px;
}

div.general_content table {
    border-top: 1px solid #6B6C6C;
    border-left: 1px solid #6B6C6C;
}

div.general_content th {
    border-right: 1px solid #6B6C6C;
    border-bottom: 1px solid #6B6C6C;
    padding:8px;
    padding-bottom: 24px;
    font-weight: bold;
    text-align: center;
}

div.general_content th p {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

div.general_content td {
    border-right: 1px solid #6B6C6C;
    border-bottom: 1px solid #6B6C6C;
    padding:7px;
    padding-bottom: 22px;
    line-height: 20px;
}

div.general_content td p {
    padding: 0;
    margin: 0;
}


div.left_column {
    position: relative;
    float: left;
    width: 68%;
}

div.right_column {
    position: relative;
    float: right;
    width: 28%;
}

.content_padded {
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0;
    text-align: left;
    max-width: 1050px;
    min-width: 320px;
    height: auto;
}

.content_padded a {
    color: inherit;
    text-decoration: underline;
}

.main_home {
    position: relative;
    width: 100%;
}

.main_home h1 {
    text-align: center;
}

.hm_link1 {
    position: relative;
    float: left;
    width: 311px;
    height: 500px;
    margin: 20px 0 0 15%;
}

.hm_link1 p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.hm_link2 {
    position: relative;
    float: right;
    width: 311px;
    height: 500px;
    margin: 20px 15% 0 0;
    cursor: pointer;
}


.landing h1 {
    color: #0078bf;
    padding-top: 30px;
}

.landing h1 span {
    color: #0078bf;
}

.landing h2 {
    color: #0078bf;
    font-size: 18px;
    line-height: 20px;
}

.landing h2 span {
    color: #0078bf;
}

.landing h3 span {
    color: #0078bf;
}

.landing p span {
    color: #0078bf;
}


.single_page h1 {
    color: #6b0048;
    padding-top: 30px;
}

.single_page h1 span {
    color: #757474;
}

.single_page h2 {
    color: #6b0048 !important;
}

.single_page h3 {
    color: #6b0048 !important;
}

.single_page p {
    line-height: 26px;
}

.single_page p span {
    color: #6b0048 !important;
}

.single_page li {
    color: #6b0048;
}

.single_page li span {
    color: #757474;
}

.contact_page h1 {
    color: #6b0048;
    padding-top: 30px;
}

.contact_page h1 span {
    color: #757474;
}

.contact_page h2 {
    color: #6b0048 !important;
}

.contact_page h3 {
    color: #6b0048 !important;
}

.contact_page h4 {
    font-weight: bold;
}

.contact_page p {
    line-height: 28px;
    margin-bottom: 20px;
}

.contact_page p span {
    color: #6b0048 !important;
}

.contact_page li {
    color: #6b0048;
}

.contact_page li span {
    color: #757474;
}

.content_padded ul {
    margin-left: 20px;
    padding: 0px;
}

.content_padded ul li {
    list-style-type: disc;
}

.content_padded ol {
    margin-left: 20px;
    padding: 0px;
}

.content_padded ol li {
    list-style-type: decimal;
}

.page_button {
    display: inline-block;
    background-color: #f47b20;
    border-radius: 8px;
    color: #ffffff !important;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none !important;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0px 10px 0px;
    vertical-align: top;
}


.graph_container {
    margin: 15px 0px 15px 0px;
}

.gleft {
    float: left;
    width: 49%;
}

.gright {
    float: right;
    width: 49%;
}

.multicol {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    text-align: justify;
}



.multicol p {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 4px;
}

.multicol p sup {
    font-size: 70%;
}

.keyline {
    border: 1px solid #000000;
    padding: 8px;
    margin-top: 4px;
    text-align: center;
}

.picol {
    max-width: 660px;
}



.picol p {
    line-height: 20px;
}

.picol p sup {
    font-size: 70%;
}


.keyline {
    border: 1px solid #000000;
    padding: 8px;
    margin-top: 4px;
    text-align: center;
}



.b1 {
    text-align: center;
    font-weight: bold;
}

.b2 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.b3 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
}



.hcp_blocks {
    position: relative;
    text-align: left;
    margin-top: 20px;
}

.hcp_blocks a {
    display: inline-block;
    text-align: left;
    width: 41%;
    height: 150px;
    text-decoration: none;
    text-transform: none;
    padding-left: 65px;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: top;

}

.hcp_blocks a:hover {
    text-decoration: underline;
}

.typ_end {
    background-image: url('../images/req_end.html');
}

.typ_asp {
    background-image: url('../images/req_asp.html');
}

.typ_asp_dl {
    background-image: url('../images/asp_dl.html');
}

.typ_asp_dl span {
    font-weight: bold;
    color: #771448;
}


.info_bk {
    width: 100%;
    height: 0px;
    background-image: url('../images/info_bk.html');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-top: 12%;
}



a.page_link {
    text-decoration: none;
    color: #008542;
    word-wrap: break-word;
}

a.page_link:hover {
    text-decoration: underline;
}


.p_on {
    background: url('../images/minus.html') no-repeat scroll 80% 80% #eeeeee !important;
    color: #444444 !important;
}


div.error_container {
    position: relative;
    width: 95%;
    margin: 10px 0 10px 0;
    padding: 10px;

}

div.error_container p {
    color: #ea0000;
}


.frm_container {
    position: relative;
    background-color: #7d0049;
    padding: 10px 45px 25px 45px;
    max-width: 600px;
    border-radius: 8px;
}

/* Form items */
div.req_frm {
    position: relative;
    margin: 0;
    padding: 0;
}

div.req_frm p {
    margin: 0px 0px 15px 0px;
    padding: 0;
}

div.req_frm input[type="text"] {
    background-color: #eeeeee;
    width: 98%;
    color: #444444;
    font-family: inherit;
    font-size: 18px;
    line-height: 30px;
    margin: 2px 0px 0px 0px;
    padding: 0px 4px 0px 4px;
    border: 1px solid #444444;

}

div.req_frm select {
    background-color: #eeeeee;
    width: 98%;
    color: #444444;
    font-family: inherit;
    font-size: 18px;
    line-height: 30px;
    margin: 2px 0px 0px 0px;
    padding: 0px 4px 0px 4px;
    border: 1px solid #444444;

}

div.req_frm textarea {
    background-color: #eeeeee;
    width: 98%;
    color: #444444;
    font-family: inherit;
    font-size: 14px;
    resize: none;
    margin: 2px 0px 0px 0px;
    padding: 0px 4px 0px 4px;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid #444444;
    height: 150px;
}

a.send_but {
    float: right;
    width: 20%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0 8px 0 8px;
    text-decoration: none;
    background-color: #008542;

}

.dts {
    display: inline-block;
    background-image: url('../images/drug_sign.html');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

div.req_frm ._error {
    border: 1px solid #ea0000 !important;
}

.req:before {
    color: #ea0000;
    content: "*";
    font-size: 24px;
}



div.media_links {
    position: relative;
    text-align: right;
    padding: 500px 30% 0 0;
}

div.media_links a {
    margin-right: 25px;
}



a.sm_links {
    position: absolute;
    top: 15px;
    left: 0px;
}

.l_divder {
    border-left: 1px solid #c0c0c0;
}

div.gallery_container {
    position: relative;
    float: right;
    width: 50%;
    margin: 0px 0px 15px 20px;
    text-align: right;
}

div.gallery_container a {
    position: relative;
    display: block;
    float: left;
    width: 245px;
    height: 245px;
    overflow: hidden;
    margin-bottom: 15px;
}

div.gallery_container a:nth-child(odd) {
    margin-right: 3%;
}

div.gallery_container img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

div.gallery_container img.portrait {
    width: 100%;
    height: auto;
}

span.mag {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
}


a.list_image {
    position: relative;
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 15px;
}

a.list_image img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.list_image img.portrait {
    width: 100%;
    height: auto;
}


span.list_image {
    position: relative;
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 15px;
}

span.list_image img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

span.list_image img.portrait {
    width: 100%;
    height: auto;
}

#txtpop_container {
    position: absolute;
    display: none;
    border: 0;
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    margin-right: 10px;
    margin-left: 10px;
    background-color: #ffffff;
    padding: 10px;
}

#txtpop_container h3 {
    color: #003764;
    font-size: 24px;
    line-height: 26px;
}

#txtpop_container p {
    color: #003764;
    font-size: 20px;
    line-height: 22px;
}

#txtpop_container a {

    text-decoration: none;
}

#txtpop_container a:hover {
    text-decoration: underline;
}

#txtpop_container .action_link {
    text-decoration: none;
    vertical-align: top;
}


div.txtpop_style .single {
    line-height: 46px;
    height: 46px;
}

div.txtpop_style .double {
    line-height: 19px;
    padding-top: 4px !important;
    height: 42px;
}





div.txtpop_style2 {
    background-color: #757474;
    padding: 30px 15px 25px 15px;
    max-width: 530px;
    border-radius: 8px;
}

div.txtpop_style2 h1 {
    color: #ffffff;
    font-weight: bold;
}

div.txtpop_style2 p {
    color: #ffffff;
    max-width: 350px;
    margin: 0px auto 0px auto;
}

div.txtpop_style2 .action_link {
    display: inline-block;
    width: 160px;
    padding: 0px 10px 0px 10px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    background-color: #0078bf;
    color: #ffffff;
    margin: 0px 10px 0px 10px;
}

div.txtpop_style2 .single {
    line-height: 46px;
    height: 46px;
}

div.txtpop_style2 .double {
    line-height: 19px;
    padding-top: 4px !important;
    height: 42px;
}

/* 2017 HCP new additions popup */
.khcp_nma {
    background-color: #7d0049;
    padding: 20px 45px 25px 45px;
    max-width: 600px;
    border-radius: 8px;
}

.khcp_nma h1 {
    color: #ffffff;
    font-weight: bold;
}

.khcp_nma div {
    position: relative;
    clear: both;
    text-align: left;
    margin: 0px 0px 15px 0px;
}

.khcp_nma div p {
    color: #ffffff;
    margin: 0px auto 0px auto;
}

.khcp_nma div p span {
    color: #f47b20;
}

.khcp_nma div a {
    float: right;
    display: block;
    width: 100px;
    height: 35px;
    padding: 0;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    font-weight: bold;
    background-color: #f47b20;
    color: #ffffff;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
}

/* check external popup */

.chk_ext {
    position: relative;
    text-align: center;
}

.chk_ext h1,
.chk_ext h2,
.chk_ext h3,
.chk_ext h4 {
    color: #243588;
}

.chk_ext_but {
    display: inline-block;
    width: 110px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #003764;
    ;
    text-align: center;
    color: #003764;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
    margin: 0px 20px 0px 20px;
}

.chk_ext_but:hover {
    background-color: #003764;
    color: #ffffff;
    text-decoration: none;
}




/* Home Video */
.hm_video {
    background-color: #7d0049;
    padding: 20px 45px 25px 45px;
    max-width: 960px;
    border-radius: 8px;
}


a.txtpop_close {
    display: block;
    width: 35px;
    height: 35px !important;
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url('../images/pop_close.png');
    margin: 0;
    padding: 0;
    z-index: 999;
}

a.txtpop_close_wht {
    display: block;
    width: 35px;
    height: 35px !important;
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url('../images/pop_close_wht.html');
    margin: 0;
    padding: 0;
    z-index: 999;
}


#preloader {
    position: absolute;
    width: 64px;
    height: 32px;
    display: none;
    background-image: url('../images/preloader.html');
    background-repeat: no-repeat;

    z-index: 999998;
}

#gvideo {
    width: 100%;
    height: auto;
}

.blk_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 1000%;
    background-color: #ffffff;
    z-index: 99999;
    -moz-opacity: 0.8;
    opacity: .50;
    filter: alpha(opacity=70);
    outline: none
}

.wht_content {
    display: none;
    position: absolute;
    border: 2px solid #ffffff;
    background-color: white;
    z-index: 999999;
    padding: 0;
    word-wrap: break-word;

}


/* 2017 - Popup forms elements */

.frm_request {
    text-align: left;
}

.frm_request form {
    margin: 0;
    padding: 0;
}

.frm_request h1,
.frm_request h2,
.frm_request h3,
.frm_request h4,
.frm_request h5,
.frm_request h6 {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
}

.frm_request p {
    margin: 0px 0px 10px 0px;
    padding: 0;
    color: #ffffff;
}

.frm_request p a {
    color: #ffffff;
}

.frm_request label {
    color: #ffffff;
}

.frm_request input[type="text"],
.frm_request select,
.frm_request textarea {
    background-color: #ffffff;
    width: 98%;
    color: #000000;
    font-family: inherit;
    font-size: 18px;
    line-height: 30px;
    margin: 2px 0px 0px 0px;
    padding: 0px 4px 0px 4px;
    border: 1px solid #757474;
}

.frm_request textarea {
    resize: none;
    height: 150px;
}

.frm_request .send_but {
    width: 100%;
    text-align: center;
}

.frm_request .send_but a {
    width: 120px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0 8px 0 8px;
    text-decoration: none;
    background-color: #f47b20;
    border-radius: 5px;

}

.frm_request .error_container {
    position: relative;
    width: 95%;
    margin: 10px 0 10px 0;
    padding: 0;

}

.frm_request .error_container p {
    color: #f47b20;
    font-size: 18px;
}

.frm_request ._error {
    background-color: #f47b20 !important;
}

.frm_request .req:before {
    color: #ffffff;
    content: "*";
    font-size: 24px;
}


.chk_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.chk_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.chk_container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.chk_container input:checked~.checkmark {
    background-color: #f47b20;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.chk_container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.chk_container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}






/*  End POP Form  */


.accordion_landing_container {
    text-align: left;
    padding: 30px 0px 30px 0px;
    margin-bottom: 25px;
    background-color: #ededed;
    clear: both;
}

/* Accordion Global changes */
.ui-widget {
    font-family: 'montserrat', sans-serif, Helvetica, Arial, serif;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    right: .5em;
}

.ui-accordion .ui-accordion-header {
    font-weight: bold;
    line-height: 1.7;
    margin: 6px 0 0 0;

}

.ui-accordion .ui-state-default,
.ui-accordion .ui-widget-content .ui-state-default,
.ui-accordion .ui-widget-header .ui-state-default {
    background: none;
    background-color: #838687;
    border: 1px solid #c8c8c8;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 1.5em;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0px;
}

ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1.5em;
    border: 1px solid #c8c8c8;
    overflow: visible;
    font-family: 'montserrat', sans-serif, Helvetica, Arial, serif;
}

.ui-accordion .ui-accordion-content a {
    color: #6B6C6C;
}


.ui-accordion .ui-accordion-header {
    color: #ffffff !important;
}

.ui-icon-triangle-3-n {
    background-position: -160px -16px;
}

.ui-icon-triangle-3-s {
    background-position: -176px -16px;
}






.close_gal {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -16px;
    right: -16px;
}

#gal_next {
    position: absolute;
    right: 0px;
    top: 43%;
    width: 23px;
    height: 50px;
    background-image: url('../images/ani_right.html');
    background-repeat: no-repeat;
    cursor: pointer;
}

#gal_prev {
    position: absolute;
    left: 0px;
    top: 43%;
    width: 23px;
    height: 50px;
    background-image: url('../images/ani_left.html');
    background-repeat: no-repeat;
    cursor: pointer;
}

#alt_text {
    position: absolute;
    top: 100%;
    height: 32px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
}

.clear_sml {
    clear: both;
    padding: 0;
    margin: 0;
    font-size: 5%;
    line-height: 5%;
}

div.sitemap {
    position: relative;
}

div.sitemap li {
    list-style: none;
}

div.sitemap li a {
    text-decoration: none;
    color: #464646;
}

div.sitemap li a:hover {
    text-decoration: underline;
}

.video_float_container {
    position: relative;
    margin: 0;
    padding: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

sup {
    font-size: 70%;
}

.grey_padd {
    padding: 25px;
    color: #ffffff;
    background-color: #757474;
    text-align: center;
    font-weight: bold;
}

.grey_padd a {
    color: #ffffff;
}



div.p_lnd_lnk {
    position: relative;
    display: inline-block;
    width: 32%;
    text-align: left;
    vertical-align: top;
    height: 350px;
    cursor: pointer;
    margin: 8px 8px 8px 3px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(97, 97, 97, 1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(97, 97, 97, 1);
    box-shadow: 0px 3px 5px 0px rgba(97, 97, 97, 1);
}


.p_lnd_icon {
    position: relative;
    padding: 25px;
    background-color: #efedec;
    text-align: center;
    border-bottom: 3px solid #6c6d6d;
}

div.p_lnd_icon img {
    max-width: 160px;
}

div.p_lnd_txt {
    position: relative;
    padding: 10px;
}

div.p_lnd_txt h2 {
    color: #6c6d6d;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

div.p_lnd_txt h2 span {
    color: #fcbd17;
    font-weight: bolder;
    font-size: 38px;
    line-height: 38px;
    float: left;
    margin-right: 15px;
}

div.p_lnd_txt p {
    color: #6c6d6d;
    font-size: 16px;
    line-height: 18px;
    clear: both;
    margin-top: 5px;
}

/*  Page Links */

.gen_lnk {
    position: relative;
    display: inline-block;
    width: 32%;
    text-align: left;
    vertical-align: top;
    cursor: pointer;
    margin: 8px 8px 8px 3px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(97, 97, 97, 1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(97, 97, 97, 1);
    box-shadow: 0px 3px 5px 0px rgba(97, 97, 97, 1);
    background-color: #ffffff;
    min-width: 330px;
}

.gen_lnk_num {
    color: #fcbd17;
    font-weight: bolder;
    font-size: 50px;
    line-height: 52px;
    padding: 35px 0;
    float: left;
    margin: 0px;
    text-align: center;
    width: 50%;
}

.gen_lnk_icon {
    position: relative;
    padding: 10px 0;
    background-color: #efedec;
    text-align: center;
    float: right;
    width: 50%;
    text-align: center;
}

.gen_lnk_icon img {
    max-width: 100px;
}

.gen_lnk_txt {
    clear: both;
    border-top: 3px solid #6B6C6C;
    text-align: center;
    min-height: 56px;
}

.gen_lnk_txt h2 {
    color: #6B6C6C;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 8px 0px 8px 0px;
}

.gen_lnk a {
    text-decoration: none;
    color: #6B6C6C;
}

.gen_lnk a::before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}

#form_message {
    position: relative;
    text-align: left;
    width: 400px;
    font-size: 24px;
    line-height: 26px;
    margin: 10px auto 10px auto;


}

div.frm_ok {
    text-align: center;
    border: 1px solid #007727;
    color: #007727;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
}

div.frm_error {
    border: 1px solid #bc0000;
    color: #bc0000;
    padding: 10px;
    background-color: #efe700;
    border-radius: 5px;

}


#txtpop_container .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    width: 100%;
}

#txtpop_container .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image {
    position: relative;
}

.image .fa.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.fa.fa-play {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.fa.fa-play:before {
    margin-left: 5px;
}

div.block {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%;
}

div.block.grey {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ededed;
}

.video-call-to-action {
    background-color: #263883;
}

.video-call-to-action * {
    box-sizing: border-box;
}

.video-call-to-action .text {
    color: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.video-call-to-action .text p {
    line-height: 1.25;
}

.video-call-to-action .text *:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 800px) {
    .video-call-to-action {
        display: flex;
    }

    .video-call-to-action .text {
        width: 33.3333%;
        align-self: center;
    }

    .video-call-to-action .video {
        width: 66.6666%;
    }
}