/*   
Theme Name: whiteriveracademy
Theme URI: http://whiteriveracademy.com/
Description: White River Academy is a therapeutic boarding school for troubled adolescent males aged between 12 and 17, located in Delta, Utah.
Author: Jeff Saxon
Author URI: http://www.intervolt.net
Version: 1
*/

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
* html .group, *:first-child+html .group {
    zoom: 1;
} /* First selector = IE6, Second Selector = IE 7 */
html {
    overflow: auto;
    overflow-x: hidden
}
body {
    color: #622f19;
    margin: 0px;
    padding: 0px;
    background: #762a05;
    background-attachment: fixed;
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: cover;
    font-family: 'Fenix', Arial, serif;
}
h1, h2, h3, h4, h5, form, ul, ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: normal;
}
a {
    color: #a4400f;
}
img {
    max-width: 100%;
}
.break {
    clear: both;
    height: 25px;
}
.alignleft {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.alignright {
    float: right;
    margin-bottom: 2%;
    margin-left: 2%;
}
.btn_green {
    background-color: #8dab0d;
    border: 1px solid #799500;
    display: inline-block;
    width: auto;
    padding-right: 6%;
    padding-left: 6%;
    font-size: 90%;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    background: #8dab0d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YjYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a8b627 0%, #8dab0d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8b627), color-stop(100%, #8dab0d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a8b627 0%, #8dab0d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a8b627 0%, #8dab0d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a8b627 0%, #8dab0d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a8b627 0%, #8dab0d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8b627', endColorstr='#8dab0d', GradientType=0 ); /* IE6-8 */
}
.events .btn_green {
    background: #431f11;
    border: none;
    display: inline-block;
    color: #fff;
    font-size: 0.85em;
}
.hidden {
    display: none;
    visibility: hidden;
}
.postThumb {
    float: left;
    margin: 7px 40px 20px;
    border: 5px solid #fff;
}
.wraAssessment {
    margin: 0 5%;
}
.wraAssessment table {
    border-bottom: 2px solid #967157;
    margin-bottom: 10px;
}
.wraAssessment th {
    background: #442a0f;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    padding: 10px;
    border: none;
}
.wraAssessment td {
    font-size: 1.0em;
    padding: 5px 10px;
    border-top: 1px solid #967157;
}
.wraAssessmentForm {
    padding: 20px 5% 0 0;
}

.accreditation {
    margin: 0;
    padding: 0;
    list-style: none;
}
.accreditation li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 70%;
}
.tableWrapper {
    margin-left: 5%;
}
.tableWrapper .col {
    width: 26%;
    float: left;
    display: inline-block;
    margin-right: 5%;
}
.table-bordered {
    border-collapse: collapse;
    border-bottom: 2px solid #967157;
    margin: 0 5%;
    margin-bottom: 10px;
    width: 90%;
}
.table-bordered th {
    background: #442a0f;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    padding: 10px;
    border: none;
}
.table-bordered td {
    font-size: 100%;
    padding: 5px 10px;
    border-top: 1px solid #967157;
}
.form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 5px 12px;
    margin-top: 2px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* Comment Form */



#respond {
    margin: 5%;
    margin-bottom: 25px;
}
#respond h2 {
    margin: 0 0 10px;
}
#respond input[type=text], textarea {
    display: block;
    width: 95%;
    height: 30px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    vertical-align: middle;
    background-color: #eddec7;
    background-image: none;
    border: 1px solid #c4a27d;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#respond input[type=text]:focus, textarea:focus {
    border-color: #9db11e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(157, 177, 30, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(157, 177, 30, 0.6);
}
#respond textarea {
    height: 200px;
}
#author {
    color: #1d1d1d;
    letter-spacing: .1em;
}
#submit {
    display: block;
    padding: 6px 12px;
    margin: 20px 0;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
}
.wrap {
    width: 100%;
}
#main .forumcontent {
    float: none;
    width: 100%;
}
#bbpress-forums {
    margin: 10px 5%;
}
/* Search Box styles */

.searchWrapper {
    float: right;
}
.search-box {
    background: #f4ebdb;
    position: absolute;
    margin-top: 0;
    right: 7px;
    display: none;
    width: auto;
    padding: 15px;
    z-index: 999;
    -moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.15);
}
.arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f4ebdb;
    position: absolute;
    width: 0px;
    height: 0px;
    top: -7px;
    right: 15px;
}
a.search-open, a.search-close {
    position: absolute;
    text-decoration: none;
    bottom: 10px;
    right: 10px;
    padding: 7px;
    background: url(images/search.png) center no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
a.search-close {
    display: none;
}
#searchform div {
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}
#searchform input {
    border: 1px solid #ddd;
    color: #666666;
    outline: none;
    padding: 3px 5px;
    height: 20px;
    line-height: 20px;
    width: 250px;
}
#searchsubmit {
    border: 0px;
    background: #a55627 url(images/search-icon.png) center no-repeat;
    cursor: pointer;
    padding: 3px;
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
}
#searchsubmit:hover {
    background: #7d2909 url(images/search-icon.png) center no-repeat;
}
#searchsubmit img {
    display: none;
}
/* Search Box styles End */



a.scrollup {
    background: #321c13 url(images/arrow-up.gif) 50% 50% no-repeat;
    background: rgba(0,0,0,0.5) url(images/arrow-up.gif) 50% 50% no-repeat;
    color: #fff;
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    padding: 10px;
    bottom: 0;
    right: 0;
    z-index: 9999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
a.scrollup:hover {
    background: #4d2b1d url(images/arrow-up.gif) 50% 50% no-repeat;
    background: rgba(0,0,0,0.3) url(images/arrow-up.gif) 50% 50% no-repeat;
}

@media screen and (min-width: 0px) {
.wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#header {
    background-image: url(images/bg_header.jpg);
    background-repeat: repeat;
    background-color: #522710;
    background-position: center top;
    height: auto;
}
#header .wrap {
    position: relative;
    height: 218px;
}
#header .logo {
    display: block;
    border: none;
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
}
#header .logo img {
    width: 280px;
    margin-top: 10px;
}
#header .sublinks {
    position: absolute;
    top: 24px;
    right: 2%;
    width: 55%;
    font-size: 90%;
    display: none;
}
#header .sublinks li {
    float: right;
    display: inline;
    margin-right: 5%;
    margin-left: 5%;
}
#header .sublinks a {
    float: right;
    display: inline;
    color: #FFF;
    text-decoration: none;
}
.m-livechat.livechat {
    background: url(images/icon-chat.png) no-repeat;
    padding-left: 28px;
    width: 75px;
    margin: 0 auto;
    font-weight: bold;
	margin-top:7px;
}
.m-livechat.livechat a{font-weight:bold; color:#fff; text-decoration:none;}
#header .sublinks i {
    display: none;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}
