@import  "https://fonts.googleapis.com/css?family=Lato:400,700,900";
.off-canvas-left-bc{
	margin:0px!important;
}

.back-to-top {
    display: none;
    background: #2b592e;
    background: rgba(43,89,46,0.75);
    padding: 10px 15px;
    text-decoration: none;
    text-transform: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all 0;
    -o-transition: all 0;
    -webkit-transition: all 0;
    transition: all 0;
}

.back-to-top .fa {
    font-size: 1.5em;
    color: #fff;
}

.back-to-top:active,.back-to-top:hover {
    background: #1a411d;
    background: rgba(26,65,29,0.75);
    text-decoration: none;
    -moz-transition: all 0;
    -o-transition: all 0;
    -webkit-transition: all 0;
    transition: all 0;
}

html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent !important;
    box-sizing: border-box;
}

body {
    background: #fff none;
    font-family: "Lato",sans-serif;
    font-size: 1em;
    line-height: 1.5;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

@media (min-width: 992px) {
    body {
        min-width: 970px;
    }
}

@media (min-width: 1200px) {
    body {
        min-width: 1170px;
    }
}

div,li,p,section,td {
    font-family: "Lato",sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
}

p {
    margin-bottom: 15px;
}

li:last-child,p:last-child {
    margin-bottom: 0;
}

li a {
    color: #000;
}

li a:active,li a:hover {
    color: #2b592e;
}

a {
    font-family: "Lato",sans-serif;
    font-size: 1em;
    font-weight: 600;
    outline: 0;
    color: #2b592e;
    -webkit-tap-highlight-color: transparent !important;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:active,a:focus,a:hover {
    text-decoration: none;
    color: #1a411d;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Lato",sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #000;
    line-height: 1.25;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-family: "Lato",sans-serif;
    font-size: 100%;
    font-weight: 700;
    text-transform: none;
    color: #000;
}

h1 a:active,h1 a:focus,h1 a:hover,h2 a:active,h2 a:focus,h2 a:hover,h3 a:active,h3 a:focus,h3 a:hover,h4 a:active,h4 a:focus,h4 a:hover,h5 a:active,h5 a:focus,h5 a:hover,h6 a:active,h6 a:focus,h6 a:hover {
    text-decoration: none;
    color: #2b592e;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em;
}

h5 {
    font-size: .875em;
}

h6 {
    font-size: .75em;
}

*,:after,:before {
    box-sizing: inherit;
}

#fancybox-content,#fancybox-outer,#fancybox-wrap {
    box-sizing: content-box !important;
}

.container {
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

#content {
    background: #f1f1f1;
    min-height: 0;
}

#content .container {
    background: none;
}

@media (min-width: 992px) {
    #content .container {
        padding-right: 0;
        padding-left: 0;
    }
}

#content .container article,#content .container aside {
    margin: 0;
    padding: 0;
}

#content .container article .rule,#content .container aside .rule {
    background: #e1e1e1 none;
    width: 100%;
    height: 1px;
    margin: 40px 0;
}

@media (min-width: 992px) {
    #content .container article {
        padding-right: 20px;
    }
}

#content .container aside {
    min-height: 0;
    font-size: 1em;
}

#content .container aside .rule {
    max-width: 400px;
}

@media (min-width: 992px) {
    #content .container aside {
        padding-left: 20px;
    }
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.clear,.rule2,div[style="clear:both"] {
    height: 0;
    margin: 0;
}

.button {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: #2b592e;
    width: 200px;
    height: 60px;
    padding: 0;
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 2.9;
    border-radius: 30px;
    cursor: pointer;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.button:active,.button:hover {
    background: #1a411d;
    text-decoration: none;
    color: #fff;
    outline: none;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.table th {
    background: #e1e1e1;
    padding: 10px !important;
    border: solid 1px #e1e1e1 !important;
}

.table td {
    background: #fff;
    padding: 10px !important;
    border: solid 1px #e1e1e1 !important;
}

[placeholder]::-webkit-input-placeholder {
    transition: opacity .4s .4s ease;
    opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity .4s .4s ease;
    opacity: 0;
}

header {
    background: #fff none;
    width: 100%;
    height: auto;
    margin: 60px 0 0;
    padding: 40px 0;
}

@media (min-width: 992px) {
    header {
        margin: 0;
        padding: 0;
        border-bottom: solid 1px #e1e1e1;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
}

header .container {
    background: none;
    text-align: center;
}

@media (min-width: 992px) {
    header .container {
        padding-right: 0;
        padding-left: 0;
    }
}

header .header-left {
    float: none;
}

@media (min-width: 992px) {
    header .header-left {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 30%;
        text-align: left;
    }
}

header .header-left .home-logo {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    header .header-left .home-logo {
        width: 300px;
        margin: 25px 0;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
}

@media (min-width: 1200px) {
    header .header-left .home-logo {
        width: 350px;
    }
}

header .header-left .home-logo img {
    width: 100%;
    height: auto;
}

header .header-right {
    float: none;
    min-height: 0;
}

@media (min-width: 992px) {
    header .header-right {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 70%;
        height: 0;
        vertical-align: top;
    }
}

header .header-right a {
    color: #2b592e;
}

header .header-right a:active,header .header-right a:hover {
    background: #2b592e;
    text-decoration: none;
    color: #000;
}

header .header-right .header-social {
    margin-top: 20px;
}

@media (min-width: 992px) {
    header .header-right .header-social {
        width: 40px;
        margin-top: 0;
        position: fixed;
        top: 200px;
        right: 0;
    }
}

header .header-right .header-social a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
    font-size: 1.25em;
    text-align: center;
    color: #fff;
    line-height: 2;
}

@media (min-width: 992px) {
    header .header-right .header-social a {
        opacity: .6;
    }

    header .header-right .header-social a:active,header .header-right .header-social a:hover {
        opacity: 1;
    }
}

header .header-right .header-social a:last-child {
    margin: 0;
}

header .header-right .header-social .facebook {
    background: #00549E;
}

header .header-right .header-social .facebook:active,header .header-right .header-social .facebook:hover {
    background: #00396b;
}

@media (min-width: 992px) {
    header .header-right .header-social .facebook:active,header .header-right .header-social .facebook:hover {
        background: #00549E;
    }
}

header .header-right .header-social .twitter {
    background: #2CAAE1;
}

header .header-right .header-social .twitter:active,header .header-right .header-social .twitter:hover {
    background: #1b8dbf;
}

@media (min-width: 992px) {
    header .header-right .header-social .twitter:active,header .header-right .header-social .twitter:hover {
        background: #2CAAE1;
    }
}

header .header-right .header-social .linkedin {
    background: #007FB1;
}

header .header-right .header-social .linkedin:active,header .header-right .header-social .linkedin:hover {
    background: #005a7e;
}

@media (min-width: 992px) {
    header .header-right .header-social .linkedin:active,header .header-right .header-social .linkedin:hover {
        background: #007FB1;
    }
}

header .header-right .header-social .youtube {
    background: #E42E28;
}

header .header-right .header-social .youtube:active,header .header-right .header-social .youtube:hover {
    background: #c11e18;
}

@media (min-width: 992px) {
    header .header-right .header-social .youtube:active,header .header-right .header-social .youtube:hover {
        background: #E42E28;
    }
}

header .header-right .header-social .fa-youtube {
    display: none;
}

@media (min-width: 992px) {
    header.smaller {
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    header.smaller .header-left .home-logo {
        width: 150px;
        margin: 15px 0;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
}

nav#main #homeButton {
    display: none;
}

.navbar-fixed-top {
    border-width: 0;
}

@media (min-width: 992px) {
    .navbar-fixed-top {
        position: relative;
    }
}

@media (min-width: 992px) {
    nav#main .container ul li a+a {
        display: none;
    }
}

nav#main {
    background: #363636;
    height: 60px;
}

@media (min-width: 992px) {
    nav#main {
        background: none;
        width: 100%;
        margin: 0 auto;
    }
}

nav#main .container {
    background: none;
    height: 0;
    padding: 0;
    text-align: left;
}

