/* zzCustom.css */

body {
    font-family: verdana, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.35em;
    color: #015696;
    text-align: center;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.35em;
    color: #015696;
    border: none;
}


/* FONTS */

body {
    font-family: verdana, sans-serif;
}

h1,
h2 {
    font-family: "Trebuchet MS";
}

a.logo {
    text-decoration: none !important;
}

.IJCAHPOlogo {
    background: url(/App_Themes/EyeCareCE_20_2_19/images/ijcahpo_logo.png);
    height: 76px;
    display: inline-block;
    float: right;
    width: 275px;
}

/* GLOBAL */

.header-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.header-top-container .header-container,
.nav-primary .rmResponsive,
.header-logo-container {
    max-width: 1200px;
    margin: auto;
}
.OmSearch {
    float: right;
    padding-top: 20px;
}


/* STRUCTURAL */

.header {
    padding-top: 0;
    padding-bottom: 0;
    transition: all .5s;
}

.header-top-container {
    background-color: #015696;
    padding: .5em 0;
}

.header-top-container a {
    color: #fff;
}

.header-logo-container {
    float: none;
    min-height: 75px;
    background: url(/App_Themes/EyeCareCE_20_2_19/images/hdbg.png) no-repeat;
    position: relative;
}

@media (max-width:768px) {
    .header-logo-container {
        height: 77px;
        border-bottom: 2px solid #21C0EC;
    }
}

.header-logo-container a {
    display: block;
    height: 75px;
    width: 290px;
    background: url(/App_Themes/EyeCareCE_20_2_19/images/eyecarece_logo.png) no-repeat;
    float: left;
}

.header-logo-container a.jcahpo {
    background: url(/App_Themes/EyeCareCE_20_2_19/images/ijcahpo_logo.png) no-repeat;
    display: inline-block;
    float: right;
    width: 275px;
	margin: auto;
}

.header-logo-container a span {
    color: transparent;
}

.search-container-sm {
    position: absolute;
    right: 0;
    top: 25%;
}

.navbar-header {
    float: none;
}

.nav-primary {
    float: left;
    width: 100%;
    background-color: #015696!important; /*ATS amilligan 2018-09-06: added !important to force IE to display this color.*/
}


/*   HOME PAGE */

@media (min-width:767px) {
    .HomePage .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.flipBoard {
    cursor: pointer!important;
    display: block;
    border: 1px solid #fff;
    box-shadow: 0 0 4px #ccc;
    border-radius: 6px;
    position: relative;
    background-color: #CAEAF5;
    min-height: 175px;
    /* width: 329px; */
    margin: 5px;
    overflow: hidden;
    float: left;
    background-repeat: no-repeat;
    border-collapse: separate;
    background-size: cover;
}

.flipBoard div {
    padding: 0!important;
}

.flipBoard.a1 {
    background-image: url(/App_Themes/EyeCareCE_20_2_19/images/a1.jpg);
}

.flipBoard.a2 {
    background-image: url(/App_Themes/EyeCareCE_20_2_19/images/a2.jpg);
}

.flipBoard.a3 {
    background-image: url(/App_Themes/EyeCareCE_20_2_19/images/a3.jpg);
}

.flipBoard.b1 {
    background-image: url(/App_Themes/EyeCareCE_20_2_19/images/b1.jpg);
}

.flipBoard.b2 {
    background-color: #fff;
}

.flipBoard.b3 {
    background-image: url(/App_Themes/EyeCareCE_20_2_19/images/b3.jpg);
}

.flipBoard.c1 {
    background-image: url(/App_Themes/EyeCareCE_20_2_19/images/c1.jpg);
}

.flipBoard.c2 {
    background-image: url(/App_Themes/EyeCareCE_20_2_19/images/c2.jpg);
}

.flipBoard.c3 {
    background-image: url(/App_Themes/EyeCareCE_20_2_19/images/c3.jpg);
}

.flipBoard.b2 img {
    width: 100%;
}

.flipBoard .preview {
    margin: 40px 0 0 50%;
}

.flipBoard .preview h2 {
    color: #333;
    line-height: 1em;
    margin-bottom: 1.5em;
}

.flipBoard .preview p {
    font: bold 14px verdana, sans-serif;
    font-style: italic;
    color: #366092;
}

.flipBoard .onHover {
    /* visibility: hidden;*/
    /*	display: none;*/
    opacity: 0;
    height: 175px;
    width: 100%;
    background-color: #FFEDC3;
    position: absolute;
    top: 150px;
    transition: all .5s;
    padding: 18px;
    text-align: center;
}

.flipBoard.clicked .onHover {
    top: 0;
    opacity: 1;
    /*display: block;*/
}


}
.flipBoard:hover {
    box-shadow: 0 0 10px #333;
}
.flipBoard .onHover ul {
    margin: 0;
    margin-bottom: 1em;
    padding: 1em 3em;
    text-align: left;
}
.flipBoard .onHover:before {
    font-family: FontAwesome;
    color: #AEC1C1;
    content: "\f057";
    position: Absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
}
.flipBoard .TextButton {
    margin: auto;
    display: inline-block;
}
.flipBoard .moreToCome {
    color: #366092;
    font-weight: bold;
    font-style: italic;
}
#ft .button {
    horizontal-align: center;
    display: inline-block;
    margin: 2px;
    padding: 0 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #3183e8 0%, #61aef2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3183e8', endColorstr='#61aef2', GradientType=0);
}

