/**
* Global design layer, if you are dealing with layout 
* sizes, margin, padding, etc. then you should edit layout.css
*
* @copyright 2011 The Envoy Group
*/

/* Global Styles */
html {
    /* FOR REM CALCULATIONS */
    font: 14px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    background-color: #e5eef7;    
}

body {
    font: inherit; /* DO NOT REMOVE */
    background:transparent url(../images/bg.jpg) top left repeat-x;
}

/* Block Level Elements (for uniform margin) */
address,blockquote,dl,fieldset,h1,h2,h3,h4,h5,h6,hr,noscript,ol,p,pre,table,ul,.vertical-block  {
    margin-top: 0;
    margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
    /*font-family: 'Yanone Kaffeesatz', Impact, Helvetica, Arial, sans-serif;*/
    font-weight: bold;
    color: #4B4A4F;
    -webkit-text-shadow: -1px 1px 1px #C0C0C0;
    -moz-text-shadow: -1px 1px 1px #C0C0C0;
    text-shadow: -1px 1px 1px #C0C0C0;
    font-family: 'Palatino Linotype', Palatino, serif;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

ul {}

img {
    max-width: 100%;
    height: auto;
}

.orange {
    color: #4B4A4F;
}

.shadow-text {
    -webkit-text-shadow: -2px 2px 2px #C0C0C0;
    -moz-text-shadow: -2px 2px 2px #C0C0C0;
    text-shadow: -2px 2px 2px #C0C0C0;
}

.btn-hiring {
    display: block;
    width: 210px;
    height: 60px;
    background: url(../images/hiring.png) top left no-repeat;
    text-indent: -3000em;
}

.btn-hiring:hover {
    background-position: 0 -60px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
}

#body a {
    color: #4B4A4F;
    text-decoration:underline;
}

#body a:hover {
    text-decoration:none;
}

/* Tables */
/* Forms */

/* Modal Boxes */
#modal-overlay {
    background:#000;
    opacity:0.5;
    z-index:10000;
}

#modal-container {
    position:relative;
    background:#fff;
    padding:10px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    box-shadow:0 0 10px #333;
}

#modal-container p {
    margin: 0;
}

.modalCloseImg {
    display:block;
    position:absolute;
    cursor:pointer;
    top:-12px;
    right:-12px;
    width:25px;
    height:29px;
    background:url(../images/x.png) top left no-repeat;
}

/* COLUMNS: For use within YUI3 grid units i.e. .yui3-u-1-3 */
.column,
.column-left,
.column-right {}

.yui3-u-1-2 .column {}
.yui3-u-1-2 .column-left {}
.yui3-u-1-2 .column-right {}

.yui3-u-1-3 .column {}
.yui3-u-1-3 .column-left {}
.yui3-u-1-3 .column-right {}

.yui3-u-1-4 .column,
.yui3-u-1-4 .column-left,
.yui3-u-1-4 .column-right {}

/* Header */
#header h1 {}
#header #navigation {}
#header {
    background: #000;
}

#header-right {
    text-align:center;
}

.menu-main-container { text-align:center; }

#menu-main { 
    margin:0 auto; 
    display:block;
    min-height:28px;
}

#menu-main li {
    display: inline-block;
    *display:inline;
    zoom:1;
    position: relative;
}

#menu-main a {
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    padding: 10px 7px;
    display: block;
    font-weight:700;
}

#menu-main a:hover,
#menu-main li a:hover {
    color: #01a1ed;
    text-decoration: none;
}

.sub-menu {
    position: absolute;
    bottom: 1000px;
    margin: 0;
    z-index: 100;
}

.error404 #content .sub-menu {
    position: static;
    margin-left: 10px;
}

#menu-main li:hover > .sub-menu,
#menu-main li.pseudo-hover > .sub-menu {
    bottom: 0;
    top: 100%;
}

.sub-menu li {
    display: block;
}

#menu-main li:hover .sub-menu a,
#menu-main li.pseudo-hover .sub-menu a {
    background-color:#000;
    background-color:rgba(0,0,0,0.7);
    display: block;
    width: 100px;
    border: 1px solid #B3B3B3;
    border-top: 0;
    text-shadow: 1px 1px 0 #bbb;
    text-shadow: -1px -1px 0 black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    line-height:14px;
    font-weight:700;
    color: white;
}

#menu-main .sub-menu li:first-child {
    border-top: 1px solid #b3b3b3;
}

#menu-main .sub-menu li a:hover {
    color: #C0C0C0;
    font-size: 11px;
    line-height:14px;
    font-weight:700;
}

.sub-menu .sub-menu {
    bottom: 1000px;
}

#menu-main .sub-menu li:hover ul,
#menu-main .sub-menu li.pseudo-hover ul {
    top: 0;
    left: 100%;
}

/* Main Content */
#body {
    background: #cbdffe url(../images/body-bg.jpg) no-repeat;
}

#breadcrumbs {
    color: inherit;
}

#content img {
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333; 
}

#content img.noshadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#noshadow {
    clear:both;
    -moz-box-shadow: 0 0 0 #333;
    -webkit-box-shadow: 0 0 0 #333;
    box-shadow: 0 0 0 #333;
}