@media (min-width: 992px) {
    nav#main .container {
        float: right;
        width: 748px;
        padding: 0;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    nav#main .container {
        width: 948px;
    }
}

nav#main .container ul li {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

@media (min-width: 992px) {
    nav#main .container ul li {
        margin: 0 0 0 30px;
    }
}

nav#main .container ul li a {
    display: block;
    background: none;
    font-family: "Lato",sans-serif;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}

@media (min-width: 992px) {
    nav#main .container ul li a {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding: 0 0 20px;
        font-size: 1.125em;
        font-weight: 400;
        color: #000;
        line-height: 1;
    }
}

nav#main .container ul li a i {
    font-size: 1.125em;
}

nav#main .container ul li a.selected {
    background: #2b592e;
    color: #fff;
}

@media (min-width: 992px) {
    nav#main .container ul li a.selected {
        background: none;
        font-weight: 600;
        color: #2b592e;
    }
}

nav#main .container ul li .dropdown-toggle {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

nav#main .container ul li .dropdown-toggle .fa {
    font-size: 1.75em;
}

nav#main .container ul li .dropdown-toggle.selected,nav#main .container ul li .dropdown-toggle:active {
    background: none;
}

nav#main .container ul li.open .dropdown-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

nav#main .container ul li.first {
    padding-top: 0;
}

@media (min-width: 992px) {
    nav#main .container ul li.first {
        margin-left: 0;
    }
}

nav#main .container ul li.last {
    padding-bottom: 0;
}

nav#main .container ul li:hover a,nav#main .container ul li:hover a:active,nav#main .container ul li:hover a:focus {
    background: #1a411d;
    color: #fff;
}

@media (min-width: 992px) {
    nav#main .container ul li:hover a,nav#main .container ul li:hover a:active,nav#main .container ul li:hover a:focus {
        background: none;
        color: #2b592e;
    }
}

nav#main .container ul li:hover .dropdown-toggle,nav#main .container ul li:hover .dropdown-toggle:active,nav#main .container ul li:hover .dropdown-toggle:focus,nav#main .container ul li:hover .dropdown-toggle:hover {
    background: none;
}

nav#main .container ul .dropdown.open .dropdown-text {
    -moz-transition: all 0;
    -o-transition: all 0;
    -webkit-transition: all 0;
    transition: all 0;
}

@media (min-width: 992px) {
    nav#main .container ul .dropdown.open .dropdown-text {
        border-bottom: none;
    }
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    top: 0;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

