@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Bitter);
@import url(//fonts.googleapis.com/css?family=Homenaje);

/* 0. Global Styles/Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    /*text-align: center;*/
    background: #abb169;
    color: #4d4d4d;
}

img {
    border: 0px;
}

/* 1. Globar Classes */
.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.first {
    margin-left: 0px;
    padding-left: 0px;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
}

.top {
    margin-top: 0px;
    padding-top: 0px;
}

.bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* 2. Container/Header/Navigation */
div#container {
    text-align: left;
    width: 950px;
    margin: 0 auto;

    -moz-box-shadow: 0 0 5px 5px #778756;
    -webkit-box-shadow: 0 0 5px 5px #778756;
    box-shadow: 0 0 5px 5px #778756;
}

/* 2.1 Header */
div#header {
    height: 303px;
    position: relative;
    background: #595959 url("../images/homepage-blue-texture.jpg") no-repeat bottom left;
}

div#header.sub {
    height: 186px;
    position: relative;
    background: #595959 url("../images/subpage-blue-texture.png") no-repeat bottom left;
}

div#header .logo {
    position: absolute;
    top: 25px;
    left: 40px;
}

div#header h1 {
    position: absolute;
    top: 155px;
    left: 170px;
    font-size: 4.9em;
    font-family: "Bitter", sans-serif;
    color: #fff;
    z-index: 100;
}

div#header h2 {
    position: absolute;
    top: 210px;
    left: 375px;
    font-size: 3.9em;
    font-family: "Bitter", sans-serif;
    color: #fff;
}

div#header h3 {
    position: absolute;
    top: 125px;
    right: 40px;
    font-size: 2.7em;
    font-family: "Bitter", sans-serif;
    color: #fff;
}

/* 2.2 Navigation */
div#header ul.nav {
    position: absolute;
    top: 45px;
    left: 205px;
}

div#header ul.nav li {
    float: left;
    font-size: 1.8em;
    font-family: "Homenaje", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    position: relative;
}

div#header ul.nav a {
    color: #fff;
    text-decoration: none;
    padding: 25px 11px 25px 0;
    display: block;
}

div#header ul.nav a:hover {
    color: #e6d58a;
}

div#header ul.nav a.active {
    color: #e6d58a;
}

div#header ul.nav .arr {
    position: absolute;
    top: 51px;
    width: 160px;
    left: -10px;
    text-align: center;
}

div#header ul.nav ul {
    width: 120px;
    padding: 20px 20px 5px 20px;
    position: absolute;
    z-index: 101;
    top: 63px;
    left: -10px;
    background: #b3b3b3;
    display: none;

    -moz-box-shadow: 5px 5px 3px #4d4d4d;
    -webkit-box-shadow: 5px 5px 3px #4d4d4d;
    box-shadow: 5px 5px 3px #4d4d4d;
}

div#header ul.nav li ul li {
    font-size: 17px;
    text-transform: none;
    float: none;
    margin: 0 0 15px 0;
}

div#header ul.nav li ul a {
    padding: 0;
    color: #35528a;
}

div#header ul.nav li ul a:hover {
    color: #fff;
}

div#header ul.nav ul.opened {
    display: block;
}

ul#top-nav {
    position: absolute;
    top: 18px;
    right: 235px;
    z-index: 99;
}

ul#top-nav li {
    float: left;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #e6d58a;
}

ul#top-nav li span {
    top: -2px;
    position: relative;
}

ul#top-nav a {
    color: #e6d58a;
    text-decoration: none;
    padding: 0 10px 0 10px;
    display: block;
}

ul#top-nav a:hover {
    color: #fff;
}

ul#top-nav2 {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid #000;
    width: 747px;
    text-align: right;
    z-index: 98;
}

ul#top-nav2 li {
    background: #000;
    padding: 15px 0 15px 0;
    float: right;
    font-size: 1.4em;
    text-transform: lowercase;
    color: #e6d58a;
}

ul#top-nav2 li span {
    top: -1px;
    position: relative;
    margin-left: 10px;
    display: inline-block;
}

ul#top-nav2 a {
    color: #e6d58a;
    text-decoration: none;
    display: block;
    padding: 0 0 0 15px;
}

ul#top-nav2 a.last {
    padding: 0 40px 0 10px;    
}

ul#top-nav2 a:hover {
   color: #fff;
}

/* 3. Body/Content/Sidebar */
div#body {
}

div#body.sub {
    background: url("../images/sub-page-back.png") repeat-y top left;
}

/* 3.1 Content */
div#content {
    width: 670px;
    float: left;
    padding: 40px;
}

div#content h1 {
}

div#content h2 {
}

div#content h3 {
}

div#content h4 {
    font-size: 2.1em;
    font-family: "Homenaje", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #9e241a;
    border-bottom: 1px solid #9e241a;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

div#content p {
    font-size: 1.4em;
    line-height: 24px;
    margin-bottom: 20px;
}

div#content ul {
    font-size: 1.4em;
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: 0px;
}

div#content ol {
}

div#content li {
    list-style-type: none;
    background: url("../images/bullet_org.png")  left 9px no-repeat;
    padding-left: 22px;
}

div#content li span {
    color: #4d4d4d;
}

div#content a {
    color: #778756;
    text-decoration: none;
}

div#content a:hover {
    text-decoration: underline;
}


div#content a:active {
    color: #e6b53e;
}

div#content .blue-txt {
    color: #35528a;
    font-size: 20px;
    font-family: "Open Sans Condensed", sans-serif;
}

/* Home Content */
div#home-content-tabs {
    padding: 70px 40px 30px 40px;
    background: #e6d58a;
    position: relative;
}