#header .sublinks .contact {
    background-image: url(images/icn_contact.png);
    height: 18px;
    width: 22px;
}
#header .sublinks .news {
    background-image: url(images/icn_news.png);
    height: 17px;
    width: 20px;
}
#header .sublinks .about {
    background-image: url(images/icn_about.png);
    height: 17px;
    width: 14px;
}
#header .social {
    position: absolute;
    top: 15px;
    right: 2%;
    width: 15%;
    display: none;
}
#header .social li {
    float: right;
    margin-left: 1%;
}
#header .social a {
    background-image: url(images/icn_social.png);
    height: 37px;
    width: 37px;
    display: block;
    background-repeat: no-repeat;
}
#header .social .fb {
    background-position: 0px;
}
#header .social .link {
    background-position: -42px;
}
#header .social .tube {
    background-position: -84px;
}
#header .social .blog {
    background-position: -125px;
}
#header .phone {
    width: 100%;
    text-align: center;
    color: #FFF;
}
#header .phone img {
    float: right;
    margin-left: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px #402110;
    -moz-box-shadow: 0px 0px 10px 0px #402110;
    box-shadow: 0px 0px 10px 0px #402110;
    display: none;
}
#header .phone h3 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
#header .phone h3 strong {
    display: block;
    font-size: 21px;
}
#header .phone h2 {
    font-size: 180%;
    font-weight: bold;
}
#header .phone h2 a {
    color: #fff;
    text-decoration: none;
}
#nav {
    background-image: url(images/bg_nav.jpg);
    height: 65px;
    background-color: #D4BCA2;
    background-repeat: repeat;
    background-position: center top;
    z-index: 200;
    clear: both;
    position: relative;
}
#nav .wrap {
    width: 100%;
}
#nav i {
    width: 17px;
    background-image: url(images/icn_nav.png);
    height: 11px;
    display: inline-block;
    margin-left: 5px;
}
#nav ul li {
    float: left;
    position: relative;
}
#nav ul li a {
    color: #30150b;
    display: block;
    text-decoration: none;
    font-size: 120%;
    line-height: 65px;
    height: 65px;
    padding: 0 12px;
    transition: background 1s;
    color: .5s;
}
#nav ul li a:hover {
    background-color: #7F5A3D;
    color: #FFF;
}
#nav ul li ul {
    position: absolute;
    visibility: hidden;
}
#nav ul li ul li a {
    font-size: 90%;
    height: 25px;
    line-height: 25px;
    width: 200px;
    background-color: #7F5A3F;
    color: #FFF;
}
#nav ul li ul li a:hover {
    color: #DEC6AC;
}
#nav ul li ul li:last-child a {
    padding-bottom: 20px;
}
#nav ul li ul li:first-child a {
    padding-top: 20px;
}
#nav ul li:hover ul {
    visibility: visible;
}
#nav {
    display: none
}
.tinynav {
    display: block;
    background-image: url(images/bg_nav.jpg);
    height: 65px;
    background-color: #D4BCA2;
    background-repeat: repeat;
    background-position: center top;
    z-index: 200;
    clear: both;
    position: relative;
    line-height: 65px;
}
.tinynav select {
    color: #71482A;
    background-color: #FBF7EE;
    border: 1px solid #C2AD8E;
    padding-top: 3px;
    padding-right: 2%;
    padding-bottom: 3px;
    padding-left: 2%;
    margin-right: 10%;
    margin-left: 10%;
    font-size: 120%;
    width: 80%;
}
#splash {
    height: 515px;
    background-color: #7a5a46;
    z-index: 15;
    position: relative;
    overflow: hidden;
}
#splash #splash-images li {
    -webkit-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    -moz-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#splash .wrap {
    position: relative;
    height: 515px;
}
#splash .buttons {
    position: absolute;
    left: 5%;
    bottom: 25px;
    width: 30%;
    display: none;
}
#splash .buttons li {
    float: none;
    width: 100%;
    margin-right: 1%;
    margin-left: 1%;
}
#splash .buttons a {
    padding-right: 10%;
    padding-left: 10%;
    color: #FFF;
    text-decoration: none;
    background-color: #85310c;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #85310c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkMjkwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjQ5MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d2909), color-stop(100%, #9b4914)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d2909 0%, #9b4914 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2909', endColorstr='#9b4914', GradientType=0 ); /* IE6-8 */
    border: 1px solid #692500;
    -webkit-box-shadow: 0px 4px 5px 0px #2f1203;
    -moz-box-shadow: 0px 4px 5px 0px #2f1203;
    box-shadow: 0px 4px 5px 0px #2f1203;
    transition: all .8s;
}
#splash .buttons a:hover {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#splash .buttons h4 {
    font-size: 90%;
    line-height: 100%;
}
#splash .buttons h3 {
    font-size: 120%;
    line-height: 100%;
    font-weight: bold;
}
#splash .buttons h2 {
    font-size: 36px;
    color: #FFF;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
    margin-right: 2%;
    margin-bottom: 25px;
    margin-left: 1%;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5NTIzMyIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5NTIzMyIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(121,82,51,0.5) 0%, rgba(121,82,51,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(121,82,51,0.5)), color-stop(100%, rgba(121,82,51,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(121,82,51,0.5) 0%, rgba(121,82,51,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(121,82,51,0.5) 0%, rgba(121,82,51,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(121,82,51,0.5) 0%, rgba(121,82,51,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(121,82,51,0.5) 0%, rgba(121,82,51,0.5) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80795233', endColorstr='#80795233', GradientType=0 ); /* IE6-8 */
}
#splash .buttons i {
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
}
#splash .buttons .assess {
    background-image: url(images/icn_assessment.png);
    height: 32px;
    width: 37px;
}
#splash .buttons .tour {
    background-image: url(images/icn_tour.png);
    height: 32px;
    width: 35px;
}
#splash .buttons .enroll {
    background-image: url(images/icn_enroll.png);
    height: 33px;
    width: 35px;
}
#splash .signupform {
    float: none;
    width: 90%;
    background-image: url(images/bg_applyform.png);
    height: 455px;
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
    border: 2px solid #95704e;
    -webkit-box-shadow: 0px 0px 10px 0px #381d04;
    -moz-box-shadow: 0px 0px 10px 0px #381d04;
    box-shadow: 0px 0px 10px 0px #381d04;
}
#splash .signupform h2 {
    font-size: 160%;
    color: #552a14;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
    line-height: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#splash .signupform h2 strong {
    color: #a4400f;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
    display: block;
}
#splash .signupform li {
    margin-bottom: 5px;
}
#splash .signupform label {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 7%;
    font-size: 110%;
}
#splash .signupform li input {
    background-color: #e2d0b4;
    border: 1px solid #c2ad8e;
    width: 45%;
    margin-right: 7%;
    line-height: 30px;
    height: 30px;
    padding-right: 1%;
    padding-left: 1%;
}
#splash .signupform .submit input {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 25px;
    width: 80%;
}
#splash .signupform p {
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
}
.rope {
    background-image: url(images/bg_rope.png);
    height: 30px;
    background-repeat: repeat;
    background-position: left top;
    z-index: 20;
    position: relative;
    top: 0px;
}
#main {
    background-color: #e2cdac;
    background-image: url(images/bg_body2.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 100% 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-top: -30px;
    padding-top: 30px;
    -webkit-box-shadow: 0px 0px 35px 0px #2c180a;
    -moz-box-shadow: 0px 0px 35px 0px #2c180a;
    box-shadow: 0px 0px 35px 0px #2c180a;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#main .content {
    float: none;
    width: 100%;
}
#main .sidebar {
    float: none;
    width: 100%;
}
#main .sidebar h2 {
    background-image: url(images/bg_shadedark.png);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 160%;
    color: #FFF;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #6c4129;
    border-bottom-color: #6c4129;
    padding-right: 5%;
    padding-left: 5%;
}
#media {
    clear: both;
    overflow: hidden;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}
