html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
    min-width: 300px;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Ubuntu', sans-serif;
}

p {
    margin-bottom: 1.5em;
    font-family: 'Ubuntu', sans-serif;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    /*background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    line-height: 1;
border: 1px solid;
  border-color: #ccc #ccc #bbb;
  */
    border: none !important;
    border-radius: 3px;
    background-color: #003460;
    color: #fff;
    font-size: 18px;
    box-shadow: none;
    text-shadow: none;
    padding: .6em 1em .6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  */
    box-shadow: none;
    border-color: none;
    opacity: 0.7;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

input[type="search"] {
    padding: 6px 10px;
    max-width: 100%;
    text-indent: 15px;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Small menu. */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.mobile-nav {
    clear: both;
    float: left;
    width: 100%;
}


/*.mobile-nav #menu-top_menu {
    border-top: 3px solid;
    margin-top: 20px;
    padding-top: 10px;
}*/

.mobile-nav .nav .open>a,
.mobile-nav .nav .open>a:focus,
.mobile-nav .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

.mobile-nav .dropdown-menu li {
    background-color: transparent;
}

.mobile-nav .dropdown-menu li a {
    color: #000;
}

.mobile-nav .nav>li>a:focus,
.mobile-nav .nav>li>a:hover {
    background-color: transparent;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/* Search widget. */

.widget_search .search-submit {
    display: none;
}

.widget h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*  Tablet  */

@media (min-width:767px) {
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: none;
    }
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Medium Desktop  */

@media (min-width:992px) {
    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Large Desktop  */

@media (min-width:1200px) {
    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

body {
    font-family: 'Ubuntu', sans-serif;
}

a {
    transition: all 0.3s ease 0s;
}

p,
li {
    font-size: 15px;
}

.btn {
    border-radius: 8px;
    text-align: center;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    white-space: inherit;
}

h4.alternative-color {
    color: #f7941d;
}

.no-padding {
    padding-right: 0!important;
    padding-left: 0!important;
}

.padding-small {
    padding-right: 5px!important;
    padding-left: 5px!important;
}

.padding-right {
    padding-right: 20px!important;
    padding-left: 0px!important;
}

.padding-left {
    padding-right: 0px!important;
    padding-left: 20px!important;
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 0px;
}

.page-header h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.content-rap {
    margin-top: 15px;
    margin-bottom: 60px;
}

.search-submit {
    display: none;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation,
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #003061;
    color: #fff;
}

.dropdown-menu {
    width: 100%;
    border: 0px;
    padding: 0;
}

.dropdown-menu li {
    background-color: #003061;
}

.dropdown-menu li a {
    color: #fff;
}

.navbar .navbar-collapse {
    text-align: center;
}

.main-navigation ul.nav li a {
    padding: 0;
    font-size: 16px;
    margin: 0 10px!important;
}

.main-navigation ul.nav li:first-child a {
    margin-left: 0!important;
}

.main-navigation ul.dropdown-menu li a:hover {
    border-bottom: 0px;
}

.main-navigation ul.dropdown-menu li a {
    padding: 10px 13px;
    font-size: 16px;
    margin: 0!important;
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
}

.dropdown-menu {
    min-width: 220px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #003061;
    border-bottom: none!important;
}

.dropdown-menu>li>a {
    border-bottom: none!important;
}

.main-navigation ul.dropdown-menu .nav>li:hover a {
    border-bottom: 0px;
}


/*
.main-navigation ul.nav li a:nth-child(1) {
  margin-left:0px!important;
  padding-left:0px!important;
}
*/

@media (min-width:767px) {
    .main-navigation .nav>li>a,
    .main-navigation .nav>li>a:focus,
    .main-navigation .nav>li>a:hover,
    .main-navigation .nav>li>a:visited {
        background-color: transparent!important;
        color: #fff;
    }
}

.bottem-navigation .nav>li>a:focus,
.bottem-navigation .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    width: 40px;
    height: 3px;
    background-color: #fff;
    border-radius: 0px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 9px;
}

.navbar-toggle h3 {
    padding: 0px 5px 0px;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.sticky-logo {
    display: none;
    float: left;
    margin-right: 24px;
    margin-top: 8px;
}

.sticky-logo .site-logo img {
    max-height: 40px;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #e5891c;
}


/*
a:visited {
  color: #e5891c;
}*/

a:hover,
a:focus,
a:active {
    color: #ddd;
}

a:hover,
a:active {
    outline: 0;
}


/* -------- Header --------- */

.site-header {
    margin-top: 48px;
    margin-bottom: 25px;
}

.header-background {
    background-color: #462411;
    background-repeat: repeat-x;
    background-size: cover;
    position: relative;
}

.site-branding {
    display: flex;
}

.header-texts h1 {
    font-size: 1.2em;
    margin: 0.47em 0;
}

.header-texts h4 {
    font-size: 0.8rem;
}

.site-logo {
    flex: 1 0 100px;
}

.header-image {
    padding: 0!important;
}

.background-behind-image {
    background-color: transparent;
}

.background-banner {
    width: 100%;
}

.menu-background {
    background-color: #003061;
    height: 60px;
}

.top-menu-header .menu-background.sticky {
    position: fixed;
    top: 0;
    height: 58px;
    background: #003061;
    text-align: left;
    width: 100%;
    z-index: 9999;
}

.top-menu-header #top-title-4 p {
        margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
    color: #fff;
    padding: 15px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .sticky .navbar-nav>li {
        height: 58px;
    }
}

.header-extras .widget_search h2 {
    display: none;
}

.entry-title {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 28px 0 10px 0;
    color: #003460;
}

.search-results .entry-title:first-of-type {
    margin: 0px 0 10px 0;
}

.header-extras .search-form .glyphicon {
    position: absolute;
    top: 11px;
    left: 23px;
    font-size: 16px;
}

.search-form .glyphicon {
    position: relative;
    top: 4px;
    left: 29px;
    font-size: 16px;
}


/* ----- header description title ------ */

.top-title {
    text-transform: uppercase;
    font-weight: 400;
    color: #ccc;
}

h1.top-title {
    font-size: 53px;
    color: #003460;
    margin-top: -8px;
    margin-bottom: -5px;
    font-weight: bold;
}

h3.top-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

h4.top-title {
    font-size: 21px;
    margin: 5px 0;
}


/* -------- sidebar ------- */

::-moz-placeholder,
:-moz-placeholder {
    color: #fff;
}

.sidebar {
    margin: 1.5em 0 0;
}

.sidebar.gform_wrapper {
    margin: 25px 0;
}

.sidebar .widget-area .gform_widget {
    text-align: center;
    background-color: #003460;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 0 auto;
}

.sidebar .gform_wrapper .gform_footer input.button,
.sidebar .gform_wrapper .gform_footer input[type=submit] {
    font-size: 1em!important;
    background-color: #afd3eb;
    box-shadow: none;
    text-shadow: none;
    border: none;
    color: rgba(0, 0, 0, .8);
}

.menu-sidemenu-container ul.nav li {
    border-radius: 8px;
    text-align: center;
    margin-bottom: 16px;
    font-size: 21px;
}

.menu-sidemenu-container .nav>li>a:focus,
.menu-sidemenu-container .nav>li>a:hover {
    text-decoration: none;
    background-color: #003061 !important;
    border-radius: 7px;
}

.menu-sidemenu-container ul,
.menu-sidemenu-container ol {
    margin: 0 0 1.5em 0em;
}

.menu-sidemenu-container ul.nav li a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.menu-brown {
    background-color: #cc6633;
}

.menu-blue {
    background-color: #0066cc;
}

.menu-pink {
    background-color: #cc3399;
}

.widget-title {
    font-size: 18px;
    color: #003460;
    text-align: center;
    font-weight: 700;
}

.sidebar .gform_widget h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.sidebar .gform_widget input[type="text"],
.sidebar .gform_widget input[type="email"],
.sidebar .gform_widget input[type="url"],
.sidebar .gform_widget input[type="password"],
.sidebar .gform_widget textarea {
    border-radius: 0px;
}


/* -----  Leftsidebar ------ */

#sidebar-2 ul {
    margin: 0px;
}

#sidebar-2 ul.nav li {
    border-radius: 0px;
    margin-bottom: 4px;
}

#sidebar-2 ul.nav li.current-menu-item {
    background-color: #e5891c;
}

#sidebar-2 .nav>li>a:focus,
#sidebar-2 .nav>li>a:hover {
    background-color: #e5891c;
}