@media (min-width: 992px) {
    .navbar {
        height: 0 !important;
        position: relative !important;
        top: 50px !important;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
}

@media (min-width: 992px) {
    .navbar.smaller {
        top: 20px !important;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
}

.navbar.nav-up {
    top: -60px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-header {
    height: 60px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (min-width: 992px) {
    .navbar-header {
        width: 0;
        height: 0;
    }
}

.navbar-toggle {
    float: left;
    background: #363636 !important;
    width: auto;
    height: 60px;
    margin: 0;
    padding: 20px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-toggle:active,.navbar-toggle:hover {
    background: #434343 !important;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.navbar-toggle .text {
    float: right;
    margin: 0 0 0 35px;
    font-family: "Lato",sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    line-height: 1;
}

.navbar-toggle .icon-bar {
    background: #fff !important;
    width: 25px;
    height: 3px;
    margin: 0 !important;
    opacity: 1;
    position: absolute;
    left: 20px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-toggle .icon-bar.top {
    top: 20px;
}

.navbar-toggle .icon-bar.center {
    top: 27px;
}

.navbar-toggle .icon-bar.bottom {
    top: 34px;
}

.nav-expanded .navbar-toggle {
    background: #434343 !important;
}

.nav-expanded .navbar-toggle .top {
    top: 19px;
    left: 25px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-expanded .navbar-toggle .center {
    width: 0;
    opacity: 0;
}

.nav-expanded .navbar-toggle .bottom {
    top: 37px;
    left: 25px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-expanded {
    overflow: hidden !important;
}

@media (min-width: 992px) {
    .nav-expanded {
        overflow: auto !important;
    }
}

.off-canvas {
    background: #434343;
    width: 100%;
    height: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 0 60px;
    border: none;
    overflow: auto;
    position: fixed;
    top: 60px;
    left: -100%;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media (min-width: 768px) {
    .off-canvas {
        width: 400px;
    }
}

@media (min-width: 992px) {
    .off-canvas {
        background: none;
        width: auto;
        height: auto;
        padding: 0;
        overflow: visible;
        position: static;
        -moz-transition-duration: 0;
        -o-transition-duration: 0;
        -webkit-transition-duration: 0;
        transition-duration: 0;
    }
}

.off-canvas .navbar-nav {
    background: none;
    height: auto;
    margin: 0;
}

@media (min-width: 992px) {
    .off-canvas .navbar-nav {
        float: none;
        overflow-x: visible;
    }
}

.off-canvas .navbar-nav li {
    display: block;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .off-canvas .navbar-nav li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        float: none;
    }
}

.off-canvas .navbar-nav li a {
    height: 80px;
    padding: 30px 20px;
    text-decoration: none;
}

.off-canvas .navbar-nav li a:active,.off-canvas .navbar-nav li a:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .off-canvas .navbar-nav li a {
        height: auto;
    }
}

.off-canvas .navbar-nav li .dropdown-toggle {
    width: auto;
    height: auto;
    padding: 24px;
}

@media (min-width: 992px) {
    .off-canvas .navbar-nav .open .dropdown-menu {
        display: none;
    }
}

.nav-expanded .off-canvas {
    left: 0;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

nav#main .container li .dropdown-menu {
    background: #505050;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 0 transparent inset;
    -webkit-box-shadow: 0 0 0 transparent inset;
    box-shadow: 0 0 0 transparent inset;
}

@media (min-width: 992px) {
    nav#main .container li .dropdown-menu {
        background: #000;
        background: rgba(0,0,0,0.95);
        width: 250px;
        text-align: left;
        border: none;
        top: 35px;
    }
}

nav#main .container li .dropdown-menu li {
    font-size: 1em;
}

@media (min-width: 992px) {
    nav#main .container li .dropdown-menu li {
        display: block;
        margin: 0;
        padding: 0;
    }
}

nav#main .container li .dropdown-menu li a {
    height: auto;
    padding: 20px 15px 20px 30px !important;
    text-transform: none;
}

@media (min-width: 992px) {
    nav#main .container li .dropdown-menu li a {
        display: block;
        height: auto;
        padding: 15px 20px !important;
    }
}

nav#main .container li:hover .dropdown-menu {
    background: #505050;
    left: 0;
}

@media (min-width: 992px) {
    nav#main .container li:hover .dropdown-menu {
        display: block;
        background: #000;
        background: rgba(0,0,0,0.95);
    }
}

nav#main .container li:hover .dropdown-menu li {
    padding: 0;
}

nav#main .container li:hover .dropdown-menu li a {
    background: none;
    color: #fff;
}

nav#main .container li:hover .dropdown-menu li a:active,nav#main .container li:hover .dropdown-menu li a:hover {
    background: #1a411d;
    color: #fff;
}

nav#main .container li:hover .dropdown-menu li a.selected {
    background: #2b592e;
    color: #fff;
}

nav#main .container ul li a.selected+.dropdown-toggle {
    color: #fff;
}

.dropdown-menu>li>a {
    white-space: normal;
}

.navbar-default {
    border-color: transparent;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a {
    filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=" ffF1C40F ",endColorstr=" ffF1C40F ",GradientType=0)";
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=" ffF1C40F ",endColorstr=" ffF1C40F ",GradientType=0)";
}

#hero {
    background: none;
    height: 100%;
}

#hero .container {
    width: 100%;
    padding: 0;
}

#hero .hero {
    width: 100%;
    height: 350px;
}

@media (min-width: 768px) {
    #hero .hero {
        height: 600px;
    }
}

@media (min-width: 1200px) {
    #hero .hero {
        height: 950px;
    }
}

#hero aside {
    display: none;
}

#hero .wrapper {
    background: none;
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media (min-width: 992px) {
    #hero .wrapper {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    #hero .wrapper {
        max-width: 1000px;
    }
}

#hero .wrapper h2 {
    background: none;
    margin: 0 0 15px;
    padding: 0;
    font-size: 1.75em;
    color: #fff;
}

@media (min-width: 768px) {
    #hero .wrapper h2 {
        font-size: 2.5em;
    }
}

@media (min-width: 1200px) {
    #hero .wrapper h2 {
        font-size: 5em;
    }
}

#hero .wrapper p {
    margin: 0 0 15px;
    color: #e1e1e1;
}

@media (min-width: 768px) {
    #hero .wrapper p {
        font-size: 1.25em;
    }
}

@media (min-width: 1200px) {
    #hero .wrapper p {
        font-size: 1.5em;
    }
}

#hero .wrapper p a:active,#hero .wrapper p a:focus,#hero .wrapper p a:hover {
    color: #fff;
}

#hero .wrapper p+p {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
}

#hero .wrapper a+a {
    display: none;
}

#hero .backArrow {
    display: none;
}