#media img {
    float: left;
}
#media .leftpics {
    width: 16%;
    float: left;
    position: relative;
    z-index: 10;
}
#media .video {
    width: 68%;
    float: left;
    z-index: 50;
    position: relative;
}
#media .video iframe {
    border-top-color: #3b1b0e;
    border-right-color: #3b1b0e;
    border-bottom-color: #3b1b0e;
    border-left-color: #3b1b0e;
    -webkit-box-shadow: 0px 0px 22px 0px #000;
    -moz-box-shadow: 0px 0px 22px 0px #000;
    box-shadow: 0px 0px 22px 0px #000;
    background-color: #000;
}
#media .rightpics {
    width: 16%;
    float: left;
    position: relative;
    z-index: 10;
}
.spotlight {
    padding: 0px;
}
.spotlight img {
    width: 33%;
    height: 115px;
}
.events {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
}
.events li {
    margin-bottom: 15px;
}
.events h3 {
    font-size: 120%;
    color: #341A0E;
}
.events p {
    /*color: #E5D1AE;*/

    text-decoration: none;
    font-size: 110%;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.events a {
    color: #622F19;
    text-decoration: none;
    font-size: 110%;
    font-weight: normal;
    display: block;
}
.cactus {
    float: left;
    margin-left: 5%;
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 80%;
}
.cactus li {
    line-height: 30px;
    height: 30px;
    background-image: url(images/lst_cactus.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
.thumbup {
    margin-right: 8%;
    margin-left: 8%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.thumbup li {
    background-image: url(images/lst_thumb.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 35px;
    font-size: 100%;
    color: #622F19;
}
.widget ul,  .widget dl {
    margin: 15px 5%;
}
.widget li,  .widget dd {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 110%;
}
.widget a,  .widget dd,  .widget dt {
    color: #e5d1ae;
    text-decoration: none;
}
.widget a:hover {
    color: #fff;
}
.content h1 {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 45px;
    clear: both;
}
.content h2 {
    font-size: 24px;
    /*color: #ab875c;*/

    margin-right: 5%;
    margin-left: 5%;
}
.content h3 {
    font-size: 22px;
    color: #622f19;
    margin-right: 5%;
    margin-left: 5%;
}
.content .post-title a {
    color: #622f19;
    margin-top: 45px;
    clear: both;
    font-size: 1.4em;
    text-decoration: none;
}
.content .post-title a:hover {
    color: #a4400f;
 }
.content p {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 18px;
}
.content ul {
    margin-left: 5%;
    margin-bottom: 15px;
}
.content ul li {
    list-style: disc;
    margin-left: 5%;
    font-size: 18px;
}
#main .pagehead {
    height: 165px;
    background-image: url(images/bg_shadedark2.png);
    position: relative;
    clear: both;
    margin-top: -15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#main .pagehead h1 {
    position: absolute;
    left: 5%;
    bottom: 15px;
    width: 90%;
    display: block;
    font-size: 280%;
    color: #FFF;
    margin: 0px;
    padding: 0px;
}
#main .pagehead .mininav {
    position: absolute;
    left: 0%;
    width: 92%;
    display: block;
    font-size: 14px;
    color: #FFF;
    margin: 0px;
    top: 0px;
    background-color: #5F3E2C;
    padding-top: 25px;
    padding-right: 4%;
    padding-bottom: 10px;
    padding-left: 4%;
}
#main .pagehead .mininav a {
    color: #F8F2EF;
    text-decoration: underline;
}
#main .featured {
    float: right;
    margin-top: -100px;
    z-index: 100;
    position: relative;
    width: 30%;
    text-align: center;
    clear: right;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-left: 5%;
    font-size: 90%;
}
#main .featured p {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
}
#main .featured img {
    width: 100%;
    height: auto;
}
#main .pagecontent {
    float: none;
    width: 100%;
}
.pagecontent h1 {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 25px;
}
.pagecontent h2 {
    font-size: 24px;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 25px;
}
.pagecontent h3 {
    font-size: 22px;
    color: #622f19;
    margin-right: 5%;
    margin-left: 5%;
}
.pagecontent p {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 18px;
}
.pagecontent span {
    display: block;
    background-image: url(images/bg_applyform.png);
    padding: 5%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px #bb966c;
    -moz-box-shadow: 0px 0px 10px 0px #bb966c;
    box-shadow: 0px 0px 10px 0px #bb966c;
    margin: 0px;
}
.pagecontent span img {
    float: left;
    margin-right: 5%;
}
.pagecontent p {
    clear: both;
    display: block;
}
.pagecontent p span {
    display: inline;
    background-image: none;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pagecontent ul {
    margin: 0 10%;
}
.pagecontent li {
    list-style: disc;
    font-size: 18px;
    margin-top: 20px;
}
#newsleter {
    overflow: hidden;
}
#newsleter .issue {
    margin: 0;
    padding: 0;
}
#newsleter .issue a {
    text-decoration: none;
    color: #666;
}
#newsleter h2 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1.5em;
}
#newsleter p {
    text-align: left;
    margin-bottom: 15px;
}
#newsleter .issue > li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 35px;
    list-style: none;
}
#newsleter .issue > li:nth-child(odd) {
    margin-right: 5%;
}
#newsleter .btn_green {
    background: #431f11;
    border: none;
    display: inline-block;
    color: #fff !important;
    font-size: 0.85em;
    text-transform: uppercase;
    margin-top: 10px;
}
.pagination {
    overflow: hidden;
    margin: 25px 5%;
    clear: both;
}
.pagination .page-numbers {
    display: block;
    float: left;
    padding: 0px;
    margin: 25px 5px 5px 0;
    width: auto;
    color: #fff;
    background-color: #6f4829;
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pagination a:hover {
    background: #925c34;
}
.pagination .current {
    background-color: #925c34;
    line-height: 35px;
    color: #FFF;
}
.scribeform {
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: bold;
}
.scribeform label {
    margin-left: 5%;
    display: block;
    margin-right: 5%;
    font-weight: bold;
}
.scribeform li {
    margin-bottom: 6px;
}
.scribeform p {
    margin-right: 5%;
    margin-left: 5%;
    font-weight: bold;
}
.scribeform .check {
    margin-bottom: 20px;
    overflow: hidden;
}
.scribeform .check li {
    float: left;
    width: 45%;
    margin-left: 5%;
}
.scribeform .email input {
    background-color: #e2d0b4;
    border: 1px solid #c2ad8e;
    width: 88%;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 30px;
    height: 30px;
    padding-right: 1%;
    padding-left: 1%;
}
.scribeform .submit input {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 25px;
    width: 90%;
}
.employee {
    background-image: url(images/bg_applyform.png);
    padding: 5%;
    border-bottom: #6c4129 1px solid;
    overflow: hidden;
}
.employee img {
    float: left;
    margin-right: 5%;
}
.employee p {
    padding: 0px;
    font-size: 90%;
    margin: 0px;
}
.employee h4 {
    font-size: 95%;
    margin-top: 8px;
}
.employee h4 strong {
    font-size: 95%;
    margin-top: 8px;
    display: block;
}
.assessment {
    background-image: url(images/bg_applyform.png);
    overflow: hidden;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 25px;
    margin-bottom: 25px;
    border: #bb966c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px #bb966c;
    -moz-box-shadow: 0px 0px 10px 0px #bb966c;
    box-shadow: 0px 0px 10px 0px #bb966c;
}
.assessment ul {
    float: left;
    width: 42.5%;
    margin-left: 5%;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
}
.assessment li {
    margin-bottom: 20px;
}
.assessment .final h3 {
    font-size: 120%;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.assessment .final label {
    width: 30%;
    display: inline-block;
    margin-bottom: 5px;
}
.assessment .final input {
    background-color: #e2d0b4;
    border: 1px solid #c2ad8e;
    width: 65%;
    line-height: 30px;
    height: 30px;
    padding-right: 1%;
    padding-left: 1%;
    margin-bottom: 5px;
}
#subfooter {
    background-color: #4b210d;
    background-image: url(images/bg_header.jpg);
    height: auto;
    position: relative;
    margin-top: -20px;
    color: #FFF;
    -webkit-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    -moz-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    overflow: hidden;
}
#subfooter .more {
    float: right;
}
#subfooter h2 {
    font-size: 220%;
    color: #FFF;
    margin-bottom: 25px;
}
#subfooter h2 i {
    background-image: url(images/icn_testimonials.png);
    height: 49px;
    width: 53px;
    display: none;
    vertical-align: middle;
    margin-right: 8px;
}
#subfooter .testimonials {
    float: none;
    width: auto;
    margin-top: 45px;
    margin-right: 4%;
    margin-left: 4%;
    height: 215px;
    font-size: 90%;
}
#subfooter .testimonials img {
    float: left;
    margin-right: 3%;
    width: 25%;
}
#subfooter .latestposts {
    float: none;
    width: auto;
    margin-top: 45px;
    margin-right: 4%;
    margin-left: 4%;
    height: 215px;
    font-size: 90%;
}
#subfooter .latestposts ul li a {
    display: block;
    color: #FFF;
    font-size: 100%;
    text-decoration: none;
    margin-bottom: 3px;
}
#subfooter .latestposts ul li i {
    display: inline-block;
    color: #c6dd0d;
    width: 76px;
}
#footer {
    background-color: #7a4f3a;
    background-image: url(images/bg_body2.jpg);
    font-family: 'Ruda', sans-serif;
    overflow: hidden;
    background-size: cover;
}
#footer #shade {
    background-image: url(images/bg_shadedark2.png);
    overflow: hidden;
}
#footer .col1, #footer .col2, #footer .col3, #footer .col4 {
    margin-top: 40px;
    margin-bottom: 15px;
    overflow: hidden;
}
#footer .title {
    color: #FFF;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 2px;
}
#footer li {
    padding-bottom: 2px;
    padding-top: 2px;
}
#footer li:last-child {
    margin-bottom: 25px;
}
#footer a {
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 80%;
    transition: color .5s;
}
#footer a:hover {
    color: #DBBEAE;
}
#footer .col1 {
    margin-left: 5%;
    float: left;
}
#footer .col2 {
    margin-left: 5%;
    float: left;
}
#footer .col3 {
    margin-left: 5%;
    float: left;
}
#footer .col4 {
    margin-left: 5%;
    float: left;
}
#footer p {
    font-size: 110%;
    color: #E6D3CA;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
