@media screen and (min-width: 1310px) {
    .container {
        width: 1310px
    }
}

.container {
    position: relative
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'BuenosAiresWeb-Book', sans-serif;
    font-size: 17px;
    line-height: 24px
}

p {
    margin: 0 0 20px
}

h3.form-title {
    margin: 10px 0 5px
}

h1 {
    font-family: 'BuenosAiresWeb-Bold', sans-serif;
    font-size: 40px;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 20px
}

h2 {
    font-family: 'BuenosAiresWeb-Bold', sans-serif;
    font-size: 30px;
    line-height: 35px;
    margin-top: 0
}

h2.term-title {
    margin-top: 15px
}

h3 {
    font-family: 'BuenosAiresWeb-Bold', sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0
}

h3.ingress {
    font-weight: 400;
    margin-bottom: 30px
}

h4 {
    font-family: 'BuenosAiresWeb-Bold', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0
}

h4.h4_small {
    font-size: 16px
}

.color-yellow {
    color: #f9b122
}

.entry-content h4 {
    margin-bottom: 0
}

.m-auto {
    margin: 0 auto;
    float: none
}

hr {
    border-color: #c7c8c7
}

a {
    color: #f44c49
}

a:focus {
    outline: 0;
    text-decoration: none;
    color: #f44c49
}

a:hover {
    text-decoration: none;
    color: #c31e32
}

a.text-center {
    display: block
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

img.alignleft {
    margin: 0 20px 20px 0
}

img.alignright {
    margin: 0 0 20px 20px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 20px;
    padding-right: 20px
}

.clear {
    clear: both
}

.strong-text {
    font-weight: bold
}

.small-text {
    font-size: 15px;
    line-height: 21px
}

.italic {
    font-style: italic;
    font-weight: 300
}

.no-margin {
    margin: 0
}

.no-pad {
    padding: 0
}

.big-pad {
    padding-left: 30px;
    padding-right: 30px
}

.outer-container {
    margin-top: 119px;
    position: relative;
    overflow: hidden
}

.row-border {
    border-bottom: 3px solid #f2f3f2
}

.left-col {
    padding-left: 0
}

.right-col {
    padding-right: 0
}

.container.small-container {
    max-width: 1024px;
    width: 100%
}

.container.extra-small-container {
    max-width: 800px;
    width: 100%
}

ul {
    padding-left: 0
}

.dropdown-menu li::before, .images-with-text-item::before {
    display: none !important
}

.entry-content ul {
    padding-left: 15px;
    list-style: none !important
}

.entry-content ul.fact-list {
    padding-left: 0
}

a.fact-term {
    display: inline !important
}

ul {
    list-style: none
}

.entry-content ul li::before {
    content: "\2022";
    color: #f44c49;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    padding-top: 3px;
    padding-bottom: 3px
}

.entry-content ul.fact-list li, .entry-content .bootstrap-select li {
    list-style: none
}

.entry-content img {
    max-width: 100%;
    height: auto
}

.entry-content td {
    font-size: 15px;
    padding: 10px 15px
}

.underlined {
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.btn {
    border: 0
}

.btn-default {
    padding: 11px 60px !important;
    color: #fff;
    background: #f44c49;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px
}

.btn-sm {
    font-weight: bold
}

.btn-white {
    padding: 11px 60px !important;
    color: #f44c49;
    background: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold
}

.btn-rounded {
    border-radius: 25px
}

.btn-lined {
    border: 1px solid #fff
}

.btn-100 {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-sm {
    padding: 5px 20px
}

.btn-select {
    background-color: #ebeceb
}

.text-purple {
    color: #f44c49
}

.text-white {
    color: #fff
}

.text-grey {
    color: #6d6e6d
}

p.news-date {
    margin-bottom: 0
}

.row {
    margin: 0;
    padding-top: 45px;
    padding-bottom: 45px
}

.row.related-post-list {
    padding-top: 0
}

.breadcrumbs > span {
    display: inline-block
}

.logo-holder {
    position: absolute;
    top: 17px
}

#logo {
    margin: 0 15px;
    width: 120px
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border: 0
}

#mainmenu .collapse {
    overflow-x: hidden
}

.navbar-form {
    display: none
}

.navbar-toggle .icon-bar {
    border-radius: 2px;
    height: 4px;
    width: 30px;
    background-color: #f44c49 !important
}

#mainmenu {
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    max-height: 100%;
    overflow-y: auto
}

#mainmenu.no-shadow {
    box-shadow: none
}

.logged-in #mainmenu {
    top: 32px
}

#mainmenu .navbar-main {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-right: 0;
    margin-top: 41px
}