@media (min-width: 768px) {
    #hero .backArrow {
        display: block;
        background: none;
        width: auto;
        height: auto;
        margin-left: -40px;
        font-size: 2.5em;
        color: #fff;
        line-height: 0;
        top: auto;
        bottom: 100px;
        left: 50%;
        z-index: 1;
        opacity: .5;
    }
}

#hero .backArrow:active,#hero .backArrow:hover {
    opacity: 1;
}

#hero .forwardArrow {
    display: none;
}

@media (min-width: 768px) {
    #hero .forwardArrow {
        display: block;
        background: none;
        width: auto;
        height: auto;
        margin-right: -40px;
        font-size: 2.5em;
        color: #fff;
        line-height: 0;
        top: auto;
        right: 50%;
        bottom: 100px;
        left: auto;
        z-index: 1;
        opacity: .5;
    }
}

#hero .forwardArrow:active,#hero .forwardArrow:hover {
    opacity: 1;
}

#hero #hero1 img {
    background: url(https://peakwebsites.s3.amazonaws.com/Exclusive/348404-Mise/images/hero01.jpg) no-repeat 50% 25% !important;
}

#hero #hero2 img {
    background: url(https://peakwebsites.s3.amazonaws.com/Exclusive/348404-Mise/images/hero02.jpg) no-repeat 50% 25% !important;
}

#hero #hero3 img {
    background: url(https://peakwebsites.s3.amazonaws.com/Exclusive/348404-Mise/images/hero03.jpg) no-repeat 50% 25% !important;
}

#hero #hero1 img,#hero #hero2 img,#hero #hero3 img,#hero #hero4 img {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

/*#hero2 #hero2_wrapper p:first-of-type{
	display:none;
}*/

@media (min-width: 1200px) {
    #hero #hero1 img,#hero #hero2 img,#hero #hero3 img,#hero #hero4 img {
        background-attachment: fixed !important;
    }
}

.homepage #additional,.homepage #agentPhoto {
    display: none;
}

.section_boxes .section {
    margin: 0;
}

.welcome {
    background: #f1f1f1;
    padding: 40px 0;
    text-align: center;
}

@media (min-width: 992px) {
    .welcome {
        padding: 80px 0 60px;
    }
}

@media (min-width: 992px) {
    .welcome .container {
        padding: 0 80px;
    }
}

@media (min-width: 1200px) {
    .welcome .container {
        padding: 0 100px;
    }
}

.welcome .container h2 {
    margin: 0 0 30px;
}

@media (min-width: 992px) {
    .welcome .container h2 {
        font-size: 2em;
    }
}

.welcome .container a {
    margin: 15px 0 0;
}

.boxes {
    background: #111;
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

@media (min-width: 992px) {
    .boxes {
        padding: 0;
        position: relative;
    }

    .boxes::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 1920px 0 0;
        border-color: #f1f1f1 transparent transparent;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .boxes::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 0 0 1920px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
}

@media (min-width: 992px) {
    .boxes .container {
        padding-right: 0;
        padding-left: 0;
    }
}

.boxes .container .box {
    max-width: 480px;
    margin: 0 auto 40px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .boxes .container .box {
        max-width: none;
        position: relative;
        cursor: pointer;
    }
}

.boxes .container .box:last-child {
    margin-bottom: 0;
}

.boxes .container .box img {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .boxes .container .box img {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .boxes .container .box .small {
        display: none;
    }
}

.boxes .container .box .big {
    display: none;
}

@media (min-width: 992px) {
    .boxes .container .box .big {
        display: block;
    }
}

.boxes .container .box p {
    color: #fff;
	font-size: 24px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .boxes .container .box p {
        padding: 0 40px;
        font-size: 1.5em;
    }
}

@media (min-width: 992px) {
    .boxes .container .box .text {
        position: absolute;
        top: 50%;
        z-index: 2;
    }
}

@media (min-width: 992px) {
    .boxes .container .box .black {
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
}

@media (min-width: 992px) {
    .boxes .container .one {
        float: left;
        width: 539px;
        margin: 0;
    }

    .boxes .container .one .text {
        opacity: 0;
        -moz-transform: translate(-100%,-50%);
        -ms-transform: translate(-100%,-50%);
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%);
        -moz-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out;
    }

    .boxes .container .one .black {
        left: -100%;
    }
}

@media (min-width: 1200px) {
    .boxes .container .one {
        width: 650px;
    }
}

@media (min-width: 992px) {
    .boxes .container .three,.boxes .container .two {
        width: 431px;
        margin: 0 0 0 539px;
    }

    .boxes .container .three .text,.boxes .container .two .text {
        opacity: 0;
        -moz-transform: translate(100%,-50%);
        -ms-transform: translate(100%,-50%);
        -webkit-transform: translate(100%,-50%);
        transform: translate(100%,-50%);
        -moz-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out;
    }

    .boxes .container .three .black,.boxes .container .two .black {
        right: -100%;
    }
}

@media (min-width: 1200px) {
    .boxes .container .three,.boxes .container .two {
        width: 520px;
    }
}

@media (min-width: 992px) {
    .boxes .container .one:hover .text {
        opacity: 1;
        -moz-transform: translate(100%,-50%);
        -ms-transform: translate(100%,-50%);
        -webkit-transform: translate(100%,-50%);
        transform: translate(100%,-50%);
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
	 .boxes .container .three:hover .text {
        opacity: 1;
        -moz-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        -webkit-transform: translate(50%,-50%);
        transform: translate(50%,-50%);
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
	 .boxes .container .two:hover .text {
        opacity: 1;
        -moz-transform: translate(60%,-50%);
        -ms-transform: translate(60%,-50%);
        -webkit-transform: translate(60%,-50%);
        transform: translate(60%,-50%);
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
}

@media (min-width: 992px) {
    .boxes .container .one:hover .black {
        left: 0;
        -moz-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        -webkit-transition: all .15s ease-out;
        transition: all .15s ease-out;
    }
}

@media (min-width: 992px) {
    .boxes .container .three:hover .black,.boxes .container .two:hover .black {
        right: 0;
        -moz-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        -webkit-transition: all .15s ease-out;
        transition: all .15s ease-out;
    }
}

.homepage #content {
    background: #fff;
}

.homepage #content .container {
    width: 100%;
    padding: 40px 0 0;
}

@media (min-width: 992px) {
    .homepage #content .container {
        padding: 0;
    }
}

.homepage #content article {
    min-height: 0;
}

@media (min-width: 992px) {
    .homepage #content article {
        width: 100%;
        padding: 0;
    }
}

