    @charset "utf-8";


html,
body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: #eeeeee;
    width: 100%;
}

html,
body,
p,
th,
td,
li {
    font-family: "Open Sans";
    font-size: 14px;
    color: #2e5260;
    line-height: 1.5em;
    font-weight: normal;
}

h1 {
    font-size: 20px;
    margin-bottom: 18px;
}

a:link {
    color: #1514CC;
    text-decoration: none;
}

a:visited {
    color: #1514CC;
    text-decoration: none;
}

h2 a:link, h2 a:visited {
    color: white;
}

a:hover, h2 a:hover {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #3333FF;
    text-decoration: none;
}

.small,
.small a:link,
.small a:visited,
.small a:active {
    font-size: 10px;
    line-height: 1.1em;
    font-weight: normal;
    text-decoration: none;
}

.block {
    display: block
}

img {
    max-width: 100%;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.mainbody {
    max-width: 1800px;
    margin: 0 auto;
    text-align: left;
    background: #eeeeee;
}

.catcontent {
    padding: 10px 30px;
    max-width: 100%;
    box-sizing: border-box;
}

.cat-copy {
    max-width: 800px;
    width: 90%;
}

.cat-copy p {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 16px;
}

.cat-copy p:last-child {
    margin-bottom: 0px;
}

.cathead {
    font-size: 1.3em;
}

#sorter {
}

#header {
    background: #2e2e2e;
    width: 100%;
    height: 90px;
    z-index: 10;
    position: relative;
}

#myhead {
    margin: 0px auto;
    padding: 0px 25px;
    max-width:1750px;
}

#topnav {
    display: block
}

.desktop-nav {display:none;}

.dropdown {
    max-width: 1200px;
    text-align: left;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 12;
}

ul.dropdown {
    position: relative;
}

ul.dropdown li {
    font-size: 14px;
    font-weight: bold;
    float: left;
    zoom: 1;
    line-height: 20px;
    color:white;
}

ul.dropdown li a {
    font-size: 12px;
    padding: 0px 13px;
    border-right: 1px solid #444444;
    color: #444444;
    transition: all .1s ease-in-out;
}

ul.dropdown li a:hover {
    color: #2e7db2;
    text-decoration: none;
}

ul.dropdown li:last-child a {
    border-right: none;
}

#righthead ul.dropdown li a {color: #e2e2e2;}
#righthead ul.dropdown li a:hover {color: #2e7db2;}

#righthead ul.dropdown li.topdrop ul a {color: #444444;}

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
}

ul.dropdown ul {
    visibility: hidden;
    position: absolute;
}

ul.dropdown ul li {
    font-weight: normal;
    float: none;
    background-color: white;
    border-left: solid #bbb 1px;
    border-right: solid #bbb 1px;
    box-sizing: border-box;
}

ul.dropdown ul li:first-child {
    border-top: 1px solid #bbb;
    padding-bottom: 10px;
}

ul.dropdown ul li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: solid #bbb 1px;
    padding-bottom: 10px;
    border-top: solid white 1px;
}

ul.dropdown ul a {
    width: 180px;
    color: #3a6177;
    border-right: none;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 10px 0px 10px;
    transition: font-size .3s ease;
}

.supportdrop {
    background: #858585;
}

ul.dropdown ul li a:hover {
    color: #3a6177;
    max-width: 100%;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

ul.dropdown ul li:last-child a:hover {
    /* border-radius: 0px 0px 5px 5px; */
}

#righthead ul.dropdown {
    margin: 0;
    text-align: right;
    display: inline-block;
}

/*ul.dropdown ul li:first-child.hover { background: transparent url(/images16/nav_arrow2.png) no-repeat;}
ul.dropdown ul li.arrowNavRight.hover { background: transparent url(/images16/nav_arrow3.png) no-repeat; }
.arrowNav {height: 20px; background: transparent url(/images16/nav_arrow2.png) no-repeat; margin-top:5px; }
.arrowNavRight {height: 20px; background: transparent url(/images16/nav_arrow3.png) no-repeat; margin-top:5px;}*/

.sub-menu {
    left: 23px;
    position: relative;
}

.arrowNav,
.arrowNavRight {
    margin-top: 15px;
    position: relative;
}