@media screen and (min-width: 1310px) {
    #mainmenu .navbar-main {
        font-size: 18px
    }
}

#mainmenu ul li {
    cursor: pointer;
    float: left;
    padding: 0 8px
}

#mainmenu ul li:last-child {
    padding-right: 0
}

#mainmenu ul li a {
    color: #3c3c3c;
    padding: 0 0 20px;
    border-bottom: 5px solid transparent
}

#mainmenu ul li:hover a, #mainmenu .current-menu-item + .current-page-ancestor:hover a, #mainmenu ul li.current-menu-item a, #mainmenu ul li.current-page-ancestor a {
    border-bottom: 5px solid #f44c49;
    color: #f44c49
}

#mainmenu .current-menu-item + .current-page-ancestor a {
    color: #000;
    border: 0
}

#mainmenu .extra-menu {
    float: right;
    position: relative
}

#mainmenu .extra-menu span {
    padding: 0 5px;
    position: relative;
    top: 4px
}

#mainmenu .extra-menu span.glyphicon-search {
    padding: 0 10px;
    color: #f44c49
}

#mainmenu .extra-menu span a {
    color: #3c3c3c
}

.search-holder {
    margin-top: 15px;
    font-size: 20px
}

#left_menu {
    padding-bottom: 60px
}

#left_menu > ul, #left_menu > ul > li {
    width: 100%
}

#left_menu .sister-pages ul.sub-menu li .sub-menu {
    display: none
}

#left_menu .sister-pages ul.sub-menu li.current-menu-item > .sub-menu, #left_menu .sister-pages ul.sub-menu li.current-page-ancestor > .sub-menu {
    display: block
}

#left_menu .nav li a {
    border-bottom: 1px solid #eee;
    color: #3c3c3c;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 15px
}

#left_menu .nav li:last-child a {
    border: 0
}

#left_menu .sister-pages ul.sub-menu ul.sub-menu a {
    padding-left: 30px;
    font-weight: normal
}

#left_menu .sister-pages ul.sub-menu ul.sub-menu ul.sub-menu a {
    padding-left: 45px;
    font-weight: normal
}

#left_menu .sister-pages ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a {
    padding-left: 60px;
    font-weight: normal
}

#left_menu .sister-pages ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a {
    padding-left: 75px
}

#left_menu .sister-pages li.current-menu-item > a {
    color: #f44c49;
    font-weight: bold !important
}

#left_menu .sister-pages li.current-page-ancestor > a {
    font-weight: bold !important
}

#left_menu button {
    width: 100%;
    margin-top: 15px
}

#mainmenu .extra-menu-mobile {
    padding-bottom: 60px
}

#mainmenu .navbar-main.nav-mobile {
    margin-left: 0;
    margin-right: 0
}

#mainmenu .nav-mobile li {
    position: relative;
    padding: 0;
    border: 0
}

#mainmenu .nav-mobile li > a {
    border-bottom: 1px solid #c7c8c7;
    padding: 10px;
    display: block
}

#mainmenu .nav-mobile li > a:hover, #mainmenu .nav-mobile li:hover a, #mainmenu .nav-mobile li.current-page-ancestor a, #mainmenu .nav-mobile .current-menu-item + .current-page-ancestor:hover a, #mainmenu .nav-mobile li.current-menu-item a {
    color: #fff;
    border-bottom: 1px solid #c7c8c7
}

#mainmenu .nav-mobile li.current-menu-item > a {
    border-bottom: 1px solid #c7c8c7;
    color: #f44c49;
    font-weight: bold !important
}

#mainmenu .nav-mobile .sub-menu li {
    padding-left: 15px
}

#mainmenu .nav-mobile .sub-menu li a {
    font-weight: normal
}

#mainmenu .nav-mobile .sub-menu, #mainmenu .nav-mobile .sub-open > a .menu-list-show-more .plus {
    display: none
}

#mainmenu .nav-mobile .sub-open > .sub-menu, #mainmenu .nav-mobile .sub-open > a .menu-list-show-more .minus {
    display: block
}

.menu-list-show-more {
    color: #f44c49;
    font-size: 23px;
    height: 36px;
    padding-top: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 36px;
    z-index: 10
}

.menu-list-show-more .minus {
    display: none
}

label sup {
    color: red
}

.entry-content table {
    border-top: 1px solid #eee !important;
    min-width: 100%;
    width: auto !important
}

.entry-content table tbody, .entry-content table td {
    border: none !important
}

.entry-content table tr {
    border-bottom: 1px solid #eee !important
}

.table.spot-table td {
    border: 0
}

