/**
 * @license
 * MyFonts Webfont Build ID 3396392, 2017-05-25T09:56:30-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AndradePro by DSType
 * URL: https://www.myfonts.com/fonts/dstype/andrade-pro/regular/
 * 
 * Webfont: AndradeItalicPro by DSType
 * URL: https://www.myfonts.com/fonts/dstype/andrade-pro/italic/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3396392
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright (c) Dino dos santos _DSType, 2006. All rights reserved.
 * 
 * Â© 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/33d328");
@font-face {
    font-family: 'AndradePro';
    src: url('../fonts/AndradePro.eot');
    src: url('../fonts/AndradePro.eot?#iefix') format('embedded-opentype'), url('../fonts/AndradePro.woff2') format('woff2'), url('../fonts/AndradePro.woff') format('woff'), url('../fonts/AndradePro.ttf') format('truetype');
}
/******************** GENERAL ********************/
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    color: #595959;
    background: #f7f5e9 url(../layout/bg-squares.svg) no-repeat right bottom;
}
/* body:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100vh;
    background-color: #ac8630;
} */
strong,
h2 {
    font-weight: 700;
}
a:link,
a:visited {
    color: #ac8630;
    text-decoration: none;
    border-bottom: dotted 1px #ac8630;
}
a:hover,
a:active {
    color: #1e2845;
    text-decoration: none;
    border-bottom: dotted 1px #1e2845;
}
.panel {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 60px 0 rgba(172, 134, 48, 0.2);
    background-color: #ffffff;
    border-radius: 0;
}
.panel .panel-body {
    padding: 0;
}
header {
    font-size: 0;
    background-color: #ffffff;
    border-radius: 0;
}
header .logo {
    border: none;
    margin: 16px;
    width: 60px;
    display: inline-block;
}
header .logo img {
    width: 100%;
    display: block;
}
.page-title {
    background: #ac8630;
    font-size: 22px;
    margin: 0 -20px 25px;
    padding: 10px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'AndradePro', serif;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
}
.ws-page-wrapper {
    height: 100%;
    position: relative;
    z-index: 2;
}
.vertical-center-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.vertical-center-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.vertical-center-centered {
    position: relative;
    display: inline-block;
    width: 50%;
    max-width: 700px;
}
.panel-body {
    text-align: left;
}
.nav-tabs {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
.nav-tabs,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #ac8630;
    color: #ffffff;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #ac8630;
    color: #ffffff;
    border: none;
}
.nav-tabs > li.active {
    display: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 18px;
    border: none;
    border-radius: 0;
    padding: 6px;
    color: #595959;
    background-color: #f7f5e9;
}
.tab-content {
    padding: 0 20px 20px;
}
@media (max-width: 767px) {
    .ws-page-wrapper {
        padding-top: 20px;
    }
    .vertical-center-inner {
        vertical-align: top;
    }
    .vertical-center-centered {
        width: 90%;
    }
}