.arrowNav:after,
.arrowNav:before,
.arrowNavRight:after,
.arrowNavRight:before,
.arrowNavSearch:after,
.arrowNavSearch:before{
    border: solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrowNav:after,
.arrowNav:before {
    left: 10px;
}

.arrowNavRight:after,
.arrowNavRight:before {
    left: 170px;
}

.arrowNavSearch:after,
.arrowNavSearch:before {
    left: 78px;
    transform: translateY(1px);
}

.arrowNav:after,
.arrowNavRight:after,
.arrowNavSearch:after {
    border-bottom-color: white;
    border-width: 10px;
    margin-left: 1px;
}

.arrowNav:before,
.arrowNavRight:before,
.arrowNavSearch:before {
    border-bottom-color: #bbb;
    border-width: 11px;
    margin-left: -0px;
}


#righthead {
    text-align: right;
    position: relative;
    top: -30px;
}

.joinbuttons a {
    padding: 4px 8px;
    color: orange;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.joinbuttons a:hover {
    color: white;
}

.expiration {
    padding-top:3px;
}

.expiration a {
    position: relative;
    top: -9px;
    font-size: 10px;
    line-height: 1.1em;
    font-weight: normal;
    color: white;
    right: 5px;
}

.expiration a:hover {color:#2e7db2}

#logo {
    position: relative;
    width: 257px;
    left:25px;
    top:16px;
    z-index: 15;
}

#logo a{
    display: inline-block;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.imgwrapper,
.featwrapper, .custwrapper, .projwrapper {
    width: 16.6667%;
    display:inline-block;
    padding: 4px;
    box-sizing: border-box;
    vertical-align:middle;
}

.imgbox, .newbox, .simbox, .featbox, .custbox, .projbox {
	width: 100%;
	max-width: 300px;
	max-height: 300px;
	box-sizing: border-box;
	border-color: #F5F5F5;
	border-style: solid;
	border-radius: 6px;
	border-width: 2px;
	padding: 20px;
	text-align: center;
	position: relative;
	background-color: white;
}

.animsp {padding:30px}

.fourxthree {width:33%; padding:0px 2px 5% 2px; box-sizing: border-box;}
.fourxthreelg, .sixteenxninelg {padding: 5% 0; box-sizing: border-box;}
.fourxthreelg {width: 100%; padding: 1.8% 5%;}
.sixteenxnine {width:50%; padding:0px 2px 6% 2px; box-sizing: border-box;}

.fadeImage {opacity: .1; transition: all 0.5s ease-out;}


.favorite {
    background: transparent url(/images16/favorites.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.favSav {
    background-position: -43px 0;
}

.favAdd {
    background-position: -22px 0;
}

.favSub {
    background-position: -64px 0;
}

.favlg {
    float: left;
    margin: 20px 10px;
}

.favlg .favorite {
    background: transparent url(/images16/favlg.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    float: left;
}

.favlg .favSav {
    background-position: -133px 0;
}

.favlg .favAdd {
    background-position: -67px 0;
}

.favlg .favSub {
    background-position: -199px 0;
}

.icons {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
}

.bottomicons {width:100%; position: absolute; bottom: 7px; left:0px}
.videoicon, .custom, .presicon, .animicon, .customicon, .clipicon, .stdicon, .wideicon, .pngicon, .jpgicon, .clricon, .whticon, .ppticon, .movicon, .mp4icon, .wmvicon, .custicon, .keyicon, .moreicon {width: 28px; height:18px; display: inline-block; vertical-align: sub;}
.presicon {background: transparent url(/images16/icon_strip.png) no-repeat; background-position: -11px 0;}
.animicon {background: transparent url(/images16/icon_strip.png) no-repeat; background-position: -48px 0;}
.clipicon {background: transparent url(/images16/icon_strip.png) no-repeat; background-position: -89px 0;}
.videoicon {background: transparent url(/images16/icon_strip.png) no-repeat; background-position: -128px 0;}
.customicon {background: transparent url(/images16/icon_strip.png) no-repeat; background-position: -167px 0;}
.stdicon {background: transparent url(/images16/icon_strip.png) no-repeat; background-position: -198px 0;}
.wideicon {background: transparent url(/images16/icon_strip.png) no-repeat; background-position: -229px 0;}
.downicons {display: inline-block}
.pngicon {background: transparent url(/images16/info_icons/png.png) no-repeat;}
.jpgicon {background: transparent url(/images16/info_icons/jpg.png) no-repeat;}
.clricon {background: transparent url(/images16/info_icons/clr.png) no-repeat;}
.whticon {background: transparent url(/images16/info_icons/wht.png) no-repeat;}
.moreicon {background: transparent url(/images16/info_icons/more.png) no-repeat;}
.ppticon {background: transparent url(/images16/info_icons/ppt.png) no-repeat;}
.keyicon {background: transparent url(/images16/info_icons/key.png) no-repeat;}
.movicon {background: transparent url(/images16/info_icons/mov.png) no-repeat;}
.mp4icon {background: transparent url(/images16/info_icons/mp4.png) no-repeat;}
.wmvicon {background: transparent url(/images16/info_icons/wmv.png) no-repeat;}
.custicon {background: transparent url(/images16/info_icons/cust.png) no-repeat;}
.infobox {
    padding: 8px 0px;
    box-sizing: border-box;
    background-color: rgb(236, 236, 236);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    transition: all 0.25s ease-out;
}

.ui-tooltip {
    background: #e2e2e2;
    width: 150px;
    z-index: 500;
    font-size: 10px;
    font-weight: normal;
    color: black;
    border-radius: 3px;
    line-height: 13px;
    padding: 5px
}

.pager {
    float: right;
    z-index: 4;
}

.back a {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url(/images14/back.gif) no-repeat;
}

.back a:hover {
    background-position: -24px 0;
}

.first a {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url(/images14/first.gif) no-repeat;
}

.first a:hover {
    background-position: -24px 0;
}

.last a {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url(/images14/last.gif) no-repeat;
}

.last a:hover {
    background-position: -24px 0;
}

.next a {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url(/images14/next.gif) no-repeat;
}

.next a:hover {
    background-position: -24px 0;
}

.featNav {background:transparent url(/images14/front_nav.png) no-repeat; width: 10px; height: 10px; display: inline-block; margin-left: 6px; cursor: pointer;}
.featNavOn {background-position: -11px 0;}

.pagerLnk a {
    padding: 4px 8px;
    background-color: #CCCCCC;
    border-radius: 3px;
    color: #5D5D5D;
    text-transform: uppercase;
    margin: 0px 1px;
    font-weight: 700;
}

.pagerCur {
    padding: 4px 8px;
    background-color: orange;
    color: white;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 0px 1px;
}

.pagerLnk a:hover,
.pagerDts a:hover {
    background-color: orange;
    color: #FFFFFF
}

.pagerDts a {
    padding: 4px 6px;
    background-color: #e2e2e2;
    border-radius: 3px;
    margin: 0px 1px;
}

.searchinput input[type="search"],
.searchinput select,
.searchinput input[type="submit"] {
    padding: 10px;
    border: none;
    box-sizing: border-box;
    height: 50px;
    color: grey;
    font-size: 14px;
    background-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}

.searchinput input[type="submit"] {
    background: url(/css/images/search.svg) 3px 40% no-repeat;
    cursor: pointer;
}

select:focus {
    outline: none
}

.searchinput select:focus,
.searchinput select.focus {
    outline: none;
}

.searchinput select {
    background: url("/css/images/cd-arrow.svg") no-repeat center center;
    -webkit-appearance: none;
}

.searchinput input[type="search"]:focus,
.searchinput input[type="search"].focus {
    outline: none;
}

.searchinput {
    position: relative;
    margin: auto;
    max-width: 550px;
    height: 50px;
    vertical-align: middle;
    white-space: nowrap;
    background-color: white;
    transition: border 0.3s;
    white-space: nowrap;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.searchwrapper {
    box-sizing: content-box;
    width: 100%;
    text-align: center;
}

#searchinput {
    position: relative;
    width: 100%;
    box-shadow: 0px 2px 6px grey;
    z-index: 2;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#searchinput input[type=search] {
    width: 100%;
    padding-left: 50px;
    padding-right: 29.09090909090909%
}

#searchinput input[type=search]::-webkit-search-cancel-button {
    display: none;
}

#searchinput input[type=search]::ms-clear {
    display:none;
}

#searchselect {
    position: absolute;
    z-index: 3;
    right: 0px;
}

#searchsubmit {
    position: absolute;
    width: 40px;
    top: 1px;
    z-index: 3;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    height:100%;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 50px auto;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 1s ease-in-out;
    border: 2px solid orange;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
    height:80%;
}