#primary {
    margin-top: 60px;
    padding-bottom: 60px
}

.row.news .container > h2, .row.calendar .container > h2 {
    margin-bottom: 40px
}

.row.news {
    color: #000
}

.row.news .news-block .news-text a {
    color: #000
}

.row.news .news-image {
    background-color: #f1f1f1;
    float: left;
    height: 170px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    width: 260px
}

.row.news .news-image img {
    width: 100%;
    height: auto;
    top: 50%;
    min-width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.row.news .news-text {
    float: left;
    padding-right: 40px;
    width: calc(100% - 290px)
}

.row.news .news-text > h3 {
    font-weight: 700
}

.jumbotron.chairman .h1, .jumbotron.chairman h1 {
    font-size: 36px;
    margin-bottom: 20px
}

.chairman .jumbo-bg {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 50%
}

.special-blogs.magazine .mag-grey-overlay {
    background-color: #000;
    height: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.special-blogs.magazine a.show-more {
    color: #fff
}

.special-blogs.magazine .entry-content ul {
    padding-left: 15px
}

.jumbotron p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0
}

.jumbotron {
    margin-bottom: 0;
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative
}

.big-jumbo {
    height: 800px
}

.small-jumbo {
    height: 400px;
    overflow: hidden
}

.small-jumbo.chairman .container {
    position: relative;
    color: #fff
}

.small-jumbo h1 {
    font-size: 40px;
    margin-bottom: 20px
}

.small-jumbo h3 {
    margin-bottom: 30px
}

.magazine h1 {
    font-size: 60px;
    line-height: 65px;
    padding-top: 25px;
    padding-bottom: 25px
}

.magazine .entry-content {
    margin-bottom: 25px
}

.jumbo-bg {
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%
}

.small-jumbo .container, .small-jumbo .container > div {
    height: 100%
}

.carousel, .carousel-inner, .fs_item, .fs_item .fs_slide, .fs_item .fs_slide .container {
    height: 100%
}

.fs_item .fs_slide {
    background-size: cover;
    background-position: center center;
    min-width: 100%
}

.vertical-center {
    display: table;
    height: 100%
}

.fs_item .fs_slide .vertical-center {
    height: 800px
}

.fs_overlay {
    position: absolute;
    bottom: 0;
    width: 100%
}

.fs_dark_fade {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    bottom: 0;
    height: 60%;
    position: absolute;
    width: 100%;
    z-index: 0
}

.carousel .carousel-fade-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.carousel .fs_textbox {
    color: #fff;
    display: block;
    left: 0;
    padding: 0 15px;
    padding: 0;
    position: absolute;
    top: 300px;
    width: 70%
}

.carousel .fs_textbox.full-width {
    width: 80%;
    left: 10%
}

.carousel .fs_textbox.fs_right_sided {
    left: auto;
    right: 0;
    text-align: right
}

.carousel .fs_textbox.fs-control-textbox {
    width: 40%
}

.carousel .fs_textbox.fs_t1 {
    top: 20%
}

.carousel .fs_textbox.fs_t2 {
    top: 25%
}

.carousel .fs_textbox.fs_t3 {
    top: 30%
}

.carousel .fs_textbox.fs_t4 {
    top: 35%
}

.carousel .fs_textbox.fs_t5 {
    top: 40%
}

.carousel .fs_textbox.fs_t6 {
    top: 45%
}

.carousel .fs_textbox.fs_t7 {
    top: 50%
}

.carousel .fs_textbox.fs_t8 {
    top: 55%
}

.carousel .fs_textbox.fs_t9 {
    top: 60%
}

.carousel .fs_textbox.fs_t10 {
    top: 65%
}

.carousel .fs_textbox .fs_button_holder {
    margin-top: 20px
}

.carousel ul.fs_checklist {
    padding: 0
}

.carousel ul.fs_checklist li {
    list-style: outside none none
}

.carousel .fs_textbox h1 {
    font-size: 80px;
    line-height: 1;
    margin: 0 0 20px
}

.carousel .fs_textbox h1.large-title {
    text-align: center;
    font-size: 130px;
    color: #f44c49;
    margin-bottom: 30px;
    line-height: 135px
}

.carousel .fs_textbox h2.sub-title {
    text-align: center;
    font-size: 130px;
    line-height: 135px
}

.carousel .fs_textbox p {
    font-size: 24px;
    line-height: 1.4
}

.carousel .fs_textbox button {
    background-color: #f44c49;
    border: 1px solid #f44c49;
    color: #fff;
    font-family: "BuenosAiresWeb-Regular";
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
    width: 240px
}

.carousel .fs_textbox button:hover {
    background-color: #f44c49;
    border-color: #f44c49;
    color: #fff
}

.carousel-indicators li {
    background: rgba(255, 255, 255, .5);
    border: 0
}

.carousel-indicators li, .carousel-indicators .active {
    height: 10px;
    width: 10px;
    margin: 1px
}

.carousel .fs_button_right {
    margin-left: 30px
}

.single .tag_list {
    padding: 0
}

.tag_list .tag {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 18px;
    margin-right: 20px;
    position: relative;
    list-style: none
}

.tag_list .tag .tag-link {
    background-color: #0d264c;
    display: inline-block;
    padding: 7px 20px
}

.tag_list .tag .tag-link a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize
}