#sidebar-2 ul.nav li a {
    color: #fff;
    text-shadow: none;
    font-size: 15px;
    font-weight: 300;
}

#sidebar-2 .nav>li {
    background-color: #003061;
}


/* -------- Footer -------- */

.navbar-nav.nav-justified > li {
    float: none;
}

.footer-background {
    background-color: #003162;
}

.site-info {
    color: #b0b8c4;
    margin: 20px 0;
}

.footer-logo img {
    display: block;
    margin: 0 auto;
}

.widget_news_roller p li a {
    color: #fff;
}

ul.news-carousel li.news-item a {
    color: #fff;
}

.widget_news_roller ul {
    margin-bottom: 20px;
    padding: 0 20px;
}

.widget_news_roller li {
    padding: 0;
}

.widget_news_roller li p {
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}

.widget_news_roller h2 {
    padding: 0 20px 20px;
    text-transform: uppercase;
}

.bottem-navigation ul.nav li a {
    padding: 16px 15px;
    color: #fff;
    font-size: 16px;
}

.bottem-navigation ul.nav li a:hover {
    color: #cc6633;
}

.bottem-navigation ul.nav li a:after {
    content: '|';
    position: absolute;
    right: 0;
}

.bottem-navigation ul.nav li a:hover:after {
    content: '|';
    color: #fff;
}