#popup .close {
    position: absolute;
    top: -15px;
    right: -15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: #3b5998;
    padding: 10px;
    border-radius: 20px;
}

#popup .close:hover {
    color: orange;
}

.scrollable {overflow-x: hidden;
    overflow-y: auto;
    height: 100%;}

.popup h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    color: orange
}

.popup ul li {
    width: 80%;
    margin: 0px auto;
    padding-top: 10px;
}

.popup ul li p {
    margin: 0px 0px 0px 15px;
    ;
}

.popup ul li h3 {
    line-height: 100%;
}

.reasonsButton {
    text-align: center;
    margin: 60px auto 15px;
    color: white;
}

.reasonsButton h1 a:link {
    text-align: center;
    font-size: 22px;
    color: white;
    background-color: orange;
    text-transform: uppercase;
    padding: 10px 15px;
    width: 100%;
    border-radius: 6px;
}

.reasonsButton h1 a:visited {color:white}

.reasonsButton h1 a:hover {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%), orange;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) orange;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%), orange;
    cursor: pointer transition: all .1s ease-in-out;
}


.bottomCTA {
    width: 100%;
    font-size: 32px;
    padding: 25px 0px;
    text-align: center;
    color: white;
    background-color: #7b7b7b;
    margin-top: 50px
}