#commentform label {
    display: block
}

#commentform {
    padding: 30px 0
}

#commentform input, #commentform textarea {
    width: 100%;
    border: 1px solid #c7c8c7;
    resize: none
}

#commentform input#submit {
    width: auto;
    border-radius: 3px;
    border: 0;
    padding: 11px 60px;
    color: #fff;
    background: #f44c49;
    text-transform: uppercase;
    font-size: 16px
}

#commentform span.required {
    color: #f44c49
}

ol.commentlist {
    list-style: outside none none;
    padding: 0
}

ol.commentlist li {
    list-style: outside none none
}

.comment-body {
    border-bottom: 1px solid #c7c8c7;
    padding: 30px 0
}

.entry-content > h3#comments {
    margin-top: 30px
}

ol.commentlist li.depth-1 {
    border-top: 1px solid #c7c8c7;
    margin-bottom: 30px
}

ol.commentlist li:first-child {
    border-top: medium none
}

.commentlist .avatar.avatar-32 {
    border-radius: 16px;
    margin-right: 10px
}

.commentlist cite {
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize
}

.bg-purple {
    background-color: #f44c49;
    color: #fff
}

.bg-purple a {
    color: #fff
}

.bg-blue {
    background-color: #0d264c
}

.bg-yellow-light {
    background-color: #fdd26d
}

.bg-grey {
    background-color: #f0f0f0
}

.bg-dark-grey, .bg-dark-grey a {
    background-color: #282828;
    color: #c7c8c7
}

.bg-dark-grey a:hover {
    text-decoration: none;
    color: #f44c49
}

.search-form {
    margin: 20px auto
}

.search-form.bg-purple {
    margin: 20px auto;
    padding: 50px 20px
}

.search-form .form-group {
    float: left;
    margin: 0
}

.search-form .form-group input {
    font-size: 16px;
    color: #f44c49;
    border-radius: 0;
    padding: 10px 20px;
    height: auto;
    -webkit-box-shadow: inset 3px 3px 10px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: inset 3px 3px 10px 2px rgba(0, 0, 0, 0.17);
    box-shadow: inset 3px 3px 10px 2px rgba(0, 0, 0, 0.17)
}

.search-form .form-group input:focus {
    border-color: transparent
}

.search-form a {
    color: #fff !important;
    margin-top: 25px;
    display: block
}

.search-form .form-group input::-webkit-input-placeholder {
    color: #323232
}

.search-form .form-group input:-moz-placeholder {
    color: #323232
}

.search-form .form-group input::-moz-placeholder {
    color: #323232
}

.search-form .form-group input:-ms-input-placeholder {
    color: #323232
}

.fp-search .tag-title {
    text-align: right
}

.fp-search .search-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    color: #f44c49;
    border: 0
}

.fp-spot {
    padding-bottom: 0;
    position: relative
}

.fp-spot .fp-spot-textbox {
    font-weight: 500;
    padding-bottom: 30px
}

.fp-spot h1 {
    text-align: center
}

.fp-spot .fp-spot-textbox a {
    font-weight: 700
}

.fp-spot-imagebox {
    position: absolute;
    bottom: 0;
    right: 0
}

.fp-spot-imagebox img {
    max-width: 100%
}

.row.fp-vote {
    padding: 50px 0 60px
}

.row.services {
    padding-bottom: 50px
}

.circle-holder {
    border-radius: 50%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    width: 400px
}

.circle-holder img {
    height: 100%;
    min-width: 100%
}

.textbox {
    float: left
}

.event-list {
    margin-bottom: 30px
}

.event-border-box {
    border-bottom: 2px solid #c7c8c7;
    padding: 20px 0
}

.event-border-box.event-item-top {
    border-top: 2px solid #c7c8c7
}

.event-date-box {
    background-color: #0d264c;
    color: #fff;
    height: 80px;
    padding-top: 22px;
    text-align: center;
    width: 80px
}