.homepage #content article .rule {
    display: none;
}

.homepage #content #suggested {
    margin: 0 0 40px;
    padding: 0 20px;
    text-align: center;
}

@media (min-width: 992px) {
    .homepage #content #suggested {
        width: 970px;
        margin: 0 auto;
        padding: 60px 0 80px;
    }

    .homepage #content #suggested h2 {
        font-size: 2em;
    }
}

@media (min-width: 1200px) {
    .homepage #content #suggested {
        width: 1170px;
    }
}

.homepage #content #suggested .content {
    max-width: 480px;
    margin: 0 auto 40px;
}

@media (min-width: 768px) {
    .homepage #content #suggested .content {
        margin: 0 0 0 5%;
    }
}

@media (min-width: 992px) {
    .homepage #content #suggested .content {
        width: 32%;
        margin: 0 0 0 2%;
    }
}

.homepage #content #suggested .content:last-child {
    margin-bottom: 0;
}

.homepage #content #suggested .content a img {
    max-width: none !important;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .homepage #content #suggested .left {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .homepage #content aside {
        width: 100%;
        padding: 0;
    }
}

.homepage #content aside section {
    max-width: 100%;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    border: none;
}

@media (min-width: 992px) {
    .homepage #content aside section {
        padding: 80px 0;
    }
}

.homepage #content aside section .widget-wrapper {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .homepage #content aside section .widget-wrapper {
        max-width: 600px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .homepage #content aside section .widget-wrapper {
        max-width: 810px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .homepage #content aside section .widget-wrapper {
        max-width: 1000px;
    }
}

.homepage #content aside section .wrapper {
    width: 100%;
}

.homepage #content aside section .wrapper h2 {
    margin: 0 0 30px;
    font-size: 1.75em;
}

@media (min-width: 992px) {
    .homepage #content aside section .wrapper h2 {
        font-size: 2em;
    }
}

@media (min-width: 992px) {
    .homepage .form #Name,.homepage .newsletterSignUp #Name {
        float: left;
        width: 49%;
    }

    .homepage .form #Email,.homepage .newsletterSignUp #Email {
        float: right;
        width: 49%;
    }
}

.homepage .dl-app .app .buttons {
    float: none;
}

.homepage .dl-app .app .buttons a+a {
    margin: 0;
}

@media (min-width: 992px) {
    .homepage .dl-app {
        background: url(https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-1b/images/homepage-app.jpg) no-repeat center center !important;
        height: 500px;
    }

    .homepage .dl-app .app {
        width: 500px;
        margin: 40px 0 0;
    }
}

.homepage .events .event-box h3 {
    font-size: 1.5em;
}

@media (min-width: 992px) {
    .homepage .events {
        overflow: hidden;
    }

    .homepage .events .event-box {
        float: left;
        width: 30%;
        margin: 0 5% 0 0;
    }

    .homepage .events .last {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .homepage .blog-posts {
        background: url(https://fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-1b/images/homepage-blog.jpg) no-repeat center center !important;
        height: 500px;
    }

    .homepage .blog-posts .wrapper {
        width: 500px !important;
        margin: 50px 0 0;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .homepage .blog-posts .wrapper {
        float: right;
    }
}

.homepage #content aside section:nth-child(odd) {
    background: #f1f1f1;
}

.subpage #content .container {
    padding: 40px 20px;
}

@media (min-width: 992px) {
    .subpage #content .container {
        padding: 80px 0;
    }
}

.subpage #content .container article {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .subpage #content .container article {
        margin-bottom: 0;
    }
}

.subpage #content .container article h1 {
    margin: 0 0 30px;
}

#agentContent img {
    float: none;
    margin: 0;
}

@media (min-width: 600px) {
    #agentContent img {
        float: right;
        margin: 0 0 30px 30px;
    }
}

.page-team #content article h1+a img {
    width: 100%;
    max-width: 500px !important;
    height: auto;
    margin: 0 0 20px;
}

.page-team #teamContent .principal {
    font-size: 1em;
}

.page-team #teamContent .principal .info {
    float: left;
    width: 100%;
}

.page-team #teamContent .principal .info a img {
    margin-right: 100%;
    margin-bottom: 20px;
}

@media (min-width: 480px) {
    .page-team #teamContent .principal .info a img {
        margin-right: 20px;
    }
}

.page-team #teamContent .principal .info a img:hover {
    opacity: .9;
}

.page-team #teamContent .principal .info h4 {
    margin-top: 0;
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .principal .info h4 {
        margin-left: 220px;
    }
}

.page-team #teamContent .principal .info p {
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .principal .info p {
        margin-left: 220px;
    }
}

@media (min-width: 700px) {
    .page-team #teamContent .principal .info {
        float: none;
    }
}

.page-team #teamContent .principal .team-description {
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .principal .team-description {
        margin-left: 220px;
    }
}

.page-team #teamContent .agent {
    font-size: 1em;
}

.page-team #teamContent .agent .info {
    float: left;
    width: 100%;
}

@media (min-width: 700px) {
    .page-team #teamContent .agent .info {
        width: 300px;
    }
}

.page-team #teamContent .agent .info a img {
    margin-right: 100%;
    margin-bottom: 20px;
}