.bottomCTA a {
    font-weight: bold;
    color: orange;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.bottomCTA a:hover {
    color: #3a6177;
}

#footer {
    background: #2e2e2e;
    width: 100%;
    border-top: solid 3px #bfbfbf;
    padding-top: 40px;
    padding-bottom: 30px;
}

#footer2 {
    background: black;
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
}

#myfoot,
#footbase {
    margin: 0 auto;
    font-weight: bold;
    color: #e2e2e2;
    max-width: 1770px;
    padding-left: 35px;
}

#myfoot {
    text-align: center
}

#footer a {
    color: #e2e2e2;
    text-decoration: none;
    font-weight: 200;
    line-height: 18px;
    font-size: 12px;
    transition: all .2s ease-in-out;
}

#footer2 a {
    color: #e2e2e2;
}

#footer a:hover,
#footer2 a:hover {
    color: orange;
    text-decoration: none;
    font-size: 13px;
}

.footlinks {
    display: inline-block;
    max-width: 300px;
    min-width: 220px;
    text-align: left;
    padding-left: 12px;
    border-left: solid white 1px;
    font-size: 14px;
    line-height: 19px;
    vertical-align: top;
    margin-bottom: 20px;
}

.footlinks h1 {
    margin: 0px;
}

#footbase {
    background-color: black;
    margin: 10px auto;
}

.footleft {z-index:0}

.footright {
    padding-right: 35px;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    padding-top: 10px;
    position:absolute;
    right:0px;
    z-index:999;
}


/* === SOCIAL ICONS START === */

.socialIcons-white {
    position: relative;
    height: 50px;
    left: -10px;
    margin-bottom: 10px;
}

.socialIcons-white ul {
    position: relative;
    z-index: 25;
    list-style-type: none;
    margin: 0px;
}

.socialIcons-white li {
    display: inline-block;
    height: 50px;
    width: 50px;
}

.socialIcons-white ul li a {
    display: block;
    padding: 25px;
}

.socialIcons-white li:nth-child(1) {
    left: 0;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: 0px -50px;
}

.socialIcons-white li:nth-child(2) {
    left: 0;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: -150px -50px;
}

.socialIcons-white li:nth-child(3) {
    left: -60px;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: -200px -50px;
}

.socialIcons-white li:nth-child(4) {
    left: 60px;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: -150px -50px;
}

