@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('/fonts/OpenSans-SemiBold.eot');
    src: url('/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-SemiBold.woff') format('woff'),
         url('/fonts/OpenSans-SemiBold.ttf') format('truetype'),
         url('/fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/fonts/OpenSans-Regular.eot');
    src: url('/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Regular.woff') format('woff'),
         url('/fonts/OpenSans-Regular.ttf') format('truetype'),
         url('/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
	font-weight: normal;
    font-style: normal;
}

html {
    background-color: transparent;
}

body {
    text-align: left;
    background: none;
    font-size:12px;
}

h1,
.h1
{
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1;
    font-weight:normal;
}

h2,
.h2
{
    width: 100%;
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight:normal;
}

h3,
.h3
{
    font-size: 1.4rem;
    font-weight:normal;
}

h4,
.h4
{
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight:normal;
}

h5,
.h5
{
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 5px;
}

th 
{
    font-family: 'OpenSans-SemiBold', Arial, Sans-Serif;
    text-align:left;
}


h1, h2, h3, h4, h5, h6,
div, span, object, iframe, p, input,
blockquote, pre, a, tt, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
    font-family: 'OpenSans-Regular', Arial, Sans-Serif !important;
    color: #003057;
}

strong
{
    font-family: 'OpenSans-SemiBold', Arial, Sans-Serif !important;    
    font-weight:bold;
}


a:link, a:visited, a:active {
    color: #009cde;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #003057;
}

ul {padding-left: 0;}

#loginContainerLeft { font-size: 12px; }

#registerLink { height: 250px; }

.bullet li {list-style-type: disc; }

.subHeader {
    color: #316329;
    font-size: 1.350em;
    font-weight: normal;
    margin: 0 0 5px;
}

.messageContainer h2 {
    font-size: 16px;
}

/********** BUTTONS **********/
a.button,
.button:enabled
{
    cursor: pointer;
    text-align: center;
    background-position: 0 0;
    background: #edb72b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edb72b', endColorstr='#e09512');
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edb72b), color-stop(100%, #e09512));
    background-image: -webkit-linear-gradient(to bottom, #edb72b 0%, #e09512 100%);
    background-image: -moz-linear-gradient(to bottom, #edb72 0%b, #e09512 100%);
    background-image: -ms-linear-gradient(to bottom, #edb72b 0%, #e09512 100%);
    background-image: -o-linear-gradient(to bottom, #edb72b 0%, #e09512 100%);
    background-image: linear-gradient(to bottom, #edb72b 0%, #e09512 100%);
    color: #333333;
    padding: 2px 10px;
    width: auto;
    letter-spacing: 1px;
    font-size: 1.000em;
    border: none;
    font-weight:bold;
}

a.button,
a.button:enabled
{
    display:inline-block;
    padding-top:3px;
    text-decoration:none;
}

.button:hover:enabled 
{
    background-color: #0d4e78;
    border:0;
}
/********** end BUTTONS **********/

.messageTextContainer {
    text-align: center;
}

.advisories {
    border: 1px solid #c7c7c7;
    background-color: #ffffff;
    width:auto;
    /* cross browser opacity */
        filter: alpha(opacity=80);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	    opacity: 0.8;
}

.advisories a {
    color: #ff0000;
    font-weight: bold;
}

.advisories h3 {
    font-size: 0.938em;
    margin: 5px 0;
}  

.homeFeaturedColumn, .destHmColumn, .destDetailColumn { overflow: visible; }

/********** HEADER **********/

.anchor-header
{

    margin-bottom: 10px;
}

.anchor-logo-nav-wrap
{
    position:relative;
}

.anchor-logo-nav-wrap,
.anchor-phone-wrap {
    background:#003399;
    color: #ffffff;
}

#phoneNum-anchor {
    text-align: right;
    margin: 0 15px 0 0;
    padding-top: 10px;
    font-size: 13px;
    color: #ffffff;
} 

#logo-anchor {
    background: url('https://trisept.widen.net/content/o20nzipamr/png/VAX_IUA_LOGO_MAINBRAND_ANCHOR_logo.png') no-repeat;
    background-position:0 -20px;
    margin: 0;
    width: 266px;
    height:80px;
}   

/* main navigation */ 
#nav-anchor {
    position: absolute;
    bottom: 2px;
    right: 0;
    width:78%;
    padding-right:10px;
    list-style-type: none;
    margin: 0;
}

.anchor-navigation
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.anchor-navigation > li
{
    flex-grow: 1;
    flex-basis: auto;
    text-align: left;
}

#nav-anchor a {
    color: #ffffff;
    text-decoration:none;
    display: block;
    height: 47px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

#nav-anchor a:hover,
#nav-anchor .dropDown-anchor a:hover {
    color: #edb72b;
}

#nav-anchor li:hover > .dropDown-anchor {
    display: block;
} 

.navItem-anchor {
    float: left;
    height: 45px;
    font-size: 1.000em;
    padding: 0 15px 0 50px;
}