#footer h2 {
    font-size: 220%;
    color: #FFF;
}
#footer h2 a {
    color: #FFF;
    font-size: 100%;
    text-decoration: none;
}
#footer .livechat {
    background-color: #431f11;
    display: inline-block;
    width: auto;
    padding-right: 6%;
    padding-left: 6%;
    font-size: 150%;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    margin-bottom: 20px;
}
#footer2 {
    background-color: #653827;
    height: 120px;
    line-height: none;
    color: #FFF;
    -webkit-box-shadow: inset 0px 3px 6px 0px #2c180a;
    -moz-box-shadow: inset 0px 3px 6px 0px #2c180a;
    box-shadow: inset 0px 3px 6px 0px #2c180a;
}
#footer2 .links {
    float: none;
    width: auto;
    margin-left: 5%;
    font-size: 90%;
    padding-top: 10px;
}
#footer2 .links li {
    display: block;
    margin-left: 5%;
}
#footer2 .links a {
    color: #FFF;
    text-decoration: none;
}
#footer2 .links a:hover {
    color: #D6BBA9;
}
#footer2 .social {
    float: none;
    width: auto;
    margin-right: 5%;
    margin-top: 12px;
}
#footer2 .social li {
    float: right;
    margin-left: 1%;
}
#footer2 .social a {
    background-image: url(images/icn_social.png);
    height: 37px;
    width: 37px;
    display: block;
}
#footer2 .social .fb {
    background-position: 0px;
}
#footer2 .social .link {
    background-position: -42px;
}
#footer2 .social .tube {
    background-position: -84px;
}
#footer2 .social .blog {
    background-position: -125px;
}
.tableWrapper .col {
    width: 95%;
    float: left;
    display: inline-block;
    margin-right: 5%;
}
}

@media screen and (min-width: 760px) {
.m-livechat{display:none;}
.wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#header {
    background-image: url(images/bg_header.jpg);
    background-repeat: repeat;
    background-color: #522710;
    background-position: center top;
    height: 218px;
}
#header .wrap {
    position: relative;
    height: 218px;
}
#header .logo {
    position: absolute;
    top: 25px;
    left: 2%;
    display: block;
    border: none;
    width: 40%;
    margin: 0%;
}
#header .logo img {
    width: auto;
    margin-top: 0px;
}
#header .sublinks {
    position: absolute;
    top: 24px;
    right: 5%;
    width: 55%;
    font-size: 110%;
    display: block;
}
#header .sublinks li {
    float: right;
    display: inline;
    margin-right: 5%;
    margin-left: 5%;
}
#header .sublinks a {
    float: right;
    display: inline;
    color: #FFF;
    text-decoration: none;
}
#header .sublinks i {
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}
#header .sublinks .livechat {
    background: url(images/icon-chat.png) no-repeat;
    /*height: 19px;

	width: 18px;*/

    padding-left: 28px;
}
#header .sublinks .contact {
    background-image: url(images/icn_contact.png);
    height: 18px;
    width: 22px;
}
#header .sublinks .news {
    background-image: url(images/icn_news.png);
    height: 17px;
    width: 20px;
}
#header .sublinks .about {
    background-image: url(images/icn_about.png);
    height: 17px;
    width: 14px;
}
#header .social {
    position: absolute;
    top: 15px;
    right: 2%;
    width: 15%;
    display: none;
}
#header .social li {
    float: right;
    margin-left: 1%;
}
#header .social a {
    background-image: url(images/icn_social.png);
    height: 37px;
    width: 37px;
    display: block;
    background-repeat: no-repeat;
}
#header .social .fb {
    background-position: 0px;
}
#header .social .link {
    background-position: -42px;
}
#header .social .tube {
    background-position: -84px;
}
#header .social .blog {
    background-position: -125px;
}
#header .phone {
    position: absolute;
    top: 85px;
    right: 2%;
    width: 55%;
    text-align: right;
    color: #FFF;
}
#header .phone img {
    float: right;
    margin-left: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px #402110;
    -moz-box-shadow: 0px 0px 10px 0px #402110;
    box-shadow: 0px 0px 10px 0px #402110;
    width: 90px;
    display: block;
}
#header .phone h3 {
    font-size: 90%;
    line-height: 18px;
    margin-top: 3px;
}
#header .phone h3 strong {
    display: block;
    font-size: 21px;
}
#header .phone h2 {
    font-size: 250%;
    font-weight: bold;
}
#nav {
    background-image: url(images/bg_nav.jpg);
    height: 65px;
    background-color: #D4BCA2;
    background-repeat: repeat;
    background-position: center top;
    z-index: 200;
    clear: both;
    position: relative;
}
#nav .wrap {
    width: 97%;
    padding-left: 3%;
}
#nav i {
    width: 17px;
    background-image: url(images/icn_nav.png);
    height: 11px;
    display: none;
    margin-left: 5px;
}
#nav ul li {
    float: left;
    position: relative;
}
#nav ul li a {
    color: #30150b;
    display: block;
    text-decoration: none;
    font-size: 100%;
    line-height: 65px;
    height: 65px;
    padding: 0 10px;
    transition: background 1s;
    color: .5s;
}
#nav ul li a:hover {
    background-color: #7F5A3D;
    color: #FFF;
}
#nav ul li ul {
    position: absolute;
    visibility: hidden;
}
#nav ul li ul li a {
    font-size: 90%;
    height: 25px;
    line-height: 25px;
    width: 200px;
    background-color: #7F5A3F;
    color: #FFF;
}
#nav ul li ul li a:hover {
    color: #DEC6AC;
}
#nav ul li ul li:last-child a {
    padding-bottom: 20px;
}
#nav ul li ul li:first-child a {
    padding-top: 20px;
}
#nav ul li:hover ul {
    visibility: visible;
}
#nav {
    display: block;
}
.tinynav {
    display: none
}
#splash {
    height: 515px;
    background-color: #7a5a46;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 15;
    -webkit-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    -moz-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    position: relative;
}
#splash #splash-images li {
    background-size: cover;
}
#splash .wrap {
    position: relative;
    height: 515px;
}
#splash .cnav {
    position: absolute;
    left: 5%;
    top: 25px;
    width: 40%;
}
#splash .cnav li {
    float: left;
    margin-left: 1%;
}
#splash .cnav a {
    border-radius: 50px;
    background-color: #633;
    height: 30px;
    width: 30px;
    display: block;
}
#splash .cnav a.active {
    background-color: #690;
}
#splash .buttons {
    position: absolute;
    left: 5%;
    bottom: 25px;
    width: 30%;
    display: block;
}
#splash .buttons li {
    float: none;
    width: 95%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 10px;
}
#splash .buttons a {
    padding-right: 10%;
    padding-left: 10%;
    color: #FFF;
    text-decoration: none;
    background-color: #85310c;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #85310c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkMjkwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjQ5MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d2909), color-stop(100%, #9b4914)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d2909 0%, #9b4914 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2909', endColorstr='#9b4914', GradientType=0 ); /* IE6-8 */
    border: 1px solid #692500;
    -webkit-box-shadow: 0px 4px 5px 0px #2f1203;
    -moz-box-shadow: 0px 4px 5px 0px #2f1203;
    box-shadow: 0px 4px 5px 0px #2f1203;
    transition: all .8s;
}
#splash .buttons a:hover {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#splash .buttons h4 {
    font-size: 90%;
    line-height: 100%;
}
#splash .buttons h3 {
    font-size: 120%;
    line-height: 100%;
    font-weight: bold;
}
#splash .buttons i {
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
}
#splash .buttons .assess {
    background-image: url(images/icn_assessment.png);
    height: 32px;
    width: 37px;
}
#splash .buttons .tour {
    background-image: url(images/icn_tour.png);
    height: 32px;
    width: 35px;
}
#splash .buttons .enroll {
    background-image: url(images/icn_enroll.png);
    height: 33px;
    width: 35px;
}
#splash .signupform {
    float: right;
    width: 55%;
    background-image: url(images/bg_applyform.png);
    height: 455px;
    margin-top: 30px;
    overflow: hidden;
    border: 2px solid #95704e;
    -webkit-box-shadow: 0px 0px 10px 0px #381d04;
    -moz-box-shadow: 0px 0px 10px 0px #381d04;
    box-shadow: 0px 0px 10px 0px #381d04;
    margin-right: 2%;
}
#splash .signupform h2 {
    font-size: 200%;
    color: #552a14;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
    line-height: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#splash .signupform h2 strong {
    color: #a4400f;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
    display: block;
}
#splash .signupform li {
    margin-bottom: 5px;
}
#splash .signupform label {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 7%;
    font-size: 110%;
}
#splash .signupform li input {
    background-color: #e2d0b4;
    border: 1px solid #c2ad8e;
    width: 45%;
    margin-right: 7%;
    line-height: 30px;
    height: 30px;
    padding-right: 1%;
    padding-left: 1%;
}
#splash .signupform .submit input {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 25px;
    width: 80%;
}
#splash .signupform p {
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
}
.rope {
    background-image: url(images/bg_rope.png);
    height: 30px;
    background-repeat: repeat;
    background-position: left top;
    z-index: 20;
    position: relative;
    top: 0px;
}
#main {
    background-image: url(images/bg_body.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 100% 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-top: -30px;
    padding-top: 30px;
    -webkit-box-shadow: 0px 0px 35px 0px #2c180a;
    -moz-box-shadow: 0px 0px 35px 0px #2c180a;
    box-shadow: 0px 0px 35px 0px #2c180a;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#main .content {
    float: left;
    width: 67.4%;
}
#main .sidebar {
    float: right;
    width: 32.6%;
}
#main .sidebar h2 {
    background-image: url(images/bg_shadedark.png);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 160%;
    color: #FFF;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #6c4129;
    border-bottom-color: #6c4129;
    padding-right: 5%;
    padding-left: 5%;
}
#media {
    clear: both;
    overflow: hidden;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}