.socialIcons-white li:nth-child(5) {
    left: 190px;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: -200px -50px;
}

.socialIcons-white li:nth-child(6) {
    left: 310px;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: -250px -50px;
}

.socialIcons-white li:nth-child(1):hover {
    left: 0;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: 0px 0px;
}

.socialIcons-white li:nth-child(2):hover {
    left: 0;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: -150px 0px;
}

.socialIcons-white li:nth-child(3):hover {
    left: -60px;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: -200px 0px;
}

.socialIcons-white li:nth-child(4):hover {
    left: 60px;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: -150px 0px;
}

.socialIcons-white li:nth-child(5):hover {
    left: 190px;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: -200px 0px;
}

.socialIcons-white li:nth-child(6):hover {
    left: 310px;
    background: url(images/social_icons-2.png) no-repeat;
    background-position: -250px 0px;
}

/* === SOCIAL ICONS END === */

.videowrapper {
    position: absolute;
    left: 0px;
    padding: 0 20px;
    opacity: 0;
    transition: opacity 1s ease-out;
    transition-delay: .5s;
}

.simbox .videowrapper {padding: 0px 8px}

.container {
    background: #ccc;
    text-align: center;
    height: 50%;
    padding: 5px;
    position: relative;
}

.bread,
.bread a {
    font-size: 12px;
    padding: 20px 10px 0px 4px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: bold;
    color: #1f648b;
}

.closebody {
    max-width: 1150px;
}


.simbody {padding: 10px;}

#canvas {
    display: inline-block;
    width: 50%;
    min-width: 550px;
    text-align: center
}

#canvas.custom2 {
    display: block;
    min-width: inherit;
    width: 100%;
}

.closeinfo {
    max-width: 420px;
    padding: 0 20px 0 20px;
    display: inline-block;
    vertical-align: top;
}

.presmobileholder {display: none; text-align:center}

.custom2 {
    text-align: center
}

.custom3 {
    text-align: left;
    max-width: 978px;
    padding: 0px 20px;
    margin:0 auto;
    display:block;
}

.rotator {
    padding: 0px 48px;
    position: relative;
}

.frontRight,
.featRight, .custRight, .projRight {
   z-index: 10;
    background: transparent url(/images16/front_right.png) no-repeat;
    height: 150px;
    width: 48px;
    cursor: pointer;
    margin-right: -48px;
}

.arrowwrapper {display:inline-block; vertical-align:middle}

.frontRight:hover,
.featRight:hover, .custRight:hover, .projRight:hover {
    background-position-x: -53px;
}

.frontLeft,
.featLeft, .custLeft, .projLeft {
   z-index: 10;
    background: transparent -52px 0px url(/images16/front_left.png) no-repeat;
    height: 150px;
    width: 48px;
    cursor: pointer;
    margin-left: -48px;
}

.frontLeft:hover,
.featLeft:hover, .custLeft:hover, .projLeft:hover {
    background-position-x: 1px;
}

#simleft {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url(/images14/back.gif) no-repeat;
    position: relative;
    top: -20px;
    cursor: pointer;
}

#simright {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: transparent url(/images14/next.gif) no-repeat;
    position: relative;
    top: -20px;
    cursor: pointer;
}

#simright:hover,
#simleft:hover {
    background-position: -24px 0;
}

.simend,
#simright.simend:hover,
#simleft.simend:hover {
    cursor: default;
    background-position: 0px 0;
    opacity: 0.3;
}

#simnav {
    position: absolute;
    left: 920px;
    top: 25px;
}

.mobileholder, .mobiledisplay {
    display: none;
}

.bigthumb {
    margin: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

.downbox {
    display: inline-block;
    text-align: center;
    padding-right: 12px;
    vertical-align: top;
}

.downbox.single {
    margin-top: 7px;
}

.down {
    background-color: #2E7DB2;
    padding: 10px;
    display: table-cell;
    text-align: center;
    border-radius: 6px;
    height: 50px;
    width: 54px;
    box-sizing: border-box;
    font-weight: 700;
    color: white;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.down.single {
    width: inherit;
}

.down a {
    color: white;
    text-decoration: none
}

.down:hover {
    background-color: orange;
}

.pnglist {
    display: inline-block
}

.jpglist {
    display: none
}

.bigger:after {
    content: "";
    padding: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#downoptions {
    vertical-align: top;
    position: relative;
    top: -20px;
}

#downoptions label {
    display: block;
    font-size: 10px;
    margin-top: 5px;
}

#downoptions .ui-state-active,
#downoptions .ui-state-default {
    /*
    border: none;
    background: #EEEEEE;
    color: #2e5260
    */
}