.bottem-navigation ul.nav li:last-child a:after {
    content: '';
}


/* ---------------homepage----------- */

.rslides {
    max-height: 380px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 100px;
}

.flex-direction-nav a:before {
    content: " ";
    display: block;
    background: transparent url("../images/arrow-left.png") no-repeat left top;
    width: 60px;
    height: 100px;
}

.flex-direction-nav a.flex-next:before {
    content: " ";
    display: block;
    background: transparent url("../images/arrow-right.png") no-repeat left top;
    width: 60px;
    height: 100px;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* ---------- page template --------- */


/* ---------- homebottom ---------- */

.home-bottem {
    background-color: #afd3eb;
    padding-bottom: 70px;
}

.home-bottem h2 {
    text-align: center;
    font-size: 21px;
    margin: 20px 0 30px;
    font-weight: bold;
    color: #003061;
}

.sponsor_title {
    text-align: center!important;
}

.main_cats h3 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #003061;
}

#sponser_one,
#sponser_two {
    border-bottom: 1px solid #003162;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.main_cats ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.main_cats ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 999;
    /*overflow: hidden;*/
    margin: 0 15px;
    max-width: 100px;
}

.main_cats ul li img {
    position: relative;
    width: 100px;
    height: auto;
    border: 1px solid #003460;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.main_cats_img {
    width: 100px;
}

.slick-list {
    width: 700px;
    margin: 0 auto!important;
    display: inline-block!important;
}

.slider-sponsors {
    padding: 0 35px!important;
    max-width: 70%!important;
    margin: 0 auto!important;
}

.slick-track {
    margin: 0 auto;
}

button.slick-arrow {
    background-color: transparent;
    line-height: 10px;
    text-align: center;
    outline: none;
    display: inline-block;
    position: absolute;
    top: 32px;
}

ul button.slick-arrow:first-child {
    left: 0;
}

ul button.slick-arrow:last-child {
    right: 0;
}

button.slick-arrow:active,
button.slick-arrow:hover,
button.slick-arrow:visited,
button.slick-arrow:focus {
    outline: none!important;
    box-shadow: none!important;
}

button.slick-prev {
    margin-bottom: 5px;
}

button.slick-next {
    margin-top: 5px;
}

.slick-arrow {
    display: none;
}

.main_cats ul li img.main_cats_img {
    z-index: 1;
}

@media (max-width: 1200px) {
    .slick-list {
        width: 600px;
    }

}

@media (max-width: 1000px) {
    .slick-list {
        width: 450px;
    }
    button.aicon_link {
  
   bottom: 0;
   }
}

@media (max-width: 660px) {
    .slick-list {
        width: 76%!important;
    }
    .slick-arrow {
        top: -40px!important;
    }
    ul button.slick-arrow:first-child {
        left: -15px;
    }
    ul button.slick-arrow:last-child {
        right: -15px;
    }
}


/* ----- speakers page ------ */

.speakers {
    display: flex;
    flex-flow: row wrap;
}

.speakers > article {
    margin-bottom: 30px;
}

.speakers .col-md-6 {
    margin-bottom: 30px;
    min-height: 210px;
}