.arrow-three-pilars {
    position: absolute;
    top: -20px;
    left: -10px;
    background: url("../images/arrow-gold-strip.png") no-repeat top left;
    width: 462px;
    height: 56px;
    display: block;
    color: #4d4d4d;
    font-size: 2.6em;
    font-family: "Homenaje", sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 18px 0 0 50px;
}

div#home-content-tabs .tcol {
    float: left;
    font-size: 2.3em;
    font-family: "Homenaje", sans-serif;
    letter-spacing: 0.03em;
    width: 136px;
}

div#home-content-tabs .tblue a {
    background: #5d75a1;
    display: inline-block;
    width: 106px;
    height: 120px;
    padding: 15px 15px 0 15px;
    color: #fff;
    text-decoration: none;
}

div#home-content-tabs .tgreen a {
    background: #778756;
    display: inline-block;
    width: 106px;
    height: 120px;
    padding: 15px 15px 0 15px;
    color: #fff;
    text-decoration: none;
}

div#home-content-tabs .tyellow a {
    background: #d2a31f;
    display: inline-block;
    width: 106px;
    height: 120px;
    padding: 15px 15px 0 15px;
    color: #fff;
    text-decoration: none;
}

div#home-content-tabs .tgrey a{
    font-size: 2.5em;
    font-family: "Homenaje", sans-serif;
    letter-spacing: 0.03em;
    background: #4d4d4d;
    text-align: center;
    display: block;
    width: 378px;
    height: 45px;
    padding: 15px 15px 0 15px;
    color: #fff;
    text-decoration: none;
}

.arrow-grey {
    position: absolute;
    top: 30px;
    left: -12px;
}

div#home-content-tabs .tbox {
    padding: 30px;
    height: 135px;
    background: #e6e6e6;
    display: none;

    -moz-box-shadow: 5px 5px 3px #808080;
    -webkit-box-shadow: 5px 5px 3px #808080;
    box-shadow: 5px 5px 3px #808080;
}

div#home-content-tabs .tbox-open {
    display: block;
}

div#home-content-tabs .tbox h3 {
    font-size: 2.3em;
    font-family: "Homenaje", sans-serif;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

div#home-content-tabs .tbox p {
    font-size: 1.8em;
    line-height: 20px;
}

div#home-content-tabs .tbox-blue {
    border-right: 7px solid #5d75a1;
}

div#home-content-tabs .tbox-blue h3 {
    color: #5d75a1;
}

div#home-content-tabs .tbox-green {
    border-right: 7px solid #778756;
}

div#home-content-tabs .tbox-green h3 {
    color: #778756;
}

div#home-content-tabs .tbox-yellow {
    border-right: 7px solid #d2a31f;
}

div#home-content-tabs .tbox-yellow h3 {
    color: #d2a31f;
}

div#home-content-tabs .tbox-grey {
    border-right: 7px solid #707070;
}

div#home-content-tabs .tbox-grey h3 {
    color: #707070;
}

div#home-content {
    padding: 40px 40px 20px 40px;
    background: #e6e6e6;
}

.hc-left {
    float: left;
    margin-right: 50px;
    width: 410px;
}

.hc-right {
    float: left;
    width: 410px;
    position: relative;
}

div#home-content h4 {
    font-size: 2.1em;
    font-family: "Homenaje", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #9e241a;
    border-bottom: 1px solid #9e241a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div#home-content p {
    font-size: 1.4em;
    line-height: 24px;
    margin-bottom: 10px;
}

div#home-content .blue-txt {
   color: #35528a;
    font-size: 20px;
    font-family: "Open Sans Condensed", sans-serif; 
}

div#home-content p small {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 6px;
    display: inline-block;
}

div#home-content a {
    text-decoration: none;
    color: #35528a;
}

/* 3.2 Sidebar */
div#sidebar {
    width: 160px;
    float: left;
    padding: 40px 40px 40px 0;
}

div#sidebar h2 {
}

div#sidebar h3 {
}

div#sidebar ul {
}

div#sidebar li {
    font-size: 17px;
    font-family: "Homenaje", sans-serif;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
}

div#sidebar li a {
    color: #35528a;
    text-decoration: none;
    display: inline-block;
    padding: 0 0 0 40px;
}

div#sidebar li a:hover {
    color: #9e241a;
}

div#sidebar li a.nav-selected {
    color: #9e241a;
    background: url("../images/arrow-bullet.png") no-repeat left center;
}

div#sidebar ul li ul {
    padding-left: 8px;
    padding-top: 8px;
    margin-bottom: 1px;
}

div#sidebar ul li ul li {
    padding-left: 7px;
    margin-bottom: 7px;
}


div#sidebar p {
}

div#sidebar a {
}

div#sidebar a:hover {
}

/* 4. Footer/Navigation */
div#footer {
    background: #b3b3b3;
    font-size: 1.2em;
    padding: 20px 40px 20px 40px;
    margin-bottom: 40px;
}

#msg{
    font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2em !important;
    color: red;
    font-weight: 900;
}

/*
 * Forms CSS
 */
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;

    font-size: 1.4em;
    line-height: 24px;
    margin-bottom: 20px;
}

input[type=submit],
input[type=file] {
    background-color: #437ad1;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button[type=submit] {
    background-color: #0aa50a;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Labels column */
.col-label {
    float: left;
    width: 45%;
    margin-top: 6px;
}

/* Inputs column */
.col-field {
    float: left;
    width: 55%;
    margin-top: 6px;
}

.required {
    color: red;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide */
@media screen and (max-width: 600px) {
    .col-label,
    .col-field,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