#media img {
    float: left;
}
#media .leftpics {
    width: 16%;
    float: left;
    position: relative;
    z-index: 10;
}
#media .video {
    width: 68%;
    float: left;
    z-index: 50;
    position: relative;
}
#media .video iframe {
    border-top-color: #3b1b0e;
    border-right-color: #3b1b0e;
    border-bottom-color: #3b1b0e;
    border-left-color: #3b1b0e;
    -webkit-box-shadow: 0px 0px 22px 0px #000;
    -moz-box-shadow: 0px 0px 22px 0px #000;
    box-shadow: 0px 0px 22px 0px #000;
    background-color: #000;
}
#media .rightpics {
    width: 16%;
    float: left;
    position: relative;
    z-index: 10;
}
.spotlight {
    padding: 0px;
}
.spotlight img {
    width: 33%;
    height: 115px;
}
.events p {
    color: #E5D1AE;
}
.cactus {
    float: left;
    margin-left: 8%;
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 100%;
}
.cactus li {
    line-height: 30px;
    height: 30px;
    background-image: url(images/lst_cactus.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
.thumbup {
    margin-right: 8%;
    margin-left: 8%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.thumbup li {
    background-image: url(images/lst_thumb.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 35px;
    font-size: 100%;
    color: #FFF;
}
.content h1 {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 45px;
    clear: both;
}
.content h3 {
    font-size: 22px;
    color: #622f19;
    margin-right: 5%;
    margin-left: 5%;
}
.content p {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 18px;
}
#main .pagehead {
    height: 165px;
    background-image: url(images/bg_shadedark2.png);
    position: relative;
    clear: both;
    margin-top: -15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#main .pagehead h1 {
    position: absolute;
    left: 5%;
    bottom: 15px;
    width: 90%;
    display: block;
    font-size: 280%;
    color: #FFF;
    margin: 0px;
    padding: 0px;
}
#main .featured {
    float: right;
    margin-top: -100px;
    z-index: 100;
    position: relative;
    width: 30%;
    text-align: center;
    clear: right;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-left: 5%;
    font-size: 85%;
}
#main .pagecontent,  #main .forumcontent {
    float: left;
    width: 67.4%;
}
.pagecontent h1 {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 25px;
}
.pagecontent h2 {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 25px;
}
.pagecontent h3 {
    font-size: 22px;
    color: #622f19;
    margin-right: 5%;
    margin-left: 5%;
}
.pagecontent p {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 18px;
}
.pagecontent span {
    display: block;
    background-image: url(images/bg_applyform.png);
    padding: 5%;
    overflow: hidden;
    font-size: 120%;
    margin: 0%;
}
.pagecontent span img {
    float: left;
    margin-right: 5%;
}
#newsleter .issue > li {
    float: left;
    width: 47%;
}
.scribeform {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #FFF;
}
.scribeform label {
    margin-left: 5%;
    display: block;
    margin-right: 5%;
}
.scribeform li {
    margin-bottom: 6px;
}
.scribeform .check {
    margin-bottom: 20px;
    overflow: hidden;
}
.scribeform .check li {
    float: left;
    width: 45%;
    margin-left: 5%;
}
.scribeform .email input {
    background-color: #e2d0b4;
    border: 1px solid #c2ad8e;
    width: 88%;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 30px;
    height: 30px;
    padding-right: 1%;
    padding-left: 1%;
}
.scribeform .submit input {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 25px;
    width: 90%;
}
.employee {
    background-image: url(images/bg_applyform.png);
    padding: 5%;
    border-bottom: #6c4129 1px solid;
}
.employee img {
    float: left;
    margin-right: 5%;
}
.employee p {
    padding: 0px;
    font-size: 90%;
    margin: 0px;
}
.employee h4 {
    font-size: 95%;
    margin-top: 8px;
}
.employee h4 strong {
    font-size: 95%;
    margin-top: 8px;
    display: block;
}
#subfooter {
    font-size: 90%;
    background-image: url(images/bg_header.jpg);
    height: 283px;
    position: relative;
    margin-top: -20px;
    color: #FFF;
    -webkit-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    -moz-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
}
#subfooter .more {
    float: right;
}
#subfooter h2 {
    font-size: 220%;
    color: #FFF;
    margin-bottom: 25px;
}
#subfooter h2 i {
    background-image: url(images/icn_testimonials.png);
    height: 49px;
    width: 53px;
    display: none;
    vertical-align: middle;
    margin-right: 8px;
}
#subfooter .testimonials {
    float: left;
    width: 42%;
    margin-top: 45px;
    margin-right: 4%;
    margin-left: 4%;
}
#subfooter .testimonials img {
    float: left;
    margin-right: 3%;
    width: 40%;
}
#subfooter .latestposts {
    float: right;
    width: 42%;
    margin-top: 45px;
    margin-right: 4%;
    margin-left: 4%;
}
#subfooter .latestposts ul li a {
    display: block;
    color: #FFF;
    font-size: 100%;
    text-decoration: none;
    margin-bottom: 6px;
}
#subfooter .latestposts ul li i {
    display: inline-block;
    color: #c6dd0d;
    width: 75px;
}
#footer {
    background-image: url(images/bg_body2.jpg);
    font-family: 'Ruda', sans-serif;
    overflow: hidden;
    background-size: cover;
}
#footer #shade {
    background-image: url(images/bg_shadedark2.png);
    overflow: hidden;
}
#footer .col1, #footer .col2, #footer .col3, #footer .col4 {
    margin-top: 40px;
    margin-bottom: 15px;
    overflow: hidden;
}
#footer .title {
    color: #FFF;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 2px;
}
#footer li {
    padding-bottom: 2px;
    padding-top: 2px;
}
#footer li:last-child {
    margin-bottom: 25px;
}
#footer a {
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 80%;
    transition: color .5s;
}
#footer a:hover {
    color: #DBBEAE;
}
#footer .col1 {
    margin-left: 5%;
    float: left;
    width: 40%;
}
#footer .col2 {
    margin-left: 5%;
    float: left;
    width: 40%;
}
#footer .col3 {
    margin-left: 5%;
    float: left;
    width: 40%;
}
#footer .col4 {
    margin-left: 5%;
    float: left;
    width: 40%;
}
#footer p {
    font-size: 110%;
    color: #E6D3CA;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