.event-date-box .event-date-number {
    font-size: 30px;
    line-height: 20px;
    margin: 0
}

.event-date-box .event-date-month {
    margin: 2px 0;
    text-transform: uppercase;
    font-weight: 400
}

.event-textbox {
    width: calc(100% - 80px);
    padding-left: 20px;
    padding-right: 80px;
    padding-top: 10px
}

.event-textbox > h4 {
    font-weight: 700
}

.event-textbox > h4 > a {
    color: #3e3e3e
}

article.event .published_date {
    display: none
}

.show-more .glyphicon {
    margin-right: 10px
}

.row.social h3 {
    display: inline;
    margin-right: 20px;
    color: #fff
}

.row.social img {
    display: inline;
    margin-right: 20px;
    color: #fff;
    width: 70px
}

.news-block {
    margin-bottom: 40px
}

.news-block div:first-child {
    padding-left: 0
}

.row.special-blogs {
    padding: 0
}

.special-blogs img {
    bottom: 0;
    position: absolute;
    width: 100%
}

.special-blogs .sb-textbox {
    display: table-cell;
    padding-bottom: 45px;
    padding-top: 45px;
    vertical-align: middle
}

.special-blogs .sb-textbox p {
    margin-bottom: 0
}

.special-blogs .sb-imgbox {
    height: 100%
}

#services-carousel .service-box {
    padding: 30px;
    text-align: left
}

.service-item img {
    max-width: 100%;
    height: 180px
}

.service-item .service-img-box {
    position: relative
}

.service-item .service-img-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.services_desc {
    color: #f44c49;
    display: none;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center
}

.row.image-feed {
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    text-align: center
}

.image-feed img {
    height: 250px
}

.instagram-btn {
    font-size: 20px;
    left: 50%;
    margin-left: -200px;
    margin-top: -25px;
    padding: 11px 0;
    position: absolute;
    text-transform: lowercase;
    top: 50%;
    width: 400px
}

.carousel-control {
    background-color: #f44c49;
    border-radius: 50%;
    bottom: auto;
    cursor: pointer;
    height: 45px;
    opacity: 1;
    top: 50%;
    width: 45px;
    text-shadow: none
}