.speakers h1 {
    margin-top: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.speaker_roll {
    margin-top: -20px;
    margin-bottom: 3px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.speaker_img img {
    border: 1px solid #003460;
    padding: 2px;
}

.expendText {
    /*  height: 42px;
  overflow: hidden;*/
    font-size: 15px;
}

.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {}

.read_more {
    font-size: 14px;
    width: 100px;
    float: left;
    color: #003061;
    font-weight: 700;
    cursor: pointer;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
}

#cta-button {
    border-radius: 8px;
    text-align: center;
    margin-bottom: 16px;
    font-size: 21px;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}


/* ---------- Gforms ------------- */

body .gform_wrapper .gf_progressbar_wrapper {}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio label {
    font-size: 15px;
    font-weight: 400;
    color: #575151;
    line-height: 1.1em;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li {
    margin-top: 0.675em;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox label {
    font-size: 15px;
    font-weight: 400;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    font-size: 16px;
}

.gform_page_footer button,
.gform_page_footer input[type="button"],
.gform_page_footer input[type="reset"],
.gform_page_footer input[type="submit"] {
    box-shadow: none;
    text-shadow: none;
    border: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    margin: 0.925em 0 0em;
    font-size: 14px;
}

.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
    font-size: 13px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel] {
    padding: 0.513em 0 0.513em 0.3em;
    color: #000;
    font-size: 14px;
    border-radius: 0px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
}

body .gform_wrapper .gform_body .gform_page_footer .gform_button,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button,
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button {
    font-size: 18px;
    background-color: #003460;
    color: #fff;
}

body .gform_wrapper .gform_body .gform_page_footer .gform_button:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button:hover {
    text-shadow: none;
    box-shadow: none;
    opacity: 0.7;
}

.gform_wrapper .button:hover,
.gform_button:hover,
.gform_button:focus {
    border: 0px;
}

.gform_wrapper textarea {
    /*border: solid;*/
    border: 1px solid #ccc !important;
}


/* ---------- tablepress --------- */

.tablepress thead th {
    font-weight: 400 !important;
}

.tablepress thead th {
    background-color: #c3dbe9;
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #30416a;
}

.tablepress tbody td,
.tablepress tfoot th {
    border: 1px solid #30416a;
    font-size: 14px;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    background-color: #8fc5e9!important;
}


/* ---------- media -------------- */

@media (min-width: 1200px) {
    .content-inner {
        padding-right: 50px;
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .top-menu-header {
        height: 60px;
    }
    .site-logo img {
        border: 1px solid #003460;
    }
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar-nav>li {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .navbar-nav>li:after {
        content: "";
        width: 100%;
        height: 6px;
        background-color: #e5891c;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .navbar-nav>li:hover:after {
        opacity: 1;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .top-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .top-menu-header h4 {
        margin-left: 2rem;
        padding: 1rem 0;
        color: #fff;
    }
    .top-menu-header .navbar-toggle {
        padding: 0;
        margin: 0 15px 0;
    }
    .site-logo img {
        height: 100px;
    }
    .site-header {
        margin-top: 0;
        margin-bottom: 0;
    }
    .top-menu-header {
        width: 100%;
        background: #003061;
    }
    .flexslider {
        .margin: 0 0 30px;
        margin-top: -40px;
        margin-left: -15px;
        margin-right: -15px;
        background: transparent;
        border: none;
    }
    .flexslider .slides img {
        height: auto;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .slick-list {
        width: 90%;
    }
    .main_cats_img {
        width: 70px;
    }
    .main_cats ul li {
        margin: auto 0!important;
    }
}

@media screen and (max-width: 980px) {
    .main-navigation ul.nav li a {
        font-size: 15px;
    }
    .main-navigation ul#menu-topheader>li:nth-child(1) a {
        padding-left: 18px;
    }
    .mobile-content {
        background-color: #c2c2c2;
    }
    .content-rap {
        padding: 15px;
        margin: 30px 15px;
        border-radius: 15px;
        background-color: #fff
    }
    .bottem-menu {
        display: none;
    }
    .main_cats {
        text-align: center;
    }
    h3.top-title {
        font-size: 21px;
        // color: #d37d1b;
        margin-top: 0;
        margin-bottom: 15px;
    }
    h1.top-title {
        font-size: 31px;
        color: #f7bc1d;
        margin-top: -8px;
        margin-bottom: -5px;
    }
    h4.top-title {
        font-size: 16px;
        margin: 5px 0;
    }
    h4.top-title {
        font-size: 16px;
        margin: 5px 0;
    }
    .expendText {
        height: auto;
    }
    a.read_more {
        /*display: none;*/
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 400px) {
    .tablepress thead th {
        font-size: 12px;
    }
}

@media screen and (max-width: 670px) {
    .content-inner {
        padding: 0;
    }
    .top-menu-header .sticky {
        position: relative;
        background: #003061;
        width: 100%;
        z-index: 9999;
    }
    .main_cats ul li,
    .main_cats ul li {
        display: inline-block;
        width: 18%;
        min-width: 98px;
        margin: 0 20px 20px;
        text-align: center;
    }
    .main_cats ul {
        display: inline;
    }
    .content-rap {
        margin: 30px 15px;
    }
    .bottem-navigation ul.nav li a:after {
        content: '';
    }
    .sidebar {
        margin-top: 0px;
        float: right;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    table#tablepress-1 td,
    table#tablepress-1 th {
        padding: 3px;
        font-size: 10px;
    }
    ul#gform_fields_3 select,
    ul#gform_fields_3 li,
    ul#gform_fields_3 li span,
    ul#gform_fields_3 li input,
    ul#gform_fields_3 li label {
        width: 100%;
        padding-right: 0;
    }
    ul#gform_fields_3 table th,
    ul#gform_fields_3 table td {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 380px) {
    h1.top-title {
        font-size: 22px;
    }
    h3.top-title {
        font-size: 18px;
    }
    h4.top-title {
        font-size: 14px;
    }
}


/* ======== mobile only =======*/

.mheader-container {
    overflow: hidden;
    padding: 20px;
    min-height: 105px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.mheader-container .site-header {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mobile-background {
    background-color: #fff;
}

.mheader-container .navbar-toggle {
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: none;
}

.mheader-container .container-2 {
    position: absolute;
    bottom: 45px;
    right: 15px;
}

.mheader-container .site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
}

.mheader-container .sidebar {
    margin-top: 0px;
}

.mheader-container .site-header .search-field {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

.mheader-container .site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid black;
    cursor: text;
    outline: 0;
    width: 230px;
}

.mheader-container .site-header .search-submit {
    display: none;
}

.mheader-container .site-header input[type="search"] {
    -webkit-appearance: textfield;
}

.mheader-container .site-header .search-form .glyphicon {
    position: absolute;
    top: 12px;
    left: 2px;
    font-size: 16px;
    color: #b1b1b1;
}

.mheader-container .navbar-header h2 {
    display: inline-block;
    font-size: 11px;
    float: left;
    margin: 10px;
}

.mheader-container .main-navigation ul.nav li a {
    padding: 12px 20px 2px;
}

.mheader-container .isas_icon-bar {
    position: absolute;
    right: 10px;
    top: 3px;
}

.search-results header.mobile-title {
    display: none;
}


.mobile-title h1.entry-title {
      color: #003460 !important;
      margin: 15px;
    font-size: 28px;
    display: block;
    /*background-color: #003061;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
    color: #fff;*/
   /*display: none;*/
}


.home-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    min-height: 270px;
}

.home-main .header-title {
    text-align: center;
    width: 88%;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4a2613;
    padding: 29px;
    border-radius: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
    flex-grow: 1;
}

#m-register {
    margin-bottom: 20px;
}

#secondary .gform_wrapper .gfield_required {
    display: none !important;
}

#secondary .gform_wrapper select {
    height: 38px;
}

#secondary .gform_wrapper .gfield {
    padding-left: 0;
    padding-right: 0;
}

#secondary .gform_wrapper .gfield_label {
    display: none;
}

.lecture-name {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}


/*speakers popup*/

.important_comments {
    font-weight: bold;
    color: red;
}


/*DEV*/

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
        width: 90% !important;
        left: 15px !important;
    }
    .fancybox-inner {
        width: 90% !important;
    }
}

h4.panel-title {
    font-weight: bold;
}

.faq-accordion .faq-main {
    line-height: .1 !important;
    float: right !important;
    width: 100% !important;
}

.faq-accordion .faq-content {
    line-height: 1.2 !important;
}

.jp-carousel-left-column-wrapper,
.jp-carousel-image-meta {
    display: none;
}

.flexslider:empty,
.slides:empty {
    display: none;
}
.page-template-page-EnglishLTR  .entry-title {
    direction: ltr !important;
}