#footer h2 {
    font-size: 220%;
    color: #FFF;
}
#footer2 {
    background-color: #653827;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    -webkit-box-shadow: inset 0px 3px 6px 0px #2c180a;
    -moz-box-shadow: inset 0px 3px 6px 0px #2c180a;
    box-shadow: inset 0px 3px 6px 0px #2c180a;
}
#footer2 .links {
    float: left;
    width: 60%;
    margin-left: 5%;
    font-size: 90%;
    padding-top: 0px;
}
#footer2 .links li {
    display: inline;
    margin-left: 5%;
}
#footer2 .links a {
    color: #FFF;
    text-decoration: none;
}
#footer2 .links a:hover {
    color: #D6BBA9;
}
#footer2 .social {
    float: right;
    width: 30%;
    margin-right: 5%;
    margin-top: 12px;
}
#footer2 .social li {
    float: right;
    margin-left: 1%;
}
#footer2 .social a {
    background-image: url(images/icn_social.png);
    height: 37px;
    width: 37px;
    display: block;
}
#footer2 .social .fb {
    background-position: 0px;
}
#footer2 .social .link {
    background-position: -42px;
}
#footer2 .social .tube {
    background-position: -84px;
}
#footer2 .social .blog {
    background-position: -125px;
}
.tableWrapper .col {
    width: 45%;
    float: left;
    display: inline-block;
    margin-right: 5%;
}
}

@media screen and (min-width: 970px) {
#footer .col1 {
    margin-left: 5%;
    float: left;
    width: 19%;
}
#footer .col2 {
    margin-left: 5%;
    float: left;
    width: 19%;
}
#footer .col3 {
    margin-left: 5%;
    float: left;
    width: 19%;
}
#footer .col4 {
    margin-left: 5%;
    float: left;
    width: 19%;
}
}

@media screen and (min-width: 1300px) {
.wrap {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
}
#header {
    background-image: url(images/bg_header.jpg);
    background-repeat: repeat;
    background-color: #522710;
    background-position: center top;
    height: 218px;
}
#header .wrap {
    position: relative;
    height: 218px;
}
#header .logo {
    position: absolute;
    top: 25px;
    left: 2%;
    display: block;
    border: none;
    width: auto;
}
#header .sublinks {
    position: absolute;
    top: 24px;
    right: 20%;
    width: 40%;
}
#header .sublinks li {
    float: right;
    display: inline;
    margin-right: 5%;
    margin-left: 5%;
}
#header .sublinks a {
    float: right;
    display: inline;
    color: #FFF;
    text-decoration: none;
}
#header .sublinks i {
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}
#header .sublinks .contact {
    background-image: url(images/icn_contact.png);
    height: 18px;
    width: 22px;
}
#header .sublinks .news {
    background-image: url(images/icn_news.png);
    height: 17px;
    width: 20px;
}
#header .sublinks .about {
    background-image: url(images/icn_about.png);
    height: 17px;
    width: 14px;
}
#header .social {
    position: absolute;
    top: 15px;
    right: 2%;
    width: 15%;
    display: block;
}
#header .social li {
    float: right;
    margin-left: 1%;
}
#header .social a {
    background-image: url(images/icn_social.png);
    height: 37px;
    width: 37px;
    display: block;
    background-repeat: no-repeat;
}
#header .social .fb {
    background-position: 0px;
}
#header .social .link {
    background-position: -42px;
}
#header .social .tube {
    background-position: -84px;
}
#header .social .blog {
    background-position: -125px;
}
#header .phone {
    position: absolute;
    top: 85px;
    right: 2%;
    width: 45%;
    text-align: right;
    color: #FFF;
}
#header .phone img {
    float: right;
    margin-left: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px #402110;
    -moz-box-shadow: 0px 0px 10px 0px #402110;
    box-shadow: 0px 0px 10px 0px #402110;
    width: auto;
}
#header .phone h3 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
}
#header .phone h3 strong {
    display: block;
    font-size: 21px;
}
#header .phone h2 {
    font-size: 52px;
    font-weight: bold;
}
#nav {
    background-image: url(images/bg_nav.jpg);
    height: 65px;
    background-color: #D4BCA2;
    background-repeat: repeat;
    background-position: center top;
    z-index: 200;
    clear: both;
    position: relative;
}
#nav .wrap {
    width: 1300px;
}
#nav i {
    width: 17px;
    background-image: url(images/icn_nav.png);
    height: 11px;
    display: inline-block;
    margin-left: 5px;
}
#nav ul li {
    float: left;
    position: relative;
}
#nav ul li a {
    color: #30150b;
    display: block;
    text-decoration: none;
    font-size: 120%;
    line-height: 65px;
    height: 65px;
    padding: 0 12px;
    transition: background 1s;
    color: .5s;
}
#nav ul li a:hover {
    background-color: #7F5A3D;
    color: #FFF;
}
#nav ul li ul {
    position: absolute;
    visibility: hidden;
}
#nav ul li ul li a {
    font-size: 90%;
    height: 25px;
    line-height: 25px;
    width: 200px;
    background-color: #7F5A3F;
    color: #FFF;
}
#nav ul li ul li a:hover {
    color: #DEC6AC;
}
#nav ul li ul li:last-child a {
    padding-bottom: 20px;
}
#nav ul li ul li:first-child a {
    padding-top: 20px;
}
#nav ul li:hover ul {
    visibility: visible;
}
#splash {
    height: 515px;
    background-color: #7a5a46;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 15;
    -webkit-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    -moz-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    position: relative;
}
#splash #splash-images li {
    background-size: cover;
}
#splash .cnav {
    position: absolute;
    left: 5%;
    top: 25px;
    width: 40%;
}
#splash .cnav li {
    float: left;
    margin-left: 1%;
}
#splash .cnav a {
    border-radius: 50px;
    background-color: #633;
    height: 30px;
    width: 30px;
    display: block;
}
#splash .cnav a.active {
    background-color: #690;
}
#splash .wrap {
    position: relative;
    height: 515px;
}
#splash .buttons {
    position: absolute;
    left: 5%;
    bottom: 25px;
    width: 52%;
}
#splash .buttons li {
    float: left;
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
}
#splash .buttons a {
    padding-right: 10%;
    padding-left: 10%;
    color: #FFF;
    text-decoration: none;
    background-color: #85310c;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #85310c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkMjkwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjQ5MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d2909), color-stop(100%, #9b4914)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d2909 0%, #9b4914 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d2909 0%, #9b4914 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2909', endColorstr='#9b4914', GradientType=0 ); /* IE6-8 */
    border: 1px solid #692500;
    -webkit-box-shadow: 0px 4px 5px 0px #2f1203;
    -moz-box-shadow: 0px 4px 5px 0px #2f1203;
    box-shadow: 0px 4px 5px 0px #2f1203;
    transition: all .8s;
}
#splash .buttons a:hover {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#splash .buttons h4 {
    font-size: 90%;
    line-height: 100%;
}
#splash .buttons h3 {
    font-size: 120%;
    line-height: 100%;
    font-weight: bold;
}
#splash .buttons i {
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
}
#splash .buttons .assess {
    background-image: url(images/icn_assessment.png);
    height: 32px;
    width: 37px;
}
#splash .buttons .tour {
    background-image: url(images/icn_tour.png);
    height: 32px;
    width: 35px;
}
#splash .buttons .enroll {
    background-image: url(images/icn_enroll.png);
    height: 33px;
    width: 35px;
}
#splash .signupform {
    float: right;
    width: 32.6%;
    background-image: url(images/bg_applyform.png);
    height: 455px;
    margin-top: 30px;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px #381d04;
    -moz-box-shadow: 0px 0px 10px 0px #381d04;
    box-shadow: 0px 0px 10px 0px #381d04;
    margin-left: 0%;
    margin-right: 0%;
}
#splash .signupform h2 {
    font-size: 195%;
    color: #552a14;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
    line-height: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#splash .signupform h2 strong {
    color: #a4400f;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
}
#splash .signupform li {
    margin-bottom: 5px;
}
#splash .signupform label {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 7%;
    font-size: 110%;
}
#splash .signupform li input {
    background-color: #e2d0b4;
    border: 1px solid #c2ad8e;
    width: 45%;
    margin-right: 7%;
    line-height: 30px;
    height: 30px;
    padding-right: 1%;
    padding-left: 1%;
}
#splash .signupform .submit input {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 25px;
    width: 80%;
}
#splash .signupform p {
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
}
.rope {
    background-image: url(images/bg_rope.png);
    height: 30px;
    background-repeat: repeat;
    background-position: left top;
    z-index: 20;
    position: relative;
    top: 0px;
}
#main {
    background-image: url(images/bg_body.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 100% 1300px;
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-top: -30px;
    padding-top: 30px;
    -webkit-box-shadow: 0px 0px 35px 0px #2c180a;
    -moz-box-shadow: 0px 0px 35px 0px #2c180a;
    box-shadow: 0px 0px 35px 0px #2c180a;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#main .content {
    float: left;
    width: 67.4%;
}
#main .sidebar {
    float: right;
    width: 32.6%;
}
#main .sidebar h2 {
    background-image: url(images/bg_shadedark.png);
    height: 50px;
    line-height: 50px;
    font-size: 160%;
    color: #FFF;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #6c4129;
    border-bottom-color: #6c4129;
    padding-right: 0%;
    padding-left: 5%;
    line-height: 100%;
}
#media {
    clear: both;
    overflow: hidden;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}