.nbs-flexisel-item {
    cursor: default
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.carousel-control.right {
    right: -65px;
    top: 230px
}

.carousel-control.left {
    left: -65px;
    top: 230px
}

.carousel-control .glyphicon {
    margin-top: 12px
}

.navbar-toggle {
    border: medium none;
    margin-right: 0;
    background-color: transparent !important
}

.entry-header {
    margin: 30px 0
}

.entry-header .entry-title {
    margin-bottom: 30px;
    word-break: break-word
}

.tab-pane .entry-header .entry-title {
    margin-top: 0
}

.entry-header img.size-full {
    height: auto !important;
    width: 100%
}

.right-sidebar > h4, .jobs-date-title {
    border-bottom: 2px solid;
    margin-bottom: 20px;
    padding: 0 0 20px
}

.right-sidebar .rc_puff {
    margin-bottom: 20px
}

.right-sidebar .rc_docs_img, .trust_document_img {
    float: left;
    padding: 0 15px;
    width: 72px
}

.right-sidebar .rc_docs_title, .trust_document_title {
    float: left;
    width: calc(100% - 72px)
}

.right-sidebar .rc_puff_text, .right-sidebar .rc_pic_textbox {
    padding: 20px 40px
}

.right-sidebar .rc_puff a img.rc_icon {
    float: right
}

.right-sidebar .rc_puff_pic img.rc_main_img {
    width: 100%
}

.right-sidebar .rc_fullpic .rc_fullpic_textbox {
    bottom: 20px
}

.right-sidebar .rc_fullpic_textbox h3 {
    color: #f9b122;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 30px;
    text-align: center
}

.right-sidebar .rc_puff_banner {
    width: 261px;
    height: 480px;
    position: relative;
    text-align: center
}

.right-sidebar .rc_puff_banner .rc_banner_text {
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 5%
}

.right-sidebar .questions {
    border-top: medium none;
    margin: 0 0 20px;
    padding: 0
}

.right-sidebar .questions ul {
    margin: 0
}

.right-sidebar .questions ul > li:first-child {
    border-top: medium none
}

.btn-banner {
    padding: 11px 60px;
    color: #f44c49;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px
}

.acf-map {
    height: 300px;
    width: 100%
}

.acf-map img {
    max-width: inherit !important
}

.icon-drop-down {
    display: block;
    height: 27px;
    margin-top: -13px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 27px
}

.icon-drop-down-plus {
    background-image: url("../../img/icon_plus_purple.png")
}

.icon-drop-down-minus {
    background-image: url("../../img/icon_minus_purple.png")
}

.questions {
    margin: 30px 0
}

.questions ul {
    padding: 0
}

.questions ul li {
    border-top: 1px solid #c7c8c7;
    list-style: none
}

.questions ul li > a {
    color: #3c3c3c;
    display: inline-block;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    padding: 20px 60px 20px 20px;
    position: relative;
    width: 100%
}

.questions ul.fact-list li > a {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400
}

.questions p.underlined {
    margin-bottom: 0
}

.questions .pad-box {
    padding: 20px
}

.questions .textbox {
    width: 100%;
    float: none;
    margin-top: 20px
}

.questions .pr-desc {
    width: calc(100% - 139px);
    float: left
}

.question-collapse .person-rounded-img {
    float: left;
    margin-right: 20px
}

.fact-row h2 {
    margin-bottom: 0
}

.fact-wrap {
    border-top: 1px solid #c7c8c7;
    padding: 20px 0;
    margin-top: 0 !important
}

.fact-list {
    display: inline-block;
    margin: 45px 0 0
}

.fact-list li::before {
    display: none !important
}

.link-list > li {
    background-image: url("../../img/icon_arrow_purple.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px 11.5px;
    margin: 0 0 15px;
    padding-left: 24px
}

.rpl-page .related-post-list {
    padding-top: 0
}

.rpl-form {
    margin-bottom: 30px
}

.rpl-bottombox {
    border-bottom: 1px solid #c7c8c7;
    border-top: 1px solid #c7c8c7;
    padding: 10px 0
}

.rpl-item {
    border-bottom: 1px solid #c7c8c7;
    padding: 30px 0
}

.rpl-item.rpl-item-first {
    border-top: 1px solid #c7c8c7
}

.rpl-item h2 a, .rpl-item h3 a, .dark-link {
    color: #3c3c3c
}

.rpl-item h2 a:hover, .rpl-item h3 a:hover {
    color: #f44c49
}

.rpl-img {
    padding: 0 0 0 60px
}

.rpl-overflow-holder {
    overflow: hidden;
    position: relative
}

.rpl-img img {
    height: 270px;
    left: 50%;
    min-width: 100%;
    max-width: none;
    position: relative;
    transform: translateX(-50%);
    width: auto
}

.rpl-item .rpl-img {
    margin-bottom: 30px
}

.rpl-item.rpl-small {
    padding-bottom: 0
}

.rpl-item.rpl-small .rpl-textbox, .rpl-item.rpl-small .rpl-textbox p {
    margin-bottom: 0
}

.rpl-date-time > span {
    display: block
}

.rpl-date-time .rpl-label {
    display: inline-block;
    width: 70px
}

.rpl-bottombox .rpl-tags span {
    border-left: 1px solid #c7c8c7;
    display: inline-block;
    padding: 0 15px;
    text-transform: capitalize
}

.rpl-bottombox .rpl-tags span:first-child {
    border-left: medium none;
    padding-left: 0
}

.rpl-middle-title {
    border-bottom: 1px solid #c7c8c7;
    margin: 0;
    padding-top: 30px
}

.rpl-item .rpl-textbox {
    padding-left: 40px
}

.rpl-item .rpl-textbox.no-pad {
    padding-left: 0
}

.rpl-media-info {
    margin-bottom: 3px
}

.rpl-media h2 {
    line-height: 1;
    margin: 0
}

.rpl-media .rpl-item {
    border-bottom: 1px solid #c7c8c7
}

.dlp-row {
    padding: 30px 0
}

.dlp-row > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.dlp-row > ul li {
    border-bottom: 1px solid #c7c8c7;
    list-style: outside none none
}

.dlp-row > ul li a {
    display: block;
    padding: 10px 15px
}

.dlp-row > ul li:first-child {
    border-top: 1px solid #c7c8c7
}

.dep-jumbo {
    height: 320px
}

.dep-jumbo .jumbo-bg {
    background-position: center center
}

.dep_jumbo_overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.dep_jumbo_textbox {
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.dep-contentboxes .rpl-item {
    border-top: 1px solid #c7c8c7
}

.dep-contentboxes .rpl-item:last-child {
    border-bottom: 1px solid #c7c8c7
}

.dep-contentboxes .rpl-item .rpl-img, .dep-contentboxes .rpl-item .rpl-textbox {
    margin-bottom: 0
}

.dep-contentboxes .rpl-textbox {
    padding-top: 30px
}

.dep_puff {
    height: 210px;
    padding: 30px
}

.dep_puff_textbox, .dep_puff_img {
    display: table-cell;
    vertical-align: middle
}

.dep_puff_img {
    width: 20%
}

.dep_puff_textbox {
    padding-right: 15px;
    width: 80%
}

.dep_puff_textbox h2, .dep_puff_textbox p {
    margin: 0
}

.dep_puff_textbox h2 {
    font-weight: 400
}

.bg-grey .dep_puff_textbox {
    color: #3c3c3c
}

.cpl-list-item {
    border-bottom: 1px solid #c7c8c7;
    padding: 30px 0
}

.cpl-list-item:last-child {
    border: 0
}

.cpl-list .cpl-list-item:first-child {
    border-top: 1px solid #c7c8c7
}

.cpl-textbox {
    padding-top: 30px
}

.cpl-textbox p {
    margin: 0 0 10px
}

.cpl-textbox p.cpl-title {
    margin-bottom: 30px
}

.cpl-textbox p.cpl-phone {
    margin-top: 8px
}

.cpl-textbox h2 {
    line-height: 30px;
    margin: 0
}

.person-rounded-img {
    border-radius: 60px;
    height: 119px;
    overflow: hidden;
    position: relative;
    width: 119px
}

.person-img {
    height: 200px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 214px
}

.person-rounded-img img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.person-rounded-img img.pr-img-img {
    height: 102%;
    max-width: none;
    z-index: 0
}

.person-img img.pr-img-img {
    position: absolute;
    z-index: 0
}

.person-img img.pr-img-img.pr-img-img-laying {
    height: 100%;
    left: 50%;
    max-width: none;
    top: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto
}

.person-img img.pr-img-img.pr-img-img-standing {
    top: 0;
    width: 100%
}

.person-rounded-img img.pr-img-overlay {
    z-index: 1
}

.person-img img.pr-img-overlay {
    z-index: 1;
    display: none;
    position: absolute;
    left: 0;
    width: 214px;
    bottom: 0
}

.line-box {
    border-bottom: 1px solid #c7c8c7;
    padding: 30px 0
}

.line-boxes .line-box:first-child {
    border-top: 1px solid #c7c8c7
}

.line-boxes .line-box p:last-child, .line-boxes .line-box h1:last-child, .line-boxes .line-box h2:last-child, .line-boxes .line-box h3:last-child, .line-boxes .line-box h4:last-child {
    margin-bottom: 0
}

.nbs-flexisel-inner {
    float: none
}

.stacktable.small-only {
    display: none
}

.form-control, .input-group .form-control {
    margin-bottom: 10px
}

.form-inline .form-control {
    margin-right: 10px
}

form .btn {
    margin-top: 10px
}

form .btn.btn-select, form .search-btn {
    margin-top: 0
}

.bootstrap-select > .dropdown-toggle {
    padding: 7px 13px;
    margin-bottom: 10px
}

.input-group .form-control.date-time-picker, .input-group .form-control.date-time-picker-noday, .input-group .form-control.date-time-picker-yrs {
    border-radius: 4px 0 0 4px !important;
    margin-bottom: 0
}

.input-group.thinner {
    width: 30%;
    margin-bottom: 15px
}

.input-group.thinner input {
    margin-bottom: 0
}

#contact_info_map {
    width: 100%
}

.general-page-footer > div {
    padding-bottom: 30px;
    padding-top: 7px
}

.social-media-box {
    border-top: 1px solid #c7c8c7;
    margin-top: 60px;
    padding-bottom: 30px !important;
    padding-top: 15px !important
}

.social-media-box img {
    margin-right: 10px;
    max-width: 50px
}

.footer-contact .person-rounded-img {
    float: left;
    margin-right: 30px
}

.footer-contact > h4 {
    margin-bottom: 30px
}

.ninja-forms-form-wrap input:not(.btn), .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    border: 1px solid #c7c8c7;
    border-radius: 4px;
    padding: 5px 10px
}

.r-tabs {
    margin-bottom: 30px
}

.r-tabs .r-tabs-tab a {
    background-color: #ebeceb;
    border-bottom: 5px solid #fff;
    color: #3c3c3c;
    display: block;
    font-weight: bold;
    padding: 15px 30px;
    font-size: 15px
}

.r-tabs .r-tabs-tab::before {
    display: none
}

.r-tabs .r-tabs-tab.r-tabs-state-active a {
    border-bottom: 5px solid #ebeceb;
    color: #f44c49
}

.r-tabs .r-tabs-tab {
    border-right: 5px solid transparent
}

.r-tabs .r-tabs-panel {
    background-color: #ebeceb;
    padding: 30px
}

.cpl-list {
    margin-top: 10px
}

.tab-content {
    min-height: 20px;
    background: #f3f3f3;
    padding: 30px
}

.nav-tabs {
    border: 0;
    padding-left: 0 !important
}

.nav-tabs a {
    font-size: 20px;
    font-weight: bold;
    color: #333
}

.nav-tabs > li {
    background: #f3f3f3;
    border-radius: 0;
    margin-right: 5px;
    border-bottom: 5px solid #fff
}

.nav-tabs li::before {
    display: none !important
}

.nav-tabs li.active, .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border: 0;
    background: #f3f3f3;
    height: 54px
}