@media (min-width: 400px) {
    .page-team #teamContent .agent .info a img {
        margin-right: 20px;
    }
}

.page-team #teamContent .agent .info a img:hover {
    opacity: .9;
}

.page-team #teamContent .agent .info h4 {
    margin-top: 0;
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .agent .info h4 {
        margin-left: 160px;
    }
}

.page-team #teamContent .agent .info p {
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .agent .info p {
        margin-left: 160px;
    }
}

.page-team #teamContent .agent .team-description {
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .agent .team-description {
        margin-left: 320px;
    }
}

#EventRegistrationSignupForm button,#eventContent button.submit,#eventsContent button.submit {
    background: #2b592e;
    width: 180px;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 1;
    border-radius: 30px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#EventRegistrationSignupForm button:active,#EventRegistrationSignupForm button:hover,#eventContent button.submit:active,#eventContent button.submit:hover,#eventsContent button.submit:active,#eventsContent button.submit:hover {
    background: #1a411d;
    text-decoration: none;
    color: #fff;
    outline: none;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

#EventRegistrationSignupForm button:focus,#eventContent button.submit:focus,#eventsContent button.submit:focus {
    outline: none;
}

#EventRegistrationSignupForm input {
    width: 100%;
    height: 40px;
    margin: 0 0 10px;
    padding: 0 10px;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#EventRegistrationSignupForm textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#EventRegistrationSignupForm #KeepMePosted {
    width: auto;
    height: auto;
    margin: 5px 0 0;
}

#EventRegistrationSignupForm label[for="KeepMePosted"] {
    font-size: .875em;
    font-weight: 400;
}

#EventRegistrationSignupForm button {
    margin: 15px 0;
}

#eventContent {
    margin-top: 0;
}

#eventContent .info {
    margin: 0;
    font-size: 1em;
}

#eventContent .info img {
    width: 100%;
    max-width: 500px;
}

#eventContent .regBtn {
    margin: 15px 0 0 !important;
}

#eventContent .addthis_toolbox {
    padding-top: 0 !important;
}

#eventContent h4 {
    font-size: 1.5em;
}

#eventContent hr {
    margin: 30px 0;
    border-color: #e1e1e1;
}

#eventContent .organizer {
    margin: 0 0 20px;
}

#eventContent .organizer h3 {
    margin-top: 0 !important;
}

#eventContent .organizer a {
    margin: 0;
}

#eventContent .presenter h3 {
    margin-top: 0 !important;
}

#eventContent .description p {
    margin-bottom: 15px;
}

#eventContent .description p:last-child {
    margin-bottom: 0;
}

#eventContent .register {
    float: left;
}

#eventsContent .event {
    overflow: hidden;
}

#eventsContent .event .description,#eventsContent .event .info {
    padding: 0;
}

#eventsContent .event .info {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    #eventsContent .event .info {
        float: left;
        width: 30%;
        margin: 0;
        padding: 0 30px 0 0;
    }
}

#eventsContent .event h3 {
    margin-top: 0 !important;
}

#eventsContent .event img {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    #eventsContent .event .description {
        float: right;
        width: 70%;
    }
}

#eventsContent .event .description p:first-of-type {
    margin: 0 0 30px;
}

.page-tools-glossary #glossaryContent p:first-of-type a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 1.25em;
    font-family: "Lato",sans-serif;
    text-decoration: none;
}

.page-tools-glossary #glossaryContent p:first-of-type a:active,.page-tools-glossary #glossaryContent p:first-of-type a:hover {
    text-decoration: underline;
}

.page-tools-glossary #glossaryContent h3 {
    font-size: 1.25em;
    font-weight: 700;
}

.page-tools-glossary #glossaryContent h3 a {
    font-family: "Lato",sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #000;
    cursor: default;
}

.page-contact .map-canvas {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}

@media (min-width: 992px) {
    .page-contact .map-canvas {
        height: 500px;
    }
}

.page-contact .map-canvas a {
    text-decoration: none !important;
}

.page-contact .contact td {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.page-contact .socialMedia {
    display: none;
}

.page-contact #content article .rule2 {
    background: #e1e1e1;
    height: 1px;
    margin: 40px 0;
}

.slideText p {
    color: #fff;
}

.post {
    overflow: hidden;
}

.post .post-container,.post .post-image {
    min-height: 0;
    padding: 0;
}

.post .post-image {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .post .post-image {
        width: 25%;
        margin: 0;
    }
}

.post .post-container {
    float: left;
}

@media (min-width: 768px) {
    .post .post-container {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .post h2 {
        margin-top: 0 !important;
    }
}

.post .blogimage {
    margin: 0;
}

.post .authorimage {
    width: 50px;
    margin: 0 10px 15px 0;
}

.post .author {
    margin-top: 15px;
}

.post .date {
    font-size: .875em;
}

.post .post-summary {
    clear: both;
    margin: 0 0 30px;
    line-height: 1.5;
}

.post .readmore {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: #2b592e;
    width: 200px;
    height: 60px;
    padding: 0;
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 2.9;
    border-radius: 30px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.post .readmore:active,.post .readmore:hover {
    background: #1a411d;
    text-decoration: none;
    color: #fff;
    outline: none;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.blogPost .blogimage {
    width: 100%;
    max-width: 500px;
    margin: 0;
}

.blogPost hr {
    margin: 30px 0;
    border-color: #e1e1e1;
}

.blogPost .postheader {
    margin-bottom: 15px;
}

.blogPost .authorimage {
    width: 50px;
    margin: 0 10px 0 0;
}

.blogPost .author {
    margin-top: 15px;
}

.blogPost .dateTime .addthis_toolbox {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.blogPost .genre {
    margin: 0 0 10px;
}

#learningContent .matter {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}

#learningContent .matter:last-child {
    margin-bottom: 0;
}

#matterContent {
    margin-bottom: 0;
}

#matterContent .featured {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    #matterContent .featured {
        margin: 0;
    }
}