#downoptions .ui-button:hover{
    background-color: orange;
    border-color: orange;
    background-image: none;
}

#downoptions .ui-button-text-icon-primary .ui-button-text {
    /*padding: 0 3px 0 8px*/
}



#downoptions .ui-button .ui-checkboxradio-icon {
/*	height: 14px;*/
  display:none;
}

.sticky {
    position: fixed !important;
    width: 100%;
    z-index: 25;
}

.stickySearch {
    position: fixed !important;
    width: 100%;
    top: 103px;
    z-index: 25;
}

.btn {
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
  transition: background-color .2s ease-in-out;
  cursor: pointer;
  padding: .5em 1em;
  -webkit-border-radius: 0.375em;
  -moz-border-radius: 0.375em;
  border-radius: 0.375em;
}

.btn-orange {
  background: orange;
  border-bottom: 0.1875em solid #cd7300;
}
.btn-orange:hover {
  background: #d68b00;
  color: white;
}
.btn-orange:active {
  background: #805300;
}

.btn-blue {
  background: #3a6177;
  border-bottom: 0.1875em solid #082f45;
}
.btn-blue:hover {
  background: #2d4b5c;
  color: white;
}
.btn-blue:active {
  background: #101b21;
}

.containPage {
    max-width: 800px;
    width: 90%;
    margin: auto;
    margin-top: 32px;
}
.tablet-nav {
    display: none;
}

.mobile-subscribe {
    display: none;
    margin-top: 50px;
}

.mobile-subscribe a {
    color: white;
}

.mobile-featSpot img{
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
}

 .tablet-nav {
        display: block;
        background-color: #e2e2e2;
        width: 100%;
	border-bottom: solid 3px #777777;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, .3);
	position: relative;
	box-sizing: initial;
    }

.tablet-nav #topnav {
        position: relative;
        display: block;
        padding: 6px 40px;
        height: 21px;
	 margin: 0 auto;
        max-width: 1720px;
	box-sizing: initial;
    }

.dropdown {
        margin:0;
    }

  #logo {
        margin: 0;
        margin-right: 15%;
    }

.tagline {    position: relative;
    top: -16px;
    left: 4px;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
	}


#vidWindow {
	background-color: black;
	width: 0px;
	height: 0px;
	opacity:0;
	border: solid 5px black;
	position:fixed;
	top:120px;
	z-index:200;
}

#vidClose {
	background: transparent url(/images14/red_x.png) no-repeat;
	position:absolute;
	left:706px;
	top: -18px;
	z-index:201;
	width:50px;
	height:50px;
	cursor: pointer;
}

#ghostBack {
	background-color:black;
	position:fixed;
	top:0;
	left:0;
	z-index:199;
	opacity:.8;
	width:100%;
}

.customlist {
    counter-reset: li;
    list-style: none;
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0 15px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.customlist li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
}

.customlist li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #3A6177;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    color: white;
}

.navhide {display:contents}
.navshow {display:none}
.navshowslideclip {display:none}
.navhideslideclip {display:contents}

@media screen and (max-width:1107px) {
.navshowslideclip {display:contents}
.navhideslideclip {display:none}

}

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




    #header,
    .searchwrapper {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #topnav {
        display: none
    }
    #logo {
        top: 16px;
        left: 25px;
    }
    #myhead {
        position: relative;
        max-width: 1000px;
    }
    .frontRight,
    .featRight {
        top: 40px
    }
    .frontLeft,
    .featLeft {
        top: 40px
    }
    .closebody {
        text-align: center;
    }
    .closeinfo {
        max-width: 550px;
        text-align: left
    }

    .mobileholder.custom2 {
        display: block;
    }
    .bottomicons {bottom: 0px;}
    .downicons {display:none}
    .navhide {display:none}
     .navshow {display:contents}
}