#nav1-anchor { width: 70px; }
#nav2-anchor { width: 110px; }
#nav3-anchor { width: 60px; }
#nav4-anchor { width: 80px; }
#nav5-anchor { width: 50px; }

.dropDown-anchor {
    width: 130px;
    position: relative;
    right:15px;
    z-index:999;
    padding: 10px 10px 15px 0;
    background-color: #7c848a;
    display: none;
    filter: alpha(opacity=90);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	opacity: 0.9;  
}
              
.dropDown-anchor li {
    padding: 5px 0 2px 0;
    margin-left: 20px;
    list-style: none;
}

#nav-anchor .dropDown-anchor a {
    color: #ffffff;
    font-weight: normal;
    padding-left: 10px;
    text-transform: none;
    font-size: 13px;
    background: url('https://trisept.widen.net/content/cuequhgcwh/gif/VAX_IUA_IMG_WEBSITE_whiteBullet.gif') no-repeat 0 7px transparent;
    height: auto;
}

#nav-anchor .dropDown-anchor a:hover {
    text-decoration: underline;
}    
/* end main navigation */

.anchor-subnav {
    background-color: #ffffff;
	margin-bottom: 10px;
	font-size:1.4rem;
}

.anchor-subnav a:link {
    text-decoration: underline;
}

.anchor-subnav a:hover {
    text-decoration: none;
}

.anchor-subnav ul
{
    width:65%;
	display:inline-block;
}

.anchor-subnav li {
    float:left;
    padding: 10px 0 10px 25px;
    list-style: none;
}

.anchor-subnav li {
    color: #334aaa;
}

.anchor-subnav ul.anchor-subnav-print-wrap
{
    text-align:right; 
    float:right; 
    padding-right:25px;
    width:inherit;
}
/********** end HEADER **********/

/********** FOOTER **********/

.anchor-footer.constraint-wrap
{
    margin-bottom:0;
}

.anchor-footer
{
    background-color: #003399;
    padding-bottom: 40px;
    margin-top: 10px;
    width: 100%;
}

.anchor-footer p {
    margin: 0 0 15px 0;
    font-size: 16px;
}    

.anchor-footer p, 
.anchor-footer a, 
.anchor-footer a:hover {
    color: #eeeeee;
}

.anchor-footer a:link {
    display: block;
    font-size: 13px;
    line-height: 20px;
    text-decoration: underline;
    color: #ffffff;
}

.anchor-footer a:hover {
    text-decoration: none;
} 

#footerLtCol-anchor, 
#footerRtCol-anchor {
    padding: 15px 15px 0 20px;
    width:60%;
    float:left;
}  

#footerRtCol-anchor {
    width:40%;
    }  

#footerLtCol-anchor div {
    float: left;
    width: 185px;
}

#footerRtCol-anchor p {
    margin-left: 5px;
}

#footerRtCol-anchor a {
    float: left;
    color: #ffffff;
    display:inline-block;
}

#footerRtCol-anchor a span {
    padding-left: 40px;
    padding-top: 16px;
    color: #ffffff;
}

#footerRtCol-anchor a{
    margin-right: 30px;
}

#footerRtCol-anchor div {
}

#footerEmailSignUp, #footerCurrentPromoCodes {
    background: url('https://trisept.widen.net/content/wyvyckr4fw/png/VAX_IUA_ICON_SOCIAL_ANCHOR_footerIcons.png') no-repeat;
}

#footerEmailSignUp {
    background-position: 0 -35px;
}

.footer-credits 
{
    color: #000;
    background-color:#fff;
    font-weight: bold;
    padding: 10px 20px 20px 20px;
}

.footer-credits p
{
    width: 50%;
    display: inline-block;
}

.footer-credits span 
{
    vertical-align: top;
}

.footer-credits .footer-created-by
{
    float: right;
}

.footer-created-by img 
{
    max-width: 125px;
	clear: both;
    display: block;
}
/********** end FOOTER **********/

.anchor-header.constraint-wrap
{
    margin-top:0;
}

/* restore register text hidden in base vax */

.register-wrap
{
    display:block;    
}

.login-form
{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #f2f2f2;
}

.login-form legend.h1
{
    margin-bottom:10px;
}

.login-form .forgot-password-wrap
{
    margin-bottom:0;    
}

/*fix mobile/tablet position of anchor cms block on login*/

@media (max-width:767px)
{
    .login-anchor-block-wrap
    {
        position:static;    
    }    
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
    color: #fff !important;
    font-size: 13px !important;
    text-decoration: underline;
    font-family: Verdana,Trebuchet MS,Arial,Sans-Serif !important;
}

    #ot-sdk-btn.ot-sdk-show-settings:hover,
    #ot-sdk-btn.optanon-show-settings:hover {
        text-decoration: none;
    }

#footerLtColIUA div.footer-list-item {
    width: 100% !important;
}