#matterContent .featured a img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 229px;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    #matterContent .featured a img {
        margin: 0 20px 40px 0;
    }
}

#matterContent .featured h2 {
    clear: left;
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    #matterContent .featured h2 {
        clear: none;
    }
}

#matterContent .featured .featuredFlag {
    text-decoration: none;
}

#matterContent .featured .featuredFlag .flagBody {
    background: #2b592e;
    font-family: "Lato",sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#matterContent .featured .featuredFlag .flagBody:active,#matterContent .featured .featuredFlag .flagBody:hover {
    background: #1a411d;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

#suggested {
    overflow: hidden;
}

#suggested h2 {
    margin: 0 0 30px;
    font-size: 1.75em;
}

#suggested .content {
    float: none;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    #suggested .content {
        float: left;
        width: 30%;
        margin-bottom: 0;
        margin-left: 5%;
    }
}

#suggested .content:last-child {
    margin-bottom: 0;
}

#suggested .content a img {
    width: 100%;
    max-width: 330px;
    height: auto;
    margin: 0;
}

#suggested .content h3 {
    margin-top: 20px !important;
}

#suggested .content p {
    margin-bottom: 0;
    font-size: 1em;
}

@media (min-width: 768px) {
    #suggested .left {
        margin-left: 0;
    }
}

#additional {
    background: #fff;
    padding: 20px;
    font-size: 1em;
    border: solid 1px #e1e1e1;
}

#additional .wrapper {
    padding: 0;
    overflow: hidden;
}

#additional .wrapper nav {
    margin-bottom: 30px;
}

#additional .wrapper nav ul {
    margin: 0;
}

#additional .wrapper nav ul li {
    display: block;
    padding: 0;
    text-transform: uppercase;
    border: none;
}

@media (min-width: 768px) {
    #additional .wrapper nav ul li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        text-align: center;
    }
}

#additional .wrapper nav ul li a {
    display: block;
    background: #2b592e;
    margin: 0 0 5px;
    padding: 10px 20px;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

@media (min-width: 992px) {
    #additional .wrapper nav ul li a {
        padding: 10px 15px;
    }
}

@media (min-width: 1200px) {
    #additional .wrapper nav ul li a {
        padding: 10px 20px;
    }
}

#additional .wrapper nav ul li a.selected,#additional .wrapper nav ul li a:active,#additional .wrapper nav ul li a:hover {
    background: #1a411d;
    text-decoration: none;
    color: #fff;
}

@media (min-width: 768px) {
    #additional .wrapper nav ul li a {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
    }
}

@media (min-width: 992px) {
    #additional .wrapper nav ul li a {
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    #additional .wrapper nav ul li a {
        font-size: 1.125em;
    }
}

#additional .wrapper .matterContent .content {
    width: 100%;
    margin: 0 0 20px;
}

#additional .wrapper .matterContent .content h4 {
    margin: 0 0 5px;
}

#additional .wrapper .matterContent .content h4 a {
    color: #000;
}

#additional .wrapper .matterContent .content h4 a:active,#additional .wrapper .matterContent .content h4 a:hover {
    text-decoration: none;
    color: #2b592e;
}

#additional .wrapper .matterContent .content p {
    color: #666;
}

#additional .wrapper .matterContent .viewAll {
    float: left;
    width: 100%;
    margin: 5px 0 0;
}

#additional .wrapper .matterContent .viewAll a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: #2b592e;
    margin: 0;
    padding: 10px 20px;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

#additional .wrapper .matterContent .viewAll a:active,#additional .wrapper .matterContent .viewAll a:hover {
    background: #1a411d;
    text-decoration: none;
    color: #fff;
}

#additional .wrapper .matterContent .viewAll a+a {
    display: none;
}

#allTypeContent .matter {
    width: 100%;
    margin: 0 0 30px;
}

#allTypeContent .matter h2 {
    margin: 0 0 15px;
}

#allTypeContent .matter ul {
    margin-bottom: 0;
}

#articleContent img {
    float: none;
    height: auto;
    max-width: 100%;
}

#articleContent .fastFact,#articleContent .tip {
    display: none;
}

@media (min-width: 600px) {
    #articleContent .fastFact,#articleContent .tip {
        display: block;
    }
}

@media (min-width: 600px) {
    #articleContent .right {
        float: right;
    }
}

.focusBox {
    width: auto;
    margin: 0;
}

#allVideoContent .videoContent {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    #allVideoContent .videoContent {
        width: 30%;
        margin-left: 5%;
    }
}

#allVideoContent .videoContent a img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0;
}

#allVideoContent .videoContent h3 {
    margin-top: 10px !important;
}

#allVideoContent .videoContent p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #allVideoContent .left {
        margin-left: 0;
    }
}

#articleContent strong {
    color: #000;
}

.presentation-responsive {
    display: block;
}

@media (min-width: 992px) {
    .presentation-responsive {
        display: none;
    }
}

#presentationShell {
    display: none;
}

@media (min-width: 992px) {
    #presentationShell {
        display: block;
    }
}

#videoContent iframe {
    width: 100%;
}

.addthis_toolbox {
    height: auto;
    overflow: hidden;
}

a.at300b .at4-icon {
    margin-top: 3px;
}

a.at300m .at4-icon {
    margin: 3px 8px 0 0;
}

#content aside section {
    background: #fff;
    width: 100%;
    max-width: 400px;
    margin: 0 0 40px;
    padding: 20px;
    border: solid 1px #e1e1e1;
}

#content aside section .wrapper {
    padding: 0;
}

#content aside section .wrapper h2 {
    margin: 0 0 20px;
    font-size: 1.5em;
}

#content aside section .wrapper h2 a {
    color: inherit;
    cursor: default;
}