#media img {
    float: left;
}
#media .leftpics {
    width: 16%;
    float: left;
    position: relative;
    z-index: 10;
}
#media .video {
    width: 68%;
    float: left;
    z-index: 50;
    position: relative;
}
#media .video iframe {
    border-top-color: #3b1b0e;
    border-right-color: #3b1b0e;
    border-bottom-color: #3b1b0e;
    border-left-color: #3b1b0e;
    -webkit-box-shadow: 0px 0px 22px 0px #000;
    -moz-box-shadow: 0px 0px 22px 0px #000;
    box-shadow: 0px 0px 22px 0px #000;
    background-color: #000;
}
#media .rightpics {
    width: 16%;
    float: left;
    position: relative;
    z-index: 10;
}
.spotlight {
    padding: 0px;
}
.spotlight img {
    width: 33%;
    height: 115px;
}
.cactus {
    float: left;
    margin-left: 8%;
    padding-top: 20px;
    padding-bottom: 25px;
}
.cactus li {
    line-height: 30px;
    height: 30px;
    background-image: url(images/lst_cactus.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
.thumbup {
    margin-right: 8%;
    margin-left: 8%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.thumbup li {
    background-image: url(images/lst_thumb.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 38px;
    line-height: 38px;
    padding-left: 35px;
    font-size: 120%;
    color: #FFF;
}
.content h1 {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 45px;
    clear: both;
}
.content h3 {
    font-size: 22px;
    color: #622f19;
    margin-right: 5%;
    margin-left: 5%;
}
.content p {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 18px;
}
#main .pagehead {
    height: 165px;
    background-image: url(images/bg_shadedark2.png);
    position: relative;
    clear: both;
    margin-top: -15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#main .pagehead h1 {
    position: absolute;
    left: 5%;
    bottom: 15px;
    width: 90%;
    display: block;
    font-size: 280%;
    color: #FFF;
    margin: 0px;
    padding: 0px;
}
#main .featured {
    float: right;
    margin-top: -100px;
    z-index: 100;
    position: relative;
    width: 30%;
    text-align: center;
    clear: right;
    margin-right: 5%;
    margin-bottom: 15px;
    margin-left: 5%;
    font-size: 85%;
}
#main .featured img {
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
}
#main .pagecontent,  #main .forumcontent {
    float: left;
    width: 67.4%;
}
.pagecontent h1 {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 25px;
}
.pagecontent h2 {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 25px;
}
.pagecontent h3 {
    font-size: 22px;
    color: #622f19;
    margin-right: 5%;
    margin-left: 5%;
}
.pagecontent p {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 18px;
}
.pagecontent span {
    display: block;
    background-image: url(images/bg_applyform.png);
    padding: 5%;
    overflow: hidden;
    font-size: 130%;
    margin: 0px;
}
.pagecontent span img {
    float: left;
    margin-right: 5%;
}
.scribeform {
    padding-top: 25px;
    padding-bottom: 25px;
}
.scribeform label {
    margin-left: 5%;
    display: block;
    margin-right: 5%;
}
.scribeform li {
    margin-bottom: 6px;
}
.scribeform .check {
    margin-bottom: 20px;
    overflow: hidden;
}
.scribeform .check li {
    float: left;
    width: 35%;
    margin-left: 10%;
}
.scribeform .email input {
    background-color: #e2d0b4;
    border: 1px solid #c2ad8e;
    width: 88%;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 30px;
    height: 30px;
    padding-right: 1%;
    padding-left: 1%;
}
.scribeform .submit input {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 25px;
    width: 90%;
}
.employee {
    background-image: url(images/bg_applyform.png);
    padding: 5%;
    border-bottom: #6c4129 1px solid;
}
.employee img {
    float: left;
    margin-right: 5%;
}
.employee p {
    padding: 0px;
    font-size: 90%;
    margin: 0px;
}
.employee h4 {
    font-size: 95%;
    margin-top: 8px;
}
.employee h4 strong {
    font-size: 95%;
    margin-top: 8px;
    display: block;
}
#subfooter {
    font-size: 100%;
    background-image: url(images/bg_header.jpg);
    height: 283px;
    position: relative;
    margin-top: -20px;
    color: #FFF;
    -webkit-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    -moz-box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
    box-shadow: inset 0px 3px 6px 0px #2c180a, inset 0px -3px 6px 0px #2c180a;
}
#subfooter .more {
    float: right;
}
#subfooter h2 {
    font-size: 220%;
    color: #FFF;
    margin-bottom: 25px;
}
#subfooter h2 i {
    background-image: url(images/icn_testimonials.png);
    height: 49px;
    width: 53px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