@media screen and (min-width:480px) and (max-width:1000px) {
    .imgbox,
    .newbox,
    .simbox,
    .featbox, .custbox, .projbox {
        max-width: 300px;
        float: left;
        padding: 5px;
    }
    .videowrapper, .simbox .videowrapper {
        padding: 0 5px;
    }
    .imgwrapper,
    .featwrapper, .custwrapper, .projwrapper {
        width: 25%;
    }
    .catcontent {
        padding: 10px 10px;
    }
    .icons {
        top: 5px;
        right: 5px;
    }
    #righthead {
        right: 5px;
    }
    .dropdown {
        margin-left: 5px
    }
    .bottomCTA {
        font-size: 2.5vw;
    }
}

@media screen and (max-width:800px) {
    #myhead {
        max-width: 800px
    }
    .frontRight,
    .featRight {
        top: 10px
    }
    .frontLeft,
    .featLeft {
        top: 10px
    }
    .cat-copy {
        margin-top: 50px;
    }
}

@media screen and (max-width:768px) {
    /*	#logo {text-align: right; padding: 19px; top: 0px;}*/
    #myfoot {
        padding-left: 20px;
    }
    .searchinput {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
	 max-width: 100%;
    }
}

@media screen and (max-width:650px) {
    .imgwrapper,
    .featwrapper, .projwrapper, .custwrapper {
        width: 25%;
        vertical-align: middle;
    }
    .mobileholder {
        display: block;
    }
    .mobilehider {
        display: none;
    }

    .popup {
        width:75%
    }
    .tablet-nav {
        display: none;
    }
    .desktop-nav {
        display: block;
    }
    .desktop-nav #topnav {
        display: none;
    }
    #righthead {
        display: none;
    }
    #logo {
        margin: 0 auto;
    }

}

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

    #canvas {
        /* display: none; */
    }
    #flashDiv {
        display: none;
    }
    .presmobileholder {display: block; text-align:center}

    .mobiledisplay {
        display: none;
    }

    .bottomCTA {
        font-size: 7vw;
        text-transform: uppercase
    }
    .footright, .footleft {
        float: none;
        text-align: center;
	 position: inherit;
    }
    .foottag {
        margin-top: 10px;
    }
    #footbase, .footleft, .footright {
        padding: 0px;
    }
    .socialIcons-white {
        left: 0px;
    }
    .mobile-subscribe {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        padding: 12px;
        background: orange;
        color: white;
        font-size: 24px
    }
}

@media screen and (max-width:479px) {
    .imgbox,
    .newbox,
    .simbox,
    .featbox, .custbox, .projbox {
        max-width: 300px;
        float: left;
        padding: 10px;
    }
    .videowrapper, .simbox .videowrapper {
        padding: 0 10px;
    }
    .imgwrapper, .featwrapper, .custwrapper, .projwrapper {width:50%}
    .catcontent {
        padding: 10px;
    }
    .icons {
        top: 3px;
        right: 3px;
    }
    .first,
    .back,
    .next,
    .last {
        display: none;
    }
    .frontRight,
    .featRight {
        top: 130px;
        right: -6px
    }
    .simbody {
    padding: 20px;
    }

    .reasonsButton h1 a:link {font-size:16px}

    .frontLeft,
    .featLeft {
        top: 130px;
        left: -6px
    }

    .rotator {
        padding: 0px 40px;
    }

    #searchinput input[type=search] {
        padding-right: 34%;
    }
    .featSpot, .featPos1, .featPos, .featNav {
        display: none;
    }
    @media screen and (max-width:360px) {
        .frontRight,
        .featRight {
            top: 70px;
            right: -6px
        }
        .frontLeft,
        .featLeft {
            top: 70px;
            left: -6px
        }
        #rotator {
            padding: 0px 40px;
        }
	.imgwrapper, .featwrapper, .custwrapper, .projwrapper {width:50%}
        #searchinput input[type=search] {
            padding-right: 44%;
        }
    }
    @media screen and (min-width:1580px) {
        .imgbox,
        .newbox,
        .simbox,
        .featbox, .custbox, .projbox {
            padding: 30px;
        }
    }