/* FOOTER */
.footer a.NavigationLink {
    font-size: 14px;
    display: inline-block;
    margin: 0 40px;
    padding: 10px 20px!important;
    border: 1px solid #313534;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: linear-gradient(to bottom, #424645 0%, #303433 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#303433', endColorstr='#000000', GradientType=0);
}
.footer a.NavigationLink:hover {
    border: 1px solid #666;
    box-shadow: 0 0 10px #000;
    background: linear-gradient(to bottom, #303433 0%, #424645 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#303433', GradientType=0);
}
.footer-nav {
    padding: 1em;
    border-top: 10px solid #015696;
}
.footer-copyright {
    color: #ccc;
    font-size: 10px;
    margin: 1em;
    text-align: center;
}
.footer ul.NavigationUnorderedList {
    width: 100%;
}
.footer li.NavigationListItem {
    width: 25%;
    text-align: center;
}

/*769 and larger*/
@media (min-width: 769px) {
    body.sticky header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        background-color: #fff;
        box-shadow: 2px 2px 12px #333;
        padding-bottom: 0;
        transition: all .5s;
    }
}

/*up to 767*/
@media (max-width: 767px) {
    .flipBoard {
        min-height: 10px;
        background-size: contain
    }
    
    .flipBoard.clicked {
        height: 175px;
    }
    
    .flipBoard .preview {
        margin: 2em 2em 2em 120px;
        background: rgba(202, 235, 246, .75);
        padding: .5em!important;
        border-radius: 10px;
    }
    
    .flipBoard .onHover {
        min-height: 275px;
    }
}

/*exactly 768 eg. tablet portrait */
@media (width: 768px) {
    .flipBoard {
        min-height: 275px;
        background-size: cover;
    }
    
    .flipBoard .onHover {
        min-height: 275px;
    }
    
    .flipBoard .preview {
        margin: 1em;
        background-color: rgb(223, 246, 251);
        padding: 1em!important;
        border-radius: 10px;
        bottom: 0;
    }
}
/*
     FILE ARCHIVED ON 15:29:55 Jun 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:00:52 Dec 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.614
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.018
  esindex: 0.012
  cdx.remote: 12.015
  LoadShardBlock: 116.582 (3)
  PetaboxLoader3.datanode: 185.92 (4)
  load_resource: 273.045
  PetaboxLoader3.resolve: 201.415
*/