#body .post-title a {
    text-decoration: none;
}

.post-date {
    color: #666;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 6px;
}

.blog .post-footer {
    margin-bottom: 30px;
}

/* Sidebar Content */
.sidebar .widget {
    font-size:13px;
    color:#4B4A4F;
    margin-bottom:18px;
}

.sidebar blockquote {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: bold;
}

.sidebar blockquote cite {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.sidebar .widget h3 {
    font-size: 20px;
    margin-bottom:9px;
}

.sidebar hr {
    height: 6px;
    border: 0;
    background-color: #4B4A4F;
    -moz-box-shadow: 0 0 8px black;
    -webkit-box-shadow:0 0 8px black;
    box-shadow: 0 0 8px black;
    margin-top: 10px;
}

#learn-more {
    margin-left: 0;
    text-transform: uppercase;
}

#learn-more li{
    margin-bottom: 40px;
    color: #b7662e;
    font-weight: bold;
    font-size: 16px;
    text-shadow: -1px 2px 1px #91897f;
}

/* Footer Content */
#footer .widget {}
#footer {
    /* border: 1px solid #95bfd5;
    border-left-color: #1f506e;
    border-right-color: #1f506e;
    border-bottom: none; */
    background-image: url(../images/footer-bg.jpg);
    color: #837d7e;
    text-align:center;
}

#bottom-links a {
    text-transform: uppercase;
    color: #837d7e;
    font-size: 13px;
}

#bottom-links a:hover, #bottom-links a:visited {
    color: #837d7e;
}

.blue-box {
    color: white;
    background: #019eec; /* Old browsers */
    background: -moz-linear-gradient(top, #019eec 0%, #014c7b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019eec), color-stop(100%,#014c7b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #019eec 0%,#014c7b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #019eec 0%,#014c7b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #019eec 0%,#014c7b 100%); /* IE10+ */
    background: linear-gradient(top, #019eec 0%,#014c7b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eec', endColorstr='#014c7b',GradientType=0 );
}

.black-box {
    color: white;
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(139,139,139,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(139,139,139,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(139,139,139,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(139,139,139,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(139,139,139,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(139,139,139,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#8b8b8b',GradientType=0 ); /* IE6-9 */
}

.trans-gray-box {
    color: white;
    background: #5A5B5D;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.38) 0%, rgba(90,91,93,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.38)), color-stop(100%,rgba(90,91,93,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.38) 0%,rgba(90,91,93,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.38) 0%,rgba(90,91,93,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.38) 0%,rgba(90,91,93,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(0,0,0,0.38) 0%,rgba(90,91,93,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6100000', endColorstr='#5a5b5d',GradientType=0 ); /* IE6-9 */
}

.trans-gray-box p {
    color: #c1c1c1;
}

.gray-box {
    color: black;
    background: rgb(228,228,228); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(125,125,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,228,228,1)), color-stop(100%,rgba(125,125,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%,rgba(125,125,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228,228,228,1) 0%,rgba(125,125,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(228,228,228,1) 0%,rgba(125,125,125,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(228,228,228,1) 0%,rgba(125,125,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#7d7d7d',GradientType=0 ); /* IE6-9 */
}

.gray-box p {
    color: #545454;
}

.blue-box .arrow-bg {
    background: url(../images/blue-arrow.png) no-repeat;
}

.black-box .arrow-bg {
    background: url(../images/black-arrow.png) no-repeat;
}

.trans-gray-box .arrow-bg {
    background: url(../images/trans-gray-arrow.png) no-repeat;
}

.gray-box .arrow-bg {
    background: url(../images/gray-arrow.png) no-repeat;
}

.vid-box, #footer {}

.vid-box .watch-video {
    color: white;
    background: #2a2a2a;
    border: 1px solid #d3d3d3;
    text-transform: uppercase;
    text-align:center;
    background-image: url(../images/video-arrow.gif);
    background-repeat: no-repeat;
    background-position: 1% 45%;
    padding: 2px 10px 2px 20px;
    margin-bottom: 0;   
}

.sidebar a {
    color:#fff;
    font-weight:bold;
    text-decoration: underline;
}

.sidebar img {
    max-width: 100%; 
}

.icon {
    width: 35px;
    height: 35px;
}
.copyright {
    font-size: 12px;
    margin: 20px auto;
    display:block;
}

/* Wordpress Specific */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 20px 20px 20px 20px;
}

.alignleft {
    float:left;
    margin: 20px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 20px auto 20px auto;
}

a img.alignright {
    float:right;
    margin: 20px 0 20px 20px;
}

a img.alignnone {
    margin: 20px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 20px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

#feedburner_email_widget_sbef_email {
    padding: 6px;
    padding: 0.428571429rem;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 5px;
}

#feedburner_email_widget_sbef_submit {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    cursor: pointer;
}

/*****HELPERS*****/
.large { font-size:130%; }
.small { font-size:60%; }
.quote { font-size: 110%;}
.no-margin {
    margin-bottom: 0;
}

.endorsement {
    margin-top: 15px;
    margin-bottom: 15px;
}

.lh-35 {
    line-height: 35px;
}

.fancy {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #4B4A4F;
}
