@charset "UTF-8";
/* CSS Document */

/****************************** 
******************************* 
ALL INTEFACE/LAYOUT IDS & STYLES
****************************** 
******************************/

/*COLORS*/
/****************************** 
******************************* 
Yellow: #fee123
Yellow Med: #dfc51c
Yellow Dark: #c3ab16
Blue Dark: #005066
Blue: #68abbe

****************************** 
******************************/


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 12px;
    line-height: 1.2;
}
body {
    font-size: 1em;
    /*font-style*/
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    background-color: #68abbe;
}
#wrapper {
    width: 100%;
    position: relative;
    background-color: #FFF;
}
.inner {
    max-width: 1192px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
img {
    max-width: 100%;
}
.nowrap {
    white-space: nowrap;
}
ul.block-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.block-list li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 10px;
}
.btn-group {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.btn-group li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.btn-group .btn {
    display: block;
}
.btn-group.floatRight {
    margin: 20px 0 20px 45px;
}
.btn-group.floatLeft {
    margin: 20px 45px 20px 0;
}
/*HEADER---------------------------------------------*/

#flashElement-static-banner {
    max-width: 100%;
}
#flashElement-static-banner embed {
    max-width: 100%;
}
.logo-small-screen {
    display: none;
}
#header {
    position: relative;
    /*min-height:167px;padding-top:10px;*/
    background-color: #fee123;
}
#header:after {
    content: "";
    display: table;
    clear: both;
}
.header-left {
    float: left;
    min-height: 167px;
    width: 12.5868%;/*145/1152*/
    padding-top: 10px;
}
.header-right {
    float: right;
    min-height: 167px;
    position: relative;
    width: 86.45833%;/*996/1152*/
    padding-top: 10px;
}
.NYPG {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}
.tagline {
}
.tag-left {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #c3ab16;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
}
.tag-right {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    background-color: #dfc51c;
    padding: 0 15px;
}
.tagline span {
}
/*MOBILE HEADER---------------------------------------------*/