.nav-tabs li.active a, .nav-tabs li.active a:focus {
    color: #f44c49
}

.tab-content .entry-header {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.tab-content .result-wrap {
    margin-bottom: 20px
}

.tab-content h2 {
    margin-bottom: 5px !important
}

.tab-content a {
    color: #333
}

.panel-default {
    border-color: #f44c49;
    border-radius: 0;
}

.panel-default > .panel-heading {
    background-color: #f44c49;
    padding: 11px 15px;
    border-radius: 0
}

.panel-default > .panel-heading a {
    color: #fff
}

.menu-panel .panel-body {
    background: #feecec;
    padding: 3rem;
}

.menu-panel .panel-body ul {
    list-style: none;
    padding-left: 0;
}

.menu-panel .panel-body ul li {
    margin-bottom: 1rem;
}

.menu-panel .panel-body ul li::before {
    content: "";
    display: none;
}

.menu-panel .panel-body ul li a {
    color: #000;
    text-decoration: underline;
}

footer {
    min-height: 500px;
    font-weight: 400;
    color: #fff
}

.footer-fields hr {
    margin: 60px 0 30px
}

footer .footer_logo {
    margin-top: 30px;
    width: 50%
}

footer .footer_logo.visible-sm {
    margin: 0 auto;
    max-width: 35%;
    width: auto
}

h3.question-head {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px
}

.poll-answers, .poll-buttons, .poll-links {
    display: block
}

.poll-buttons p {
    margin-bottom: 0
}

.poll-answers {
    margin-bottom: 20px
}

.poll-answers label.btn span {
    font-size: 1.5em
}

.poll-answers label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #333;
    display: inline
}