#content aside section:last-child {
    margin-bottom: 0;
}

#content aside .rule {
    display: none;
}

.form input,.newsletterSignUp input {
    width: 100%;
    height: 60px;
    padding: 20px;
    border: solid 1px #e1e1e1;
    border-radius: 0;
    outline: none;
}

.form input:focus,.newsletterSignUp input:focus {
    outline: none;
}

.form textarea,.newsletterSignUp textarea {
    width: 100%;
    height: 100px;
    padding: 20px;
    border: solid 1px #e1e1e1;
    border-radius: 0;
    outline: none;
}

.form textarea:focus,.newsletterSignUp textarea:focus {
    outline: none;
}

.form .submit,.newsletterSignUp .submit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: #2b592e;
    width: 180px;
    height: 60px;
    margin: 0;
    padding: 0 40px;
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 2.9;
    border-radius: 30px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.form .submit:active,.form .submit:hover,.newsletterSignUp .submit:active,.newsletterSignUp .submit:hover {
    background: #1a411d;
    text-decoration: none;
    color: #fff;
    outline: none;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.form .formSuccess,.newsletterSignUp .formSuccess {
    margin: 0 0 0 20px;
    font-size: 1.125em;
    font-weight: 700;
    color: #2b592e;
}

.form .field-validation-error,.newsletterSignUp .field-validation-error {
    position: absolute;
}

.form #Email,.form #Name {
    margin: 0 0 20px;
}

.form #Message {
    margin: 0 0 23px;
}

.newsletterSignUp #Name {
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .newsletterSignUp #Name {
        margin: 0 0 30px;
    }
}

.newsletterSignUp #Email {
    margin: 0 0 30px;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
    opacity: 1;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #666;
}

.market {
    font-size: 1em;
}

.market .firstIndexName {
    font-size: 1.25em;
}

@media (min-width: 992px) {
    .market .marketGraph {
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .market .marketGraph {
        margin-left: 0;
    }
}

.app {
    overflow: hidden;
}

.app p {
    margin: 0 0 20px;
}

@media (min-width: 1200px) {
    .app p {
        padding: 0 20px 0 0;
        line-height: 1.875em;
    }
}

.app .buttons {
    float: left;
}

.app .buttons a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 10px 0 0;
}

.app .buttons a img {
    width: 130px;
    height: auto;
}

@media (min-width: 992px) {
    .app .buttons a img {
        width: 150px;
    }
}

.subpage .app p {
    padding: 0;
    line-height: 1.5;
}

.subpage .app img {
    width: 110px !important;
}

@media (min-width: 1200px) {
    .subpage .app img {
        width: 130px !important;
    }
}

.blog-posts .date {
    margin: 0 0 5px;
}

.events .event-box {
    margin: 0 0 30px;
    overflow: hidden;
}

.events .event-box h3 {
    margin: 0 0 10px !important;
    font-size: 1.25em;
}

.events .event-box p:last-child {
    margin-bottom: 0;
}

.events .last {
    margin: 0;
}

.team-members .team-member a img {
    margin: 0 30px 20px 0;
}

.contact table {
    margin-bottom: 15px;
}

.contact .socialMedia {
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

.contact .socialMedia a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 10px 0 0;
    font-size: 1.25em;
}

.contact .socialMedia a:last-child {
    margin-right: 0;
}

.contact .socialMedia img {
    display: none;
}

.experience p a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 10px 0 0;
}

footer {
    background: #000 none;
    min-height: 0;
    padding: 40px 0;
    font-size: 1em;
}

.globalDisclosure{
	display:none;
}

@media (min-width: 992px) {
    footer {
        padding: 80px 0;
    }
}

footer a,footer li,footer p,footer td {
    font-family: "Lato",sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    color: #c1c1c1;
}

footer a:active,footer a:hover {
    text-decoration: none;
    color: #fff;
}

footer .container {
    background: none;
    padding: 0 20px;
    text-align: center;
}

@media (min-width: 992px) {
    footer .container {
        padding: 0;
        text-align: left;
    }
}

footer .note {
    float: none;
    width: 100%;
    margin: 0 0 40px;
}

@media (min-width: 992px) {
    footer .note {
        float: left;
        width: 70%;
        margin: 0;
    }
}

footer aside {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    footer aside {
        float: right;
        width: 30%;
        margin: 0;
    }
}

footer aside .wrapper {
    padding: 0;
}

@media (min-width: 992px) {
    footer aside .wrapper {
        padding: 0 0 0 40px;
    }
}

@media (min-width: 1200px) {
    footer aside .wrapper {
        padding: 0 0 0 60px;
    }
}

footer aside .wrapper h4 {
    margin: 0 0 10px;
    font-size: 1.125em;
    color: #c1c1c1;
}

footer aside .wrapper .contact {
    float: none;
    width: 100%;
    margin: 0 0 40px;
}

@media (min-width: 992px) {
    footer aside .wrapper .contact {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: auto;
        margin: 0 40px 0 0;
        vertical-align: top;
    }
}

@media (min-width: 1200px) {
    footer aside .wrapper .contact {
        margin: 0 80px 0 0;
    }
}

footer aside .wrapper .contact table {
    margin: 0px auto;
}

@media (min-width: 992px) {
	footer aside .wrapper .contact table {
    margin: 0px;
	}
}

footer aside .wrapper .contact table td {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

footer aside .wrapper .contact .socialMedia a:active,footer aside .wrapper .contact .socialMedia a:hover {
    color: #fff;
}

footer aside .wrapper .contact .socialMedia img {
    display: none;
}

footer aside .wrapper .quickLinks {
    margin: 0;
	display:none;
}

@media (min-width: 992px) {
    footer aside .wrapper .quickLinks {
        /*display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: auto;
        vertical-align: top;*/
    }
}

footer aside .wrapper .quickLinks ul {
    margin: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}