.mobile-header {
    display: none;
    height: 50px;
    position: fixed;
    width: 100%;
    background-color: #fee123;
    z-index: 1000;/*text-align: center;*/
}
.mobile-head {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 18px;
    line-height: 50px;
    margin-left: 60px;
}
.mobile-head a {
    color: #000;
    text-decoration: none;
}
.mobile-head a:hover {
    color: #68abbe;
}
.mobile-head.one {
}
.mobile-head.two {
    display: none;
    font-size: 32px;
}
.ToggleMenu.Open {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    background-color: #005066;
    background-image: url(../images/open-menu-button.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.ToggleRightMenu.Open {
    /*width: 40px;
	height: 40px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100px;
    height: 40px;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    background-color: #005066;
    /*background-color:#c3ab16;*/
    background-image: url(../images/open-cats.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ToggleMenu.Close, .ToggleRightMenu.Close {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #666;
    background-image: url(../images/close-menu-button.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ToggleRightMenu.Close {
    float: left;
    margin-left: 10px;
}
.ToggleMenu:hover, .ToggleRightMenu:hover {
    background-color: #000;
}
/*MAIN NAVIGATION---------------------------------------------*/


/*View Cats-------*/
.ViewCats {
    background-color: #005066;
    width: 19.2771%; /*192/996*/
    float: left;
    min-height: 50px;
    text-align: center;
}
.ViewCatsWrap {
    position: relative;
}
a.ToggleCats {
    color: #fee123 !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    background-image: url(../images/viewcats-arrow-down.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px !important;
    display: inline !important;
}
a.ToggleCats:hover {
    color: #fff !important;
}
.CatsDropDown {
    position: absolute;
    z-index: 100;
    top: 50px;
}
#nav .CatsDropDown a {
    line-height: 1.3;
}
#nav .CatsDropDown ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    float: none;
    text-align: left;
}
#nav .CatsDropDown ul li {
    float: none;
    /*margin-bottom: 10px;*/
    margin-left: 0;
}
.ViewCatsWrap:hover .CatsNav {
    display: block;
}
.touch .ViewCatsWrap:hover .CatsNav {
    display: none;
}
.CatsNav {
    float: left;
    background-color: #005066;
    padding: 10px 0;
    max-width: 250px;
    display: none;
}
.CatsNav a {
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 20px !important;
}
.CatsNav li:hover a {
    color: #000 !important;
    background-color: #e0c137 !important;
}
.CatsNav li:hover .CatsSubNav {
    display: block;
}
.touch .CatsNav li:hover .CatsSubNav {
    display: none;
}
.CatsSubNav {
    float: left;
    background-color: #e0c137;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 100%;
    width: 483px;
    display: none;
    min-height: 345px;
}
.CatsSubNav.twocol {
    width: 635px;
}
.CatsSubNav.twocol ul {
    width: 45% !important;
}
.CatsSubNav ul {
    float: left !important;
    margin-right: 20px !important;
}
.CatsSubNav a {
    text-transform: uppercase;
    color: #000 !important;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 0 !important;
    font-family: "Open Sans", Arial, sans-serif;
}
.CatsSubNav .title a {
    padding: 0px 0px 10px;
    color: #000;
    font-size: 20px;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 700;
}
.CatsSubNav .title a:hover, .CatsNav .CatsSubNav a:hover {
    color: #005066 !important;
}
/*NAV-----*/
#nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    background-color: #68abbe;
}
#nav ul {
    /*overflow:hidden;*/
    padding: 0;
    margin: 0;
    list-style: none;
    width: 80.72289%; /*804/996*/
    float: right;
    text-align: center;/*display: table;
    table-layout: fixed;*/
}
#nav ul li {
    font-size: 12px;
    /*display:table-cell;*/
    float: left;/*position:relative;*//*margin-left:20px;*/
}
#nav a {
    padding: 0px 10px;
    display: block;
    color: #FFF;
    text-decoration: none;
    line-height: 50px;
}
#nav a:hover, #nav li:hover, #nav li:hover a, #nav li.active, #nav li.active a {
    color: #fee123;
    background-color: #005066;
}
.SubNav {
    position: absolute;
    /*top: 30px;*/
    display: none;
    background-color: #005066;
    z-index: 100;
    min-width: 200px;
}
#nav .SubNav ul {
    /* overflow: hidden; */
    padding: 0;
    margin: 0;
    list-style: none;
    float: none;
    text-align: left;
    width: 100%;
    display: block;
}
#nav .SubNav ul li {
    margin-left: 0px;
    float: none;
    line-height: 1.2;
}
#nav .SubNav a {
    padding: 10px 10px;
    display: block;
    color: #FFF !important;
    text-decoration: none;
    line-height: 1.2;
}
#nav .SubNav a:hover {
    background-color: #68abbe;
}
/*Subnav hover-----------*/
#nav li:hover .SubNav {
    display: block;
}
.touch #nav li:hover .SubNav {
    display: none;
}
/*TOP NAVIGATION---------------------------------------------*/
.TopMenu {
    position: absolute;
    top: 10px;
    right: 0px;
}
.TopMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.TopMenu ul li {
    float: left;
    border-left: 1px solid #000;
    color: #000;
}
.TopMenu ul li:first-child {
    border: none;
}
.TopMenu a {
    display: block;
    padding: 2px 10px;
    color: #000;
    text-decoration: none;
}
.TopMenu a:hover {
    color: #c3ab16;
}
/*Content Subnav---------------------------------------------*/
.content-subnav {
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
    margin-top: -11px;
    margin-bottom: 10px;
    padding: 10px 0 5px;
}
.content-subnav:after {
    content: "";
    display: table;
    clear: both;
}
.content-subnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-subnav li {
    float: left;
    margin: 0 5px 5px;
}
.content-subnav li a {
    display: block;
    padding: 2px 5px;
    background-color: #FFF;
    border: 1px solid #CCC;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #005066;
}
.content-subnav li a.active {
    color: #FFF;
    background-color: #68abbe;
    border: 1px solid #68abbe;
}
.content-subnav li a:hover {
    color: #fee123;
    background-color: #005066;
    border: 1px solid #005066;
}
.SubNavSelectWrap {
    display: none;
    margin: 4px 5px 6px;
}
.SubNavSelectWrap label {
    font-weight: bold;
    font-size: 11px;
    margin-right: 5px;
}
.SubNavSelect {
    max-width: 100%;
}
/*SEARCH AND TOP BANNER---------------------------------------------*/
#taglist {
    position: absolute;
    z-index: 100;
    background-color: #005066;
    min-width: 300px;
}
#taglist ul.ui-autocomplete {
    padding: 0 10px 10px;
    list-style: none;
    margin: 0;
    max-height: 400px;
    overflow: scroll;
}
#taglist ul.ui-autocomplete li {
    margin-bottom: 5px;
    color: #FFF;
}
#taglist ul.ui-autocomplete li:hover {
    color: #68abbe;
}
.SearchRow {
    margin-top: 10px;
    margin-bottom: 20px;
}
.SearchBannerWrap:after {
    content: "";
    display: table;
    clear: both;
}
.SearchBannerWrap {
    background-color: #fee123;/*display:table-row;
table-layout:fixed;*/
}
.Search {
    float: left;
    width: 33.85416%;/*390/1152*/
    padding: 0 15px;/*height:90px;*/
	/*display:table-cell;*/
}
.SearchWrap {
    margin: auto;
    width: 100%;
}
.SearchTitle {
    padding: 10px 0 5px;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
}
.SearchInput {
    position: relative;
    float: left;
    border: 1px solid #CCC;
    background-color: #FFF;
    min-height: 32px;
    width: 85%;
    display: table-cell;
}
.Search input[type=text] {
    width: 100%;
    height: 30px;
    border: none;
    padding: 0 0 0 10px;
    background: transparent;
    outline: none;
}
.Search input[type=submit] {
    background-color: #005066;
    display: table-cell;
    color: #FFF;
    border: none;
    height: 32px;
    padding: 0;
    float: left;
    max-width: 36px;
    width: 15%;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
}
.TopBannerWrap {
    float: right;
    /*width:64.40972%;742/1152*/
    width: 66.14583%;/*762/1152*/
    text-align: right;
    /*display:table-cell;*/
    background: #fff url(../images/advertisement-left.gif) 2.88713% center no-repeat;
    margin: auto;
    background-size: contain;
}
.TopBanner {
    width: 98.1132%;/*728/742*/
    width: 95.53805%;/*728/762*/
    float: right;
}
/*CONTENT---------------------------------------------*/
#content {
    position: relative;
    line-height: 1.6;
    margin-bottom: 55px;
    color: #333;
}
.content-nested-left {
    float: left;
    width: 76.04166%;/*876/1152*/
}
.content-nested-right {
    float: right;
    width: 22.22222%;/*256/1152*/
}
.content-nested-left-half {
    float: left;
    width: 450px;
    border: 1px solid #CCC;
}
.content-nested-right-half {
    float: right;
    width: 450px;
    border: 1px solid #CCC;
}
.left {
    float: left;
}
.right {
    float: right;
}
/*BREADCRUMB-------------------------------------------*/
.breadcrumb {
    font-size: 12px;
    background-color: #EEE;
    margin-bottom: 5px;
    padding: 5px;
    margin-top: -10px;
    border-bottom: #CCC solid 1px;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
.breadcrumb li {
    float: left;
    margin-right: 5px;
}
.breadcrumb li:before {
    content: "» ";
}
.breadcrumb li:first-child:before {
    content: "";
}
.breadcrumb a {
    font-size: 11px;
    text-decoration: none;
}
.tel-link {
    text-decoration: none;
    color: #333;
}
.footer-address .tel-link {
    color: #000;
}

@media (max-width:480px) {
.tel-link {
    text-decoration: underline;
    color: #68abbe;
}
.footer-address .tel-link {
    color: #000;
}
}
/*Side Ads---------------------------------------------*/
.ad-col-wide {
    padding-top: 10px;
    background-image: url(../images/advertisement-wide.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
.ad-col-wide img {
    margin-bottom: 10px;
}
.ad-col {
    padding-top: 10px;
    width: 46.875%;/*120/256*/
    background-image: url(../images/advertisement.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
.ad-col img {
    margin-bottom: 10px;
}
.ad-col.left {
    float: left;
}
.ad-col.right {
    float: right;
}
/*FOOTER---------------------------------------------*/
#footer {
    position: relative;
    background-color: #68abbe;
}
.footer-top {
    background-color: #005066;
    padding: 5px 0;
}
.footer-top:after {
    content: "";
    display: table;
    clear: both;
}
.follow-links {
    float: right;
}
.follow-links ul {
    padding: 0;
    margin: 5px 0 0;
    overflow: hidden;
    list-style: none;
}
.follow-links li {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
.follow-links li.head {
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    margin-right: 15px;
	padding-top: 2px;
}
.follow-links li a {
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
	padding-top: 2px;
	min-height: 16px;
	display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
.follow-links li a:hover {
    color: #68abbe;
}
.follow-links a.facebook {
    background-image: url(../images/social/facebook.png);
}
.follow-links a.twitter {
    background-image: url(../images/social/twitter.png);
}
.follow-links a.google {
    background-image: url(../images/social/google.png);
}
.follow-links a.instagram {
    background-image: url(../images/social/instagram.png);
}
.footer-links {
    padding: 0;
    list-style: none;
    clear: both;
    overflow: hidden;
    margin: 20px 0;
}
.footer-links li {
    float: left;
    border-left: 1px solid #FFF;
    font-size: 11px;
    margin-bottom: 10px;
}
.footer-links a {
    color: #FFF;
    padding: 0 10px;
    text-decoration: none;
}
.footer-links li:first-child {
    border-left: none;
}
.footer-links li:first-child a {
    padding-left: 0;
}
.copyright {
    clear: both;
    color: #FFF;
    line-height: 1.6;
}
.copyright a {
    color: #FFF;
    text-decoration: none;
}
.footer-title {
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    float: left;
}
.footer-bottom {
}
.footer-address {
    background-color: #fee123;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 5px;
	text-transform: uppercase;
}
/*SIDE MENUS----------------------------------------------------*/
.sidr .Search {
    width: auto;
    padding: 0 0 0 10px;
}
.sidr .Search input[type=submit] {
    width: 36px;
}
.sidr .SearchInput {
    width: 130px;
}
.SideNav {
    clear: both;
    padding-top: 20px;
}
.sidr .SideSubNav {
    display: none;
}
.sidr ul li a, .sidr ul li span {
    /*padding: 0 15px;
display: block;
text-decoration: none;
color: #333;*/
    line-height: 1.6;
    padding: 10px 15px;
}
.smallmenu {
    text-align: left;
    font-size: 12px;
    border: none !important;
}
.smallmenu li {
    padding: 0;
    line-height: 42px !important;
    border: none !important;
}
.smallmenu li a {
/*padding: 0 0 0 35px !important;*/
}
/*CategoryList----------------------------------------------------*/
.backlink {
    font-size: 12px;
    color: #FFF;
    /*position: absolute;
right: 13px;
top: 33%;*/
    float: right;
    padding: 12px;
    text-decoration: none;
}
.backlink:hover {
    color: #68abbe;
}
.catlist {
}
.catlist .arrowList a {
    color: #333;
    text-decoration: none
}
.catlist .arrowList a:hover {
    color: #68abbe;
}
/*CategoryList----------------------------------------------------*/
.legendicon {
    font-weight: bold;
    color: #FFF;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #005066;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}
.legend {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.legend li {
    float: left;
    margin: 2px 2px;
}
.legend.description {
}
.legend.description span {
    float: left;
    font-weight: bold;
}
.legend.description span.label {
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
}
.legend.description span.legendicon {
    margin-right: 5px;
}
.legend.description li {
    margin-right: 10px;
}
.ResultsTop {
    margin-bottom: 3px;
    margin-top: 15px;
}
.ResultsTop:after {
    content: "";
    display: table;
    clear: both;
}
.OutsideHeader {
    margin-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}
.OutsideHeader .subtitle {
    padding: 0;
}
.OutsideHeader:after {
    content: "";
    display: table;
    clear: both;
}
.BlueBox {
    background-color: #68abbe;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    background-image: url(../images/BlueBoxArrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 42px;
}
.BlueBox a {
    color: #fee123;
    text-decoration: none;
}
.BlueBox a:hover {
    color: #005066;
}
.ResultsTable {
    width: 100%;
    margin-bottom: 25px;
}
.ResultsTable tr:nth-child(even) {
    background-color: #b8d7e0;
}
.ResultsTable tr:nth-child(odd) {
    background-color: #d6e8ed;
}
.ResultsTable tr.highlight {
    background-color: #fee123 !important;
    font-weight: bold;
}
.ResultsTable td {
    padding: 7px 10px;
}
.companyname a {
    color: #000;
    font-weight: bold;
}
.companyname a:hover {
    color: #666;
}
.SubscribeRSS {
    background-image: url(../images/rss.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #68abbe;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 5px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
}
.SubscribeRSS:hover {
    background-color: #005066;
    color: #FFF;
}
.Sort label {
    font-weight: bold;
    margin-right: 5px;
}
/*Company Listing----------------------------------------------*/
.categories {
    background-color: #e4f0f3;
    padding: 7px 5px;
    margin-bottom: 20px;
}
.categories p {
    padding: 0;
}
.company-info:after {
    content: "";
    display: table;
    clear: both;
}
.company-info .left {
    /*width:62.21461%;545/876*/
	
    width: 62.06597%;/*715/1152*/
    /*border-right:1px solid #CCC;
	padding-right:15px;*/
    min-height: 300px;
    padding-bottom: 20px;
}
.company-info .right {
    border-left: 1px solid #CCC;
    padding-left: 15px;
    /*width:34.24657%;300/876*/
    width: 36.63194%;/*422/1152*/
}
.company-address {
    font-size: 1.1666666em; /*14/12*/
}
.company-address .title3 {
    background-color: #e4f0f3;
    padding: 7px 5px;
    margin-bottom: 5px;
}
.company-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 22px;
}
.DownloadVcard, .ToggleForm, .DownloadResume {
    background-image: url(../images/vcard.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #68abbe;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 5px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}
.DownloadResume {
    background-image: url(../images/resume.png);
    clear: left;
}
.DownloadResume, .DownloadVcard {
    margin-bottom: 10px;
    min-width: 165px;
}
.DownloadVcard:hover, .ToggleForm:hover, .DownloadResume:hover {
    background-color: #005066;
    color: #FFF;
}
.ToggleForm {
    float: none;
    display: inline-block;
    background-image: url(../images/toggleform.png);
}
.ToggleForm.active {
    background-color: #e4f0f3;
    color: #005066;
    background-image: url(../images/toggleform-active.png);
}
.ToggleForm.active:hover {
    color: #68abbe;
}
.ContactForm {
    padding: 20px;
    background-color: #e4f0f3;
    display: none;
    margin-top: -14px;
}
.ContactForm table {
    width: 100%;
}
.ContactForm label {
    white-space: nowrap;
    /*padding-right:10px;*/
    font-weight: bold;
}
.ContactForm td {
    text-align: left;
    padding: 10px 10px 10px 0;
}
.ContactForm input[type=text], .ContactForm textarea {
    width: 100%;
    max-width: 300px;
}
.ContactForm textarea {
    height: 100px;
}
.ContactForm input[type=submit] {
    margin-top: 10px;
}
/*responsive youtube video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 25px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.adWrapper {
    margin-bottom: 25px;
}
/*LOG IN----------------------------------------------*/

.LogIn {
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}
.LogIn label {
    display: block;
    font-weight: bold;
    font-size: 1.1666666em;
    margin: 5px 0;
}
.LogIn input[type=text], .LogIn input[type=password] {
    display: block;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 24px;
    border: 1px solid #CCC;
}
.LogIn input[type=submit] {
    margin-top: 15px;
    display: inline-block;
}
#ForgotPassword {
    float: right;
    background-color: #fee123;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#ForgotPassword .btn:hover {
    background-color: #68abbe;
    color: #FFF;
}
.FPContent {
    clear: both;
    padding-top: 20px;
    display: none;
}
.FPLink {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.FPLink span {
    font-size: 14px;
    color: #c3ab16;
}
/*CONTACT US------------------------------------*/
.ContactForm.Show {
    display: block !important;
}
.ContactWrap:after {
    content: "";
    display: table;
    clear: both;
}
.ContactWrap .left {
    width: 55%;
    padding-right: 20px;
    border-right: 1px solid #CCC;
}
.ContactWrap.Sent .left {
    border-right: none;
}
.ContactWrap .right {
    width: 40%;
}
/*PAGINATION----------------*/
/*pagination*/

.pagination {
    /* margin-bottom: 10px; */
    background-color: #EEE;
    border-top: 1px solid #CCC;
    padding: 5px 10px;
}
.pagination.search-results {
    border-bottom: 1px solid #CCC;
    margin: 5px 0 15px;
}
.pagination:after {
    content: "";
    display: table;
    clear: both;
}
.pagenum {
    float: right;
}
.pagenum a {
    border: 1px solid #CCC;
    padding: 3px 5px;
    display: inline-block;
    text-decoration: none !important;
    color: #333 !important;
    min-width: 24px;
    text-align: center;
    background-color: #fff;
}
.pagenum a:hover {
    background-color: #005066 !important;
    color: #FFF !important;
}
.pagenum a.active {
    font-weight: normal;
    color: #000000;
    background-color: #d8e6eb;
}
/*SEARCH RESULTS-------------------------------------------------*/
.searchterms {
    background-color: #e4f0f3;
    padding: 7px 5px;
    margin-bottom: 20px;
}
.searchterms p {
    padding: 0;
}
.search-result-box {
    background-color: #FFF;
    border-bottom: 1px dotted #CCC;
    padding: 5px 10px;
    margin-bottom: 2px;
}
.search-result-box.featured {
    background-color: #e4f0f3;
    border-bottom: 1px solid #FFF;/*background-color:#fee123;
	#fee123*/
}
.cats .search-result-box {
    padding: 10px 0px;
}
.search-result-box .legend {
    margin: 3px 0;
}
.search-result-box .legend li {
    float: left;
    margin: 0 5px 0 0;
}
.search-result-head {
    padding: 0;
    font-weight: bold;
}
.search-result-head a {
}
.search-result-description {
    padding: 0;
    margin-top: 5px;
}
/*SITE MAP-------------------------------------------------*/
.sitemap-wrap {
}
.sitemap-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #005066;
}
.sitemap-wrap ul a {
    font-size: 12px;
}
.sitemap-wrap ul ul {
    margin: 5px 0 5px 10px;
}
.sitemap-wrap ul li:before {
    content: "» ";
}
.sitemap-wrap ul ul li:before {
    content: "- ";
}
.sitemap-wrap .subtitle {
    padding: 20px 0 5px 0;
}
.sitemap-wrap a {
    text-decoration: none;
}
.sitemap-wrap .subtitle a {
    color: #005066;
    text-decoration: none;
}
.sitemap-wrap .subtitle a:hover {
    color: #68abbe;
    text-decoration: none;
}
.sitemap-wrap .title {
    background-color: #EEE;
    font-size: 22px;
    padding: 3px;
    margin-bottom: 10px;
    border-top: 1px solid #CCC;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
}
/*FAQ----------------------------------------------------*/
.list-content-wrap {
}
.list-block {
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
}
.list-head {
}
.list-head.active {
}
.list-head a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.list-head a:hover {
    color: #68abbe;
}
.list-head.active a {
}
.list-head .open-icon {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    margin-right: 5px;
    background-color: #68abbe;
    color: #FFF;
}
.list-head.active .open-icon {
    background-color: #c3ab16;
}
.list-head .open-icon:before {
    content: "+";
}
.list-head.active .open-icon:before {
    content: "-";
}
.list-content {
    display: none;
}
.list-content p {
    padding-bottom: 10px;
}
.close-list-content {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #ccc;
    padding: 1px 5px;
    font-weight: bold;
}
.close-list-content:hover {
    color: #fff;
    background-color: #333;
}
/*Advertising------------------------------*/
.rates {
    padding: 10px;
    background-color: #EEE;
    border: 1px solid #CCC;
    margin-bottom: 20px;
}
.rates .title {
    border-bottom: 4px solid #68abbe;
    padding: 0;
    margin-bottom: 10px;
}
.rates .subtitle {
    padding: 5px 0 7px 0;
}
.rates p {
    padding: 0px 0px 14px;
}