#subfooter .testimonials {
    float: left;
    width: 42%;
    margin-top: 45px;
    margin-right: 4%;
    margin-left: 4%;
}
#subfooter .testimonials img {
    float: left;
    margin-right: 3%;
    width: 32%;
}
#subfooter .latestposts {
    float: right;
    width: 42%;
    margin-top: 45px;
    margin-right: 4%;
    margin-left: 4%;
}
#subfooter .latestposts ul li a {
    display: block;
    color: #FFF;
    font-size: 100%;
    text-decoration: none;
    margin-bottom: 6px;
}
#subfooter .latestposts ul li i {
    display: inline-block;
    color: #c6dd0d;
    width: 18%;
}
#footer {
    background-image: url(images/bg_body2.jpg);
    font-family: 'Ruda', sans-serif;
    overflow: hidden;
    background-size: cover;
    clear: both;
}
#footer #shade {
    background-image: url(images/bg_shadedark2.png);
    overflow: hidden;
}
#footer .col1, #footer .col2, #footer .col3, #footer .col4 {
    margin-top: 40px;
    margin-bottom: 15px;
    overflow: hidden;
}
#footer .title {
    color: #FFF;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 2px;
}
#footer li {
    padding-bottom: 2px;
    padding-top: 2px;
}
#footer li:last-child {
    margin-bottom: 25px;
}
#footer a {
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 80%;
    transition: color .5s;
}
#footer a:hover {
    color: #DBBEAE;
}
#footer .col1 {
    margin-left: 5%;
    float: left;
}
#footer .col2 {
    margin-left: 5%;
    float: left;
}
#footer .col3 {
    margin-left: 5%;
    float: left;
}
#footer .col4 {
    margin-left: 5%;
    float: left;
}
#footer p {
    font-size: 110%;
    color: #E6D3CA;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
#footer h2 {
    font-size: 220%;
    color: #FFF;
}
#footer2 {
    background-color: #653827;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    -webkit-box-shadow: inset 0px 3px 6px 0px #2c180a;
    -moz-box-shadow: inset 0px 3px 6px 0px #2c180a;
    box-shadow: inset 0px 3px 6px 0px #2c180a;
}
#footer2 .links {
    float: left;
    width: 40%;
    margin-left: 5%;
    font-size: 90%;
}
#footer2 .links li {
    display: inline;
    margin-left: 5%;
}
#footer2 .links a {
    color: #FFF;
    text-decoration: none;
}
#footer2 .links a:hover {
    color: #D6BBA9;
}
#footer2 .social {
    float: right;
    width: 40%;
    margin-right: 5%;
    margin-top: 12px;
}
#footer2 .social li {
    float: right;
    margin-left: 1%;
}
#footer2 .social a {
    background-image: url(images/icn_social.png);
    height: 37px;
    width: 37px;
    display: block;
}
#footer2 .social .fb {
    background-position: 0px;
}
#footer2 .social .link {
    background-position: -42px;
}
#footer2 .social .tube {
    background-position: -84px;
}
#footer2 .social .blog {
    background-position: -125px;
}
.tableWrapper .col {
    width: 26%;
    float: left;
    display: inline-block;
    margin-right: 5%;
}
}

@media all and (max-width: 1094px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.search-box {
    right: 30px;
}
a.search-open, a.search-close {
    right: 30px;
    bottom: 0;
}
}
/* Constant Contact Plugin styles */

.gcc_caption {
    padding-bottom: 5px;
    padding-top: 5px;
}
.gcc_msg {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5%;
    margin-right: 5%;
    color: #F60;
}
.gcc_textbox {
    padding-bottom: 5px;
}
.gcc_button {
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
}
.gcc_textbox_class /* Constant Contact email textbox */ {
    background-color: #e2d0b4;
    border: 1px solid #c2ad8e;
    width: 88% !important;
    line-height: 30px;
    height: 30px;
    margin-left: 5%;
    margin-right: 5%;
    padding-right: 1%;
    padding-left: 1%;
}
.gcc_textbox_button /* Constant Contact button */ {
    background-color: #8dab0d;
    border: 1px solid #799500;
    display: block;
    width: 90% !important;
    font-size: 90%;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px !important;
    height: 40px !important;
    background: #8dab0d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YjYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZGFiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a8b627 0%, #8dab0d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8b627), color-stop(100%, #8dab0d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a8b627 0%, #8dab0d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a8b627 0%, #8dab0d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a8b627 0%, #8dab0d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a8b627 0%, #8dab0d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8b627', endColorstr='#8dab0d', GradientType=0 ); /* IE6-8 */
}
.gcc_underconstruction {
    padding: 10px;
    text-align: center;
}
/* Sliding panel for ED Week */

#newsbox {
    background-color: #5853a3;
    background: rgba(88,83,163,0.9);
    display: none;
    width: 99%;
    z-index: 99;
    position: fixed;
    bottom: 0;
    padding: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.news-text img {
    float: left;
    margin: 0 10px 0 0;
}
.news-text p {
    color: #fff;
    display: block;
    font-size: 1.125em;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.35);
    margin: 0px;
    text-align: center;
}
.news-text p strong {
    display: block;
    font-size: 150%;
    font-weight: 400;
    text-transform: uppercase;
}
.news-text p small {
    display: block;
    margin-top: 5px;
    font-size: 58% !important;
}
.news-text .date {
    background: #3B3866;
    padding: 6px 26px;
    text-transform: uppercase;
    display: inline-block;
    /* width: auto; */

    margin: 3px 0;
    font-size: 65% !important;
}

@media screen and (max-width: 420px) {
#newsbox img {
    display: none !important;
}
}

@media screen and (max-width: 991px) {
#newsbox img {
    float: none;
    display: block;
    margin: 0 auto 10px;
}
}

@media screen and (min-width: 1285px) {
#newsbox {
    width: 1260px;
}
.news-text p {
    font-size: 1.5em;
}
}
.news-close {
    float: right;
    width: auto;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
.news-close a {
    color: #FFF;
    display: block;
    padding: 7px 10px;
    background-color: #2d2b52;
    text-decoration: none;
}
.news-close a:hover {
    background-color: #000;
    color: #FFF;
}
/*Style for Patient Review Program*/

.review {
    width: 100%;
    height: auto;
 float-left;
}
.review>ul {
    margin: 0 25px 0 0;
}
.review>ul>li {
    border-bottom: 2px dotted #777777;
    overflow: hidden;
    padding: 23px 3%;
    width: 97%;
}
.review>ul>li>h3 {
    margin-top: -3%;
}
.review>ul>li>h6 {
    float: right;
    margin-top: 0;
    width: 100%;
}
.review>ul>li>p {
    float: right;
    margin-top: -12%;
    width: 76%;
}
.review>ul>li>img {
    box-shadow: 0 0 7px #a0a0a0;
    float: left;
    margin: 0 3% 25px 0;
    padding: 5px;
}
/*For buttons*/

.readmore1 {
    background: #7a513d none repeat scroll 0 0;
    color: #ffffff;
    float: right;
    margin-top: 13%;
    padding: 5px 10px;
    text-decoration: none;
}

@media only screen and (max-width : 992px) {
.review > ul > li > p {
    float: right;
    margin-top: -16%;
    width: 70%;
}
}
.review1 {
    width: 100%;
    float: left;
    padding: 3%;
}
.review1 .left {
    float: left;
    width: 15%;
}
.review1 .left img {
    box-shadow: 0 0 7px #a0a0a0;
    float: left;
    margin: 0 3% 25px 0;
    padding: 5px;
}
.review1 .right {
    float: left;
    margin-left: 2%;
    width: 77%;
}
.review1 .right h3 {
    margin-left: 0;
}
.review1 .right p {
    margin-left: 0;
}
.readmore2 {
    background: #7a513d none repeat scroll 0 0;
    color: #ffffff;
    float: right;
    /*margin-top: 13%;*/

    padding: 5px 10px;
    text-decoration: none;
}
.disclaimer {
    padding: 0 5%;
    margin-top: 20px;
}
.disclaimer h4 {
    font-size: 1.125em;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.disclaimer p {
    font-size: 0.8em;
    margin: 15px 0 0;
    line-height: 1.3;
}
.testi_note {
    font-size: 0.8em !important;
    font-style: italic;
    line-height: 1.1;
    margin-top: 50px;
    text-align: left;
}

/*Custom*/
.textwidget img {
    width: 90% !important;
    padding: 20px;
}

#sits-widget img {
    width: 90%;
    padding: 20px;
}

.list-style1{
display: inline-block; width: 20%; padding: 0 15px; text-align: center; vertical-align: text-top;
}