.poll-answers label input[type="radio"] ~ i.fa.fa-circle {
    display: none
}

.poll-answers label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none
}

.poll-answers label input[type="radio"]:checked ~ i.fa.fa-circle {
    color: #f44c49;
    display: inline
}

.poll-answers label:hover input[type="radio"] ~ i.fa {
    color: #f44c49
}

.poll-answers label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline
}

.poll-answers label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none
}

.poll-answers label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none
}

.poll-answers label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #f44c49;
    display: inline
}

.poll-answers label:hover input[type="checkbox"] ~ i.fa {
    color: #f44c49
}

.poll-answers div[data-toggle="buttons"] label.active {
    color: #f44c49
}

.poll-answers div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0 solid #c8c8c8;
    border-radius: 3px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.poll-answers div[data-toggle="buttons"] label:hover {
    color: #f44c49
}

.poll-answers div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.poll-answers form .btn {
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 25px
}

.wp-polls-ans {
    margin-top: 20px
}

section.error-404 {
    text-align: center
}

.wp-polls-ul > li {
    margin-bottom: 20px
}

.collapseomatic.dashed {
    background: none !important;
    padding: 0 !important;
    text-decoration: none !important;
    cursor: pointer;
    border-bottom: 1px dashed #111 !important
}

.collapseomatic_content {
    margin-left: 0;
    padding: 0;
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 5px;
    display: none
}

.general-page-footer > .share-with-friends-box {
    background-color: rgba(139, 42, 142, 0.7);
    display: none;
    height: 100%;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}

.share-with-friends-box-inner {
    background-color: #fff;
    border-radius: 10px;
    bottom: 60px;
    left: 50%;
    margin-left: -300px;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 30px;
    position: absolute;
    top: 60px;
    width: 600px
}

.share-with-friends-box .container {
    height: 100%
}

.share-with-friends-close {
    color: #8b2a8e;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px
}

.pollbar {
    height: 10px !important;
    background: #f44c49
}

#post-3815 a {
    display: none
}

.register-form .col-md-1, .register-form .col-sm-1, .register-form .col-xs-1 {
    width: 6.33%
}

body.no-interaction {
    overflow: hidden
}

.broken_link, a.broken_link {
    text-decoration: none !important
}

.form-flex {
    display: flex;
    gap: 15px;
}

.form-flex-column {
    flex: 1;
}