  /*
 Theme Name:   custom_v1 Child
 Theme URI:    http://wwww.maxburst.com/
 Description:  custom_v1 Child Theme
 Author:       MAXBURST
 Author URI:   http://www.maxburst.com/
 Template:     custom_v1
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  custom_v1_child
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Elements
3.0 Header
4.0 Widgets, Sidebars, Etc.
5.0 Homepage
6.0 Posts and Pages
7.0 Footer
8.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: black;
    overflow-x: hidden;
}

/* Scroll bar stylings */
.fl-scrolls::-webkit-scrollbar {
    width: 10px;
    height: 16px;
    border-radius: 8px;
    background: #A6AFBC;
}

/* Track */
.fl-scrolls::-webkit-scrollbar-track {
    background: var(--lightestgrey);
}

/* Handle */
.fl-scrolls::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgba(21, 61, 115, 0.7) 0%, rgba(1, 28, 65, 0.7) 100%);
    border-radius: 8px;
}

/* Handle on hover */
.fl-scrolls::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.ecs-event-list {
    padding: 0 15px !important;
}

.ecs-event-list h4.entry-title.summary a {
    color: #23517B;
    font-weight: 600;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 28px;
    margin: 0 0 25px;
}

h2 {
    font-size: 28px;
    margin: 20px 0 15px;
}

h2.underline {
    text-transform: uppercase;
}

h2.underline:after {
    width: 100%;
    content: "";
    height: 1px;
    background: #000000;
    display: block;
}

h3 {
    font-size: 17px;
    margin: 25px 0 10px;
}

h3.underline {
    text-transform: uppercase;
    font-size: 20px
}

h3.underline:after {
    width: 100%;
    content: "";
    height: 1px;
    background: #000000;
    display: block;
}

h4 {
    font-size: 16px;
    margin: 20px 0px 10px 0px;
    color: #1B4B69;
}

h5 {
    font-size: 15px;
    margin: 0 0 5px;
}

h6 {
    font-size: 12px;
    margin: 0 0 5px;
}

a {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
a {
    color: #23517B;
    font-weight: 600;
}
a:hover {
    color: #6DBDF2;
    text-decoration: underline;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

b, strong {
    font-weight: 600;
}

hr.blank {
    border: none;
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
}

.no-bot-margin {
    margin-bottom: 0;
}

form.wpcf7-form input {
    width: 100%;
}

form.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form-control.wpcf7-radio input {
    width: auto;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #203F5F;
    border: medium none;
    color: #FFFFFF;
    padding: 10px;
    width: 160px;
    border-radius: 20px;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #011C40;
}

@media (min-width: 768px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }
}

img {
    max-width: 100%;
    height: auto !important;
}

/*--------------------------------------------------------------
2.0 Elements
--------------------------------------------------------------*/
.sidebar-toggle-btn {
    margin-bottom: 30px;
}

.btn-primary {
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgb(20, 45, 78);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MmQ0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNDJkNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(20, 45, 78, 1) 0%, rgba(20, 45, 78, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(20, 45, 78, 1)), color-stop(100%, rgba(20, 45, 78, 1)));
    background: -webkit-linear-gradient(top, rgba(20, 45, 78, 1) 0%, rgba(20, 45, 78, 1) 100%);
    background: -o-linear-gradient(top, rgba(20, 45, 78, 1) 0%, rgba(20, 45, 78, 1) 100%);
    background: -ms-linear-gradient(top, rgba(20, 45, 78, 1) 0%, rgba(20, 45, 78, 1) 100%);
    background: linear-gradient(to bottom, rgba(20, 45, 78, 1) 0%, rgba(20, 45, 78, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142d4e', endColorstr='#142d4e', GradientType=0);
    border: 0;
}

.btn-primary:hover {
    background: rgb(20, 45, 78);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MmQ0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTNhNmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(20, 45, 78, 1) 0%, rgba(21, 58, 106, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(20, 45, 78, 1)), color-stop(100%, rgba(21, 58, 106, 1)));
    background: -webkit-linear-gradient(top, rgba(20, 45, 78, 1) 0%, rgba(21, 58, 106, 1) 100%);
    background: -o-linear-gradient(top, rgba(20, 45, 78, 1) 0%, rgba(21, 58, 106, 1) 100%);
    background: -ms-linear-gradient(top, rgba(20, 45, 78, 1) 0%, rgba(21, 58, 106, 1) 100%);
    background: linear-gradient(to bottom, rgba(20, 45, 78, 1) 0%, rgba(21, 58, 106, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142d4e', endColorstr='#153a6a', GradientType=0);
}

.btn-sm {
    padding: 8px 35px;
}

ul {
    padding-left: 20px;
}

ul.inline {
    display: inline-block;
}

ul.marked-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    vertical-align: top;
    width: 305px;
}

ul.marked-list li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 2px;
    position: relative;

    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.02)), color-stop(10%, rgba(0, 0, 0, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);

}

ul.marked-list li:before {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    left: 5px;
    background: url(/wp-content/themes/custom_v1_child/images/list-marker.png) left center no-repeat;
}

.thumbnail {
    background-color: #B0CFCE;
    border-radius: 0;
}

.su-accordion.grey .su-spoiler {
    margin-bottom: 0;
}

.su-accordion.grey .su-spoiler-content {
    background: #ECEFF1;
    color: #596165;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    padding: 10px 20px;
}

.su-accordion.grey .su-spoiler-title > .su-spoiler-icon {
    right: 10px;
    left: initial;
    top: 11px;
    height: 30px;
    width: 30px;
    border: 1px solid #23517B;
    display: block;
    border-radius: 100%;
    padding: 4px;
}

.su-accordion.grey .su-spoiler-title {
    color: #23517B;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    border: 1px solid #D4D4D4;
    border-bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,dedede+100 */
    background: #F1F1F1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #F1F1F1 0%, #DEDEDE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F1F1), color-stop(100%, #DEDEDE)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F1F1F1 0%, #DEDEDE 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F1F1F1 0%, #DEDEDE 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F1F1F1 0%, #DEDEDE 100%); /* IE10+ */
    background: linear-gradient(to bottom, #F1F1F1 0%, #DEDEDE 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dedede', GradientType=0); /* IE6-8 */
}

.su-accordion.grey .su-spoiler-title:last-child {
    border-bottom: 1px;
}

.tablepress > thead > tr > th {
    border-bottom: none;
    color: white;
    opacity: .7;
    background: rgb(21, 61, 115);
    background: -moz-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 61, 115, 1)), color-stop(100%, rgba(1, 28, 65, 1)));
    background: -webkit-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%);
    background: -o-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%);
    background: -ms-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%);
    background: linear-gradient(to bottom, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153d73', endColorstr='#011c41', GradientType=0);
}

.su-column-size-1-2 {
    width: 46% !important;
}

@media (min-width: 768px) {
    .sidebar-toggle-btn {
        display: none;
    }

    #collapse-sidebar {
        display: block !important;
        visibility: visible !important;
    }

    .pull-left-sm {
        float: left;
    }

    .pull-right-sm {
        float: right;
    }
}

@media (min-width: 992px) {
    .pull-left-md {
        float: left;
    }

    .pull-right-md {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-left-lg {
        float: left;
    }

    .pull-right-lg {
        float: right;
    }
}

.column-xs-5,
.column-sm-5,
.column-md-5,
.column-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.column-xs-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .column-sm-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .column-md-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .column-lg-5 {
        width: 20%;
        float: left;
    }
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#header {
    background-color: #FFFFFF;
}

#preheader {
    background-color: #011C40;
    padding: 10px 0px;
}

#preheader .color-changes {
    list-style: outside none none;
    margin: 0 0 0 -15px;
    padding: 0;
    text-align: right;
    font-size: 12px;
}

#preheader .color-changes li {
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 16px;
}

#preheader .color-changes li.text {
    padding: 0 1%;
}

#preheader .color-changes li a {
    display: block;
    line-height: 15px;
}

#preheader .color-changes li span {
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 4px 0 0;
    vertical-align: top;
    width: 8px;
}

#preheader .color-changes .title {
    margin: 0 5px 0 0;
    text-align: left;
    width: auto;
    color: #FFFFFF;
}

#preheader .color-changes .white-blue {
    background-color: #FFFFFF;
}

#preheader .color-changes .white-blue span {
    background-color: #0000F7;
}

#preheader .color-changes .yellow-black {
    background-color: #FFFC00;
    box-shadow: 1px 2px 3px rgba(255, 255, 255, 0.5);
}

#preheader .color-changes .yellow-black span {
    background-color: #141414;
}

#preheader .color-changes .orange-black {
    background-color: #FF9921;
    box-shadow: 1px 2px 3px rgba(255, 255, 255, 0.5);
}

#preheader .color-changes .orange-black span {
    background-color: #141414;
}

#preheader .color-changes .white-black {
    background-color: #FFFFFF;
}

#preheader .color-changes .white-black span {
    background-color: #141414;
}

#preheader .color-changes .black-yellow {
    background-color: #141414;
    box-shadow: 1px 2px 3px rgba(255, 255, 255, 0.5);
}

#preheader .color-changes .black-yellow span {
    background-color: #FFFC00;
}

#preheader .color-changes .text {
    width: auto
}

#subheader > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

#preheader a {
    color: #FFFFFF;
}

#preheader a:hover {
    color: #6DBDF2;
}

#preheader .top-menu {
    text-align: center;
    margin: 0 0 10px;
}

#preheader .top-menu li {
    padding: 0 0 0 7px;
    margin: 3px 0 3px 7px;
    border-left: 1px solid #FFFFFF;
    line-height: 14px;
}

#preheader .top-menu li:first-child {
    border: 0px;
}

#preheader .top-menu a {
    font-size: 12px;
}

#preheader .top-menu a:hover {
    text-decoration: none;
}

#header .navbar-default {
    background-color: #FFFFFF;
    border: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    height: auto;
    padding: 20px 15px;
}

.navbar-form {
/ / margin-top: 34 px;
/ / margin-bottom: 30 px;
/ / width: 500 px;
}

.navbar-form .input-group > .form-control {
    border-radius: 20px 0px 0px 20px;
}

.navbar-form .input-group .input-group-btn {
    width: 1%;
}

.navbar-form .input-group .input-group-btn .btn {
    border-radius: 0px 20px 20px 0px;
}

.navbar-form .input-group .input-group-btn .btn i {
    font-size: 18px;
    color: #9E9E9E;
    margin: 0 10px 0px 5px;
}

.navbar-collapse {
    background: rgb(21, 61, 115); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 61, 115, 1)), color-stop(100%, rgba(1, 28, 65, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153d73', endColorstr='#011c41', GradientType=0); /* IE6-9 */
}

#navigation-container {
    background: rgb(21, 61, 115); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 61, 115, 1)), color-stop(100%, rgba(1, 28, 65, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(21, 61, 115, 1) 0%, rgba(1, 28, 65, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153d73', endColorstr='#011c41', GradientType=0); /* IE6-9 */
    z-index: 9999;
}

#navigation-container #mega-menu-wrap-primary {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}

#navigation-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#navigation-container #mega-menu-wrap-primary .mega-menu-toggle {
    background: transparent;
    height: 50px;
    color: #FFFFFF;
}

#navigation-container #mega-menu-wrap-primary .mega-menu-toggle:before {
    /*content: "\f333";*/
    font-family: 'dashicons';
    font-size: 22px;
    margin: 12px 0 0 -3px;
    float: right;
    border: 1px solid white;
    border-radius: 4px;
    line-height: 25px;
    font-weight: lighter;
    padding: 0 5px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: #011C40;
}

.dropdown-menu {
    min-width: 100%;
    background-color: #153D72;
    border: 0px;
    padding: 0;
    border-radius: 0;
}

.dropdown-menu > li > a {
    color: #FFFFFF;
    border-top: 1px solid #1C4376;
    font-size: 12px;
    padding: 15px 20px;
}

.dropdown-menu > li > a:hover {
    background-color: #2D5180;
    color: #FFFFFF;
}

.navbar-toggle {
    margin-top: 15px;
}

@media (max-width: 768px) {
    #navigation-container .mega-menu-toggle {
        position: relative;
        float: left;
    }

    #navigation-container #mega-menu-wrap-primary .mega-menu-toggle:after {
        content: '';
        display: none;
    }

    #preheader .top-menu li {
        padding: 0 0 0 7px;
        margin: 3px 3px;
        line-height: 10px;
    }

    #preheader .top-menu a {
        font-size: 10px;
    }

    .navbar-brand {
        margin: 0 auto;
        float: none;
        display: block;
    }

    .navbar-brand > img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    header.entry-header {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: 500px;
        margin-top: 34px;
    }

    #preheader .top-menu {
        float: right;
        text-align: left;
        margin: 0;
    }

    #navigation-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 11px;
        padding: 0 10px;
    }

    #navigation-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        border-left: 2px solid #153D73;
        border-right: 2px solid #011C40;
    }

    #navigation-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a {
        border-right: 0;
    }

}

@media (min-width: 992px) {
    #navigation-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 15px;
        padding: 0 12px;
    }

}

@media (min-width: 1200px) {
    #navigation-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0 30px;
    }
}

/*--------------------------------------------------------------
4.0 Widgets, Sidebars, Etc.
--------------------------------------------------------------*/
.widget {
    margin: 0 0 30px;
}

.widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    margin-bottom: 10px;
}

.widget-title {
    margin: 0 0 15px;
    font-weight: 300;
    font-size: 16px;
}

aside.gallery-widget .su-custom-gallery-slide {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0;
    width: 33.3333%;
}

aside.gallery-widget .su-custom-gallery-slide img {
    border: none;
    background-color: transparent;
}

aside.gallery-widget .su-custom-gallery {
    margin: 0 0;
    padding: 0 5px 5px;
}

aside.events-widget .gce-page-list .gce-feed:last-child {
    border-bottom: none;
    box-shadow: none;
}

aside.events-widget .gce-page-list {
    padding: 0 10px 10px;
}

aside.events-widget .gce-page-list div.gce-feed {
    margin-bottom: 15px;
}

aside.events-widget .gce-feed,
aside.events-widget .gce-widget-list .gce-list p span,
aside.events-widget .gce-widget-list .gce-list div span,
aside.events-widget .gce-feed a,
aside.events-widget .gce-list-event,
aside.events-widget .gce-tooltip-event {
    color: #23517B;
}

.gce-list-event .gce-tooltip-event b {
    color: #23517B;
}

aside .gce-list-event.gce-tooltip-event:first-line {
    color: #333333;
    font-size: .95em;
}

/*#text-7,*/
aside.post-feed-widget,
aside.gallery-widget,
aside.events-widget,
.widget.widget_categories {
    background-color: #F7F7F7;
    border: 1px solid #E9E9E9;
}

.extended-menu {
    color: #FFFFFF;
}

.extended-menu.style-1,
.extended-menu.style-1 .nav .dropdown-menu {
    background-color: #23517B;
}

.extended-menu.style-2,
.extended-menu.style-2 .nav .dropdown-menu {
    background-color: #53BAC6;
}

.extended-menu.style-3,
.extended-menu.style-3 .nav .dropdown-menu {
    background-color: #A172AA;
}

.extended-menu.style-4,
.extended-menu.style-4 .nav .dropdown-menu {
    background-color: #128481;
}

.extended-menu.style-5,
.extended-menu.style-5 .nav .dropdown-menu {
    background-color: #E23E38;
}

.extended-menu.style-6,
.extended-menu.style-6 .nav .dropdown-menu {
    background-color: #0070A7; /* auto tech menu */
}

.extended-menu.style-7,
.extended-menu.style-7 .nav .dropdown-menu {
    background-color: #F1805E; /* cosmetology menu */
}

.extended-menu.style-8,
.extended-menu.style-8 .nav .dropdown-menu {
    background-color: #40AEC2; /* dms menu */
}

.extended-menu.style-9,
.extended-menu.style-9 .nav .dropdown-menu {
    background-color: #B7748D; /* esthetics menu */
}

.extended-menu.style-10,
.extended-menu.style-10 .nav .dropdown-menu {
    background-color: #6998BD; /* medical assisting */
}

.extended-menu.style-11,
.extended-menu.style-11 .nav .dropdown-menu {
    background-color: #A4A0CE; /* nurse assisting */
}

.extended-menu.style-12,
.extended-menu.style-12 .nav .dropdown-menu {
    background-color: #009DB9; /* practical nursing */
}

.extended-menu.style-13,
.extended-menu.style-13 .nav .dropdown-menu {
    background-color: #3BC7C4; /* surgical technology */
}

.extended-menu .widget-title,
    /*#text-7 .widget-title,*/
aside.post-feed-widget .widget-title,
aside.gallery-widget .widget-title,
aside.events-widget .widget-title,
#categories-2 .widget-title {
    text-transform: uppercase;
    padding: 0 10px 0 45px;
    line-height: 45px;
    margin: 0;
    font-weight: 400;
}

.extended-menu .widget-title {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*#text-7 .widget-title,*/
aside.post-feed-widget .widget-title,
aside.gallery-widget .widget-title,
aside.events-widget .widget-title,
#categories-2 .widget-title {
    color: #828282;
    position: relative;
    padding-left: 50px;
    margin: 10px 0 5px;
}

/*#text-7 .widget-title::before,*/
aside.post-feed-widget .widget-title::before,
aside.gallery-widget .widget-title::before,
aside.events-widget .widget-title::before,
#categories-2 .widget-title::before {
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 1px;
}

/*#text-7 .widget-title::before,*/
aside.post-feed-widget .widget-title::before,
#categories-2 .widget-title::before {
    content: '\f1ea';
}

aside.gallery-widget .widget-title::before {
    content: '\f03e';
}

aside.events-widget .widget-title::before {
    content: '\f073';
}

/*#text-7 h2.su-post-title a,*/
#collapse-sidebar-2 aside.events-widget .gce-feed, aside.events-widget .gce-widget-list .gce-list p span,
#collapse-sidebar-2 aside.events-widget .gce-widget-list .gce-list div span,
#collapse-sidebar-2 aside.events-widget .gce-feed a,
#collapse-sidebar-2 aside.events-widget .gce-list-event,
#collapse-sidebar-2 aside.events-widget .gce-tooltip-event,
aside.post-feed-widget h2.su-post-title a {
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

#collapse-sidebar-2 aside.events-widget .gce-feed a {
    text-decoration: underline;
}

/*#text-7 .su-post,*/
aside.post-feed-widget .su-post {
    position: relative;
    width: 100%;
    clear: both;
    padding: 0 10px;
    float: left;
    margin-bottom: 30px;
}

/*#text-7 .su-post:after,*/
aside.post-feed-widget .su-post:after {
    width: 100%;
    height: 2px;
    content: '';
    background: #E9E9E9;
    position: absolute;
    bottom: -15px;
    left: 0px;
}

.widget.widget_categories .cat-item {
    border-bottom: 2px solid #E9E9E9;
}

.widget.widget_categories .cat-item:last-child {
    border-bottom: none;
}

/*#text-7 .su-post:last-child:after,*/
aside.post-feed-widget .su-post:last-child:after {
    display: none;
}

.cat-item {
    padding: 0 10px;
}

.cat-item > a {
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

a.more-news {
    border: 2px solid #8C8C8C;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 5px 15px;
    color: #8C8C8C;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: block;
    clear: both;
    max-width: 135px;
}

a.more-news:hover,
a.more-news:focus {
    background: #8C8C8C;
    color: white;
    text-decoration: none;
}

.extended-menu.style-1 .widget-title,
.extended-menu.style-4 .widget-title,
.extended-menu.style-5 .widget-title,
.extended-menu.style-6 .widget-title,
.extended-menu.style-7 .widget-title,
.extended-menu.style-8 .widget-title,
.extended-menu.style-9 .widget-title,
.extended-menu.style-10 .widget-title,
.extended-menu.style-11 .widget-title,
.extended-menu.style-12 .widget-title,
.extended-menu.style-13 .widget-title {
    background: url(/wp-content/themes/custom_v1_child/images/list-icon-1.png) 15px center no-repeat;
}

.extended-menu.style-2 .widget-title {
    background: url(/wp-content/themes/custom_v1_child/images/list-icon-2.png) 15px center no-repeat;
}

.extended-menu.style-3 .widget-title {
    background: url(/wp-content/themes/custom_v1_child/images/list-icon-3.png) 15px center no-repeat;
}

.extended-menu .nav > li,
.extended-menu .nav > li a {
    outline: none !important;
}

.extended-menu .nav > li {
    margin-bottom: 0;
}

.extended-menu .nav > li > a {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background: transparent;
    position: relative;
    display: block;
}

.extended-menu .nav > li > a:hover {
    background-color: rgba(0, 0, 0, .3);
    border-bottom-color: #CCCCCC;
}

.extended-menu .nav > li > a:focus,
.extended-menu .nav > li > a:active {
    background-color: transparent;
}

.extended-menu ul > li > ul > li > a:before {
    display: none;
}

.extended-menu .nav > li.menu-item-has-children:hover > .dropdown-menu,
.extended-menu .nav > li.menu-item-has-children:focus > .dropdown-menu {
    display: block;
    box-shadow: inset 0 0 30px #000000;
    margin-bottom: 12px;
}

.extended-menu .nav .dropdown-menu {
    position: relative;
    background-color: inherit;
    font-size: 14px;
    border-left: 1px solid transparent;
    box-shadow: 0;
}

#collapse-sidebar-2 .extended-menu .nav .dropdown-menu {
    left: -100%;
    border-left: none;
    border-right: 5px solid transparent;
}

.extended-menu .nav .dropdown-menu li {
    margin: 0;
}

.extended-menu .nav .dropdown-menu > li > a {
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #FFFFFF;
}

.extended-menu .nav .caret {
    display: none;
}

.extended-menu .dropdown > a:before {
    content: '>';
    position: absolute;
    right: 15px;
}

.extended-menu .nav .dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, .1);
}

#cta .su-posts-default-loop .su-post,
.srp-post-content-container {
    border-bottom: 1px solid #548BA2;
    -webkit-box-shadow: 0px 1px 0px #80BDD5;
    -moz-box-shadow: 0px 1px 0px #80BDD5;
    box-shadow: 0px 1px 0px #80BDD5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#cta .su-post-title,
.srp-post-title {
    margin: 5px 0 10px;
    font-size: 19px;
}

#cta .su-post-title a,
.srp-post-title a {
    text-decoration: none;
    color: #FFFFFF;
}

#cta .su-post-title a {
    font-weight: normal;
    font-size: 19px;
}

#cta a.more-news {
    border-color: white;
    color: white;
}

#cta a.more-news:hover,
#cta a.more-news:focus {
    background-color: white;
    color: #333333;
}

.srp-post-date {
    color: #FFFFFF;
    font-size: 19px;
}

#cta .su-posts-default-loop .su-post:before,
#cta .su-posts-default-loop .su-post:after,
.srp-post-content-container:before,
.srp-post-content-container:after {
    content: '';
    display: table;
}

#cta .ecs-event-list h4.entry-title.summary a {
    color: #FFF285;
    font-weight: 600;
    font-size: 14px;
}

#cta span.duration.time {
    color: #fff;
}

.srp-post-content-container:after {
    clear: both;
}

.su-posts-default-loop .su-post-thumbnail img {
    border: 3px solid white;
}

.srp-thumbnail-box {
    float: left;
    background-color: #FFFFFF;
    padding: 3px;
    margin-right: 10px;
}

.social-widget-area {
    line-height: 20px;
}

.social-widget-area .widget {
    margin: 0;
    text-align: center;
}

.social-widget-area a {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin: 0 5px;
    color: #FFFFFF;
}

#cta {
    border-bottom: 6px solid #FFFFFF;
    position: relative;
    padding: 50px 0;
}

#cta .widget-area {
    position: relative;
    z-index: 10;
}

#cta .overlay-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 3px solid #FFFFFF;

    background: rgb(131, 182, 203);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzYjZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDkwYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(131, 182, 203, 1) 0%, rgba(68, 144, 176, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(131, 182, 203, 1)), color-stop(100%, rgba(68, 144, 176, 1)));
    background: -webkit-linear-gradient(top, rgba(131, 182, 203, 1) 0%, rgba(68, 144, 176, 1) 100%);
    background: -o-linear-gradient(top, rgba(131, 182, 203, 1) 0%, rgba(68, 144, 176, 1) 100%);
    background: -ms-linear-gradient(top, rgba(131, 182, 203, 1) 0%, rgba(68, 144, 176, 1) 100%);
    background: linear-gradient(to bottom, rgba(131, 182, 203, 1) 0%, rgba(68, 144, 176, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b6cb', endColorstr='#4490b0', GradientType=0);
}

#cta .overlay-right {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 0%;
    width: 100%;
    z-index: 1;
    border-top: 3px solid #FFFFFF;
    background: rgb(91, 125, 156);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViN2Q5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzUxN2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(91, 125, 156, 1) 0%, rgba(35, 81, 123, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(91, 125, 156, 1)), color-stop(100%, rgba(35, 81, 123, 1)));
    background: -webkit-linear-gradient(top, rgba(91, 125, 156, 1) 0%, rgba(35, 81, 123, 1) 100%);
    background: -o-linear-gradient(top, rgba(91, 125, 156, 1) 0%, rgba(35, 81, 123, 1) 100%);
    background: -ms-linear-gradient(top, rgba(91, 125, 156, 1) 0%, rgba(35, 81, 123, 1) 100%);
    background: linear-gradient(to bottom, rgba(91, 125, 156, 1) 0%, rgba(35, 81, 123, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b7d9c', endColorstr='#23517b', GradientType=0);
}

#cta .widget-title,
#cta #gce_widget-2 h2,
#cta .widget h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 35px;
}

.simcal-nav [class*=" simcal-icon-"]:before,
.simcal-nav [class^=simcal-icon-]:before {
    font-family: FontAwesome;
}

.simcal-nav .simcal-icon-left:before {
    content: '\f053';
}

.simcal-nav .simcal-icon-right:before {
    content: '\f054';
}

#cta .simcal-calendar,
#cta [class*=" simcal-icon-"]:before,
#cta [class^=simcal-icon-]:before {
    color: white;
}

.simcal-default-calendar-list dt.simcal-day-label {
    display: none;
}

span.simcal-event-title {
    font-size: 14px;
}

.simcal-event-details a {
    font-size: 13px;
}

#cta span.simcal-event-end.simcal-event-end-date {
    font-size: 14px;
}

#cta span.simcal-event-title {
    font-size: 17px;
    line-height: 1.2;
    color: #F8FF00;
    font-weight: normal;
}

#cta .gce-list-event a {
    color: white;
}

#cta .widget h2,
.srp-widget-title {
    background: url(/wp-content/themes/custom_v1_child/images/news-icon.png) left center no-repeat;
    padding-left: 40px;
}

#cta #gce_widget-2 h2 {
    background: url(/wp-content/themes/custom_v1_child/images/event-icon.png) left center no-repeat;
    padding-left: 40px;
}

#evcalwidget-2 #evcal_widget #evcal_head .evcal_arrows .fa {
    font-size: 18px;
    position: absolute;
    margin-top: 0;
    color: black;
}

#evcalwidget-2 #evcal_widget #evcal_head .evcal_arrows.evcal_btn_prev .fa {
    margin-left: -5px;
}

a.gce-change-month-list {
    color: black;
    background-color: white;
    width: 21px;
    display: block;
    height: 21px;
    line-height: 21px;
    padding: 0 0;
    margin: 0 0;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0px;
    position: relative;
}

a.gce-change-month-list:hover,
a.gce-change-month-list:focus {
    text-decoration: none;
}

.gce-prev a.gce-change-month-list:before,
.gce-next a.gce-change-month-list:before {
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    position: absolute;
}

.gce-prev a.gce-change-month-list:before {
    content: "\f104";
    left: 6px;
}

.gce-next a.gce-change-month-list:before {
    content: "\f105";
    right: 6px;
}

.gce-month-title, .gce-list-title {
    font-weight: bold;
    font-family: oswald, 'arial narrow';
    text-transform: uppercase;
    color: #C6C6C6;
    font-size: 18px;
    padding: 10px 0 0;
}

.gce-list-event, .gce-tooltip-event {
    background-color: transparent;
    padding: 0 0;
    color: white;
    font-size: 17px;
}

#cta .gce-feed {
    border-bottom: 1px solid #23517B;
    box-shadow: 0 1px #7D8E9E;
    padding-bottom: 7px;
}

.gce-feed,
.gce-widget-list .gce-list p span,
.gce-widget-list .gce-list div span,
.gce-feed a {
    color: #EEEEEE;
}

.srp-post-date {
    display: none;
}

.container .su-custom-gallery-title, .mfp-bottom-bar .mfp-title {
    display: none;
}

@media (max-width: 768px) {
    .extended-menu.style-4 .nav ul.dropdown-menu {
        position: relative;
        left: 0;
    }

    .extended-menu.style-4 .nav ul.dropdown-menu li a {
        padding-left: 10px;
    }

    #secondary {
        margin-top: 25px;
    }

    .srp-thumbnail-box {
        float: left;
        background-color: #FFFFFF;
        padding: 3px;
        margin: 0 auto 20px;
        width: 100%;
    }

    .srp-post-thumbnail {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .social-widget-area .widget {
        text-align: left;
    }

    .social-widget-area a {
        margin: 0 15px 0 0;
    }

    #cta .overlay-left {
        top: 0;
        bottom: 0;
        border: 0;
        border-right: 3px solid #FFFFFF;
        width: 50%;
    }

    #cta .overlay-right {
        top: 0;
        bottom: 0;
        border: 0;
        left: auto;
        right: 0;
        border-left: 3px solid #FFFFFF;
        width: 50%;
    }

    .extended-menu .widget-title
        /*#text-7 .widget-title*/
    {
        font-size: 18px;
    }

    .extended-menu .nav > li.menu-item-has-children:hover > .dropdown-menu,
    .extended-menu .nav > li.menu-item-has-children:focus > .dropdown-menu {
        display: block;
        box-shadow: none;
        margin-bottom: 0;
    }

    .extended-menu .nav .dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background-color: inherit;
        font-size: 14px;
        border-left: 1px solid transparent;
        box-shadow: 0;
    }

}

@media (min-width: 992px) {
    #cta .widget:nth-child(1n) {
        padding-left: 0;
        padding-right: 50px;
    }

    #cta .widget:nth-child(2n) {
        padding-left: 50px;
        padding-right: 0;
    }

    .extended-menu .widget-title
        /*#text-7 .widget-title*/
    {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .extended-menu .widget-title
        /*#text-7 .widget-title*/
    {
        font-size: 24px;
    }
}

/*--------------------------------------------------------------
5.0 Homepage
--------------------------------------------------------------*/
/*//New homepage element*/
#home-new {
    margin-bottom: 15px;
}

#home-new span.simcal-event-end.simcal-event-end-date, #home-new .gce-list-event.gce-tooltip-event br {
    display: none;
    height: 0;
}

.department-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.department-wrapper {
    background: #12396D;
    color: #FFFFFF;
}

.department-title {
    text-align: center;
    padding: 10px;
    min-height: 63px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 5px;
    font-weight: bold
}

.department-content {
    padding: 10px;
}

.department-content a {
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #FFFFFF
}

h3 a {
    font-size: 12px;
    font-weight: bold;
    color: #011C40;
}

.notices {
    background: #011C40;
    height: 100%;
    display: inline-block;
    width: 100%;
    color: #FFFFFF;
    padding: 40px;
}

.notices a {
    color: #FFFFFF;
}

.news-article {
    position: relative;
}

.news-article .thumbnail {
    height: 300px;
    background-position: center;
    background-size: cover;
}

.news-article .post-title {
    position: absolute;
    bottom: 50px;
    text-align: center;
    background: #FFFFFF82;
    width: 100%;
    padding: 10px;
}

.news-article .post-title a {
    color: #011C40;
}

#buckets {
    padding-bottom: 20px;
}

#buckets .textwidget {
}

#buckets .widget {
    text-align: center;
}

.bucket {
    position: relative;
    padding: 15px;
    border: 5px solid #E0E0E0;
    background-color: #F7F7F7;
}

.bucket .bucket-info {
    margin-bottom: 20px;
}

.bucket-info:before,
.bucket-info:after {
    content: '';
    display: table;
}

.bucket-info:after {
    clear: both;
}

.bucket .icon {
    margin: 0 auto 10px auto;
    width: 60px;
    height: 60px;
    padding: 14px;
    border: 1px solid #0B2448;
    border-radius: 30px;
    cursor: pointer;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.bucket .icon:hover {
    background-color: #0B2448;
}

.bucket .icon span {
    background-image: url(/wp-content/themes/custom_v1_child/images/bucket-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;

    height: 30px;
    width: 30px;
    display: block;
}

.bucket .icon-certificate span {
    background-position: 0 0;
}

.bucket .icon-tools span {
    background-position: -59px 0;
}

.bucket .icon-book span {
    background-position: -120px -1px;
}

.bucket .icon-certificate:hover span {
    background-position: 0 -61px;
}

.bucket .icon-tools:hover span {
    background-position: -59px -61px;
}

.bucket .icon-book:hover span {
    background-position: -120px -60px;
}

.bucket .title {
    margin: 0 0 20px;
    text-transform: uppercase;
    display: inline-block;
}

.bucket ul {
    list-style-type: disc;
    padding-left: 0px;
    vertical-align: top;
    text-align: left;
    margin: 0 auto 15px;
    width: 45%;
}

.bucket ul:nth-child(3) {
    margin-bottom: 0;
}

.bucket ul li {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: .0002em;
}

.bucket .btn {
    margin-top: 15px;
}

.bucket ul a {
    color: #000000;
}

.sue-section.amt-container {
    background: url(/wp-content/themes/custom_v1_child/images/amt-bg.jpg) #EEEEEE top center no-repeat !important;
}

.sue-section.auto-tech-container {
    background: url(/wp-content/themes/custom_v1_child/images/auto-tech-bg.jpg) #EEEEEE top center no-repeat !important;
}

.sue-section.cosmotology-container {
    background: url(/wp-content/themes/custom_v1_child/images/cosmotology-bg.jpg) #EEEEEE top center no-repeat !important;
}

.sue-section.dms-container {
    background: url(/wp-content/themes/custom_v1_child/images/diagnostic-medical-sonograph-bg.jpg) #EEEEEE top center no-repeat !important;
}

.sue-section.esthetic-container {
    background: url(/wp-content/themes/custom_v1_child/images/esthetic-bg.jpg) #EEEEEE top center no-repeat !important;
}

.sue-section.ma-container {
    background: url(/wp-content/themes/custom_v1_child/images/medical-assisting-bg.jpg) #EEEEEE top center no-repeat !important;
}

.sue-section.na-container {
    background: url(/wp-content/themes/custom_v1_child/images/nurse-assisting.jpg) #EEEEEE top center no-repeat !important;
}

.sue-section.pn-container {
    background: url(/wp-content/themes/custom_v1_child/images/practical-nursing.jpg) #EEEEEE top center no-repeat !important;
}

.sue-section.surgical-tech-container {
    background: url(/wp-content/themes/custom_v1_child/images/surgical-tech-bg.jpg) #EEEEEE top center no-repeat !important;
}

#post-8 .entry-content .sue-section {
    background: url(/wp-content/themes/custom_v1_child/images/section-bg.jpg) rgba(250, 250, 250, .8) top center no-repeat !important
}

#post-8 .sue-section ul li {
    margin: 5px 0px 24px 0px;
}

#post-8 .sue-section h1 {
    margin: 30px 0;
}

.entry-content p > iframe {
    display: block;
    margin: 0 auto;
}

@media (min-width: 480px) {
    .bucket {
        width: 75%;
        margin: 0 auto;
    }

    .bucket ul {
        width: 75%;
        max-width: 200px;
        padding-left: 15px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    #buckets {
        padding-top: 30px;
    }

    #buckets .widget {
        max-width: none;
        width: initial;
    }

    .bucket {
        padding: 15px;
        width: 100%;
        min-height: 461px;
    }

    .bucket .icon {
        position: static;
        margin: 0 auto 10px;
    }

    .bucket .title {
        text-align: center;
        min-height: 50px;
    }

    .bucket ul {
        width: 100%;
        padding: 0 15px;
    }

    .bucket .bucket-info {
        min-height: 260px;
    }

    #text-4 > div > div > div > a,
    #text-5 > div > div > div > a {
        margin-top: 93px;
    }

    #text-5 > div > div > div > a {
        margin-top: 73px;
    }
}

@media (min-width: 992px) {
    .bucket {
        padding: 30px 15px 15px 15px;
        text-align: left;
        min-height: 354px;
    }

    .bucket .title {
        display: inline-block;
        margin-bottom: 25px;
        font-size: 15px;
        min-height: 0;

    }

    .bucket .icon {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .bucket .title {
        text-align: left;
        display: block;
    }

    #text-6 > div > div > div > ul:nth-child(3) {
        vertical-align: top;
    }

    .bucket .btn {
        display: block;
        width: 60%;
        margin: 30px auto 0;
    }

    .bucket ul {
        display: inline-block;
    }

    #text-4 > div > div > div > a {
        margin-top: 71px;
    }

    #text-5 > div > div > div > a {
        margin-top: 70px;
    }

    .bucket .bucket-info {
        min-height: 0;
    }

    #text-5 > div > div > div > ul:nth-child(3) {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .bucket {
        min-height: 300px;
    }

    .bucket .btn {
        margin-top: 21px;
    }

    .bucket ul {
        width: 48%;
    }

    .bucket ul li {
        margin-bottom: 5px;
    }

    #text-5 .bucket ul li {
        width: 250px;
    }

    #text-5 > div > div > div > a {
        margin-top: 10px;
    }

    #text-4 > div > div > div > a {
        margin-top: 34px;
    }

}

/*--------------------------------------------------------------
6.0 Posts and Pages
--------------------------------------------------------------*/
#content {
    overflow-x: hidden;
}

#primary {
    padding: 30px 0;
}

.entry-meta {
    font-size: 12px;
    margin-bottom: 30px;

}

.blog .hentry {
    margin-bottom: 30px;
}

.blog article {
    float: left;
}

.page-header {
    margin: 0 0 20px;
}

.page-header .page-title {
    margin: 0;
}

.page-content .navbar-form {
    margin: 10px 0 30px;
    float: none;
    width: 100%;
}

time.updated {
    display: none;
}

.hentry,
.hentry p {
    font-size: 14px;
    line-height: 24px;
}

.hentry h2,
.hentry h3 {
    font-weight: 600;
    color: #23517B;
}

.hentry ul {
    padding-left: 20px;
}

.home .hentry ul a {
    color: #363636;
    font-size: 22px;
}

.home .hentry ul a:hover {
    color: #113769;
    text-decoration: none;
}

main#main {
    margin-top: 40px;
}

#subheader {
    min-height: 70px;
    padding: 0px 0px 0px 0px;
    background: url(/wp-content/themes/custom_v1_child/images/subheader-bg.jpg) center no-repeat;
    color: #FFFFFF;
    background-size: cover;
}

#subheader h2 {
    margin-top: 20px;
}

#subheader h3 {
    margin-top: 20px;
}

#subheader h4 {
    margin-top: 20px;
}

#subheader p {
    margin: 0 0;
    padding: 0 0;
}

#breadcrumbs {
    line-height: 20px;
    margin-top: -40px;
    border-bottom: 1px solid #E6E6E6;
    text-align: right;
    font-size: 13px;
    margin-bottom: 20px;
    display: none;
    padding: 10px 0;
}

.site-main article h2 {
    font-size: 20px;
    display: block;
    padding-bottom: 10px;
    border-style: solid;
    border-color: #00000;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.site-main h5 {
    font-weight: bold;
    color: #23517B;
}

.pagination-nav {
    margin-bottom: 30px;
}

a.prev.page-numbers {
    float: left;
}

a.next.page-numbers {
    float: right;
}

/*--- Programs page -------*/
.equalheight {
    margin-top: 40px;
}

.hentry .entry-title {
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 400;
    color: #363636;
}

.hentry .su-tabs {
    background: #FFFFFF;
}

.hentry .su-tabs-nav {
    margin-left: 1px;
}

.hentry .su-tabs-nav span {
    border: 1px solid #E6E6E6;
    border-collapse: collapse;
    margin-left: -1px;
    margin-right: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
}

.hentry .su-tabs-nav span.su-tabs-current {
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    color: #1B4B69;
}

.hentry .su-tabs-panes {
    border: 1px solid #E6E6E6;
    margin-top: -1px;
}

.hentry .su-tabs-pane {
    padding: 20px;
}

.hentry .sue-photo-panel {
    padding: 9px;
}

#main .sue-panel-clickable {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 1;
    box-sizing: content-box;
}

#main .sue-panel-clickable:hover img {
    border: 1px solid #011C40;
    box-sizing: border-box;
}

.hentry .sue-photo-panel-head {
    margin-bottom: 20px;
}

.hentry .sue-photo-panel-content {
    padding: 0;
    font-size: 13px;
}

.hentry .sue-photo-panel-content p {
    font-size: 13px;
}

.hentry .su-custom-gallery-slide {
    margin: 2px;
}

.hentry .su-custom-gallery-slide img {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: gray;
}

.hentry .su-custom-gallery-slide a:hover img {
    border: 0;
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.hentry .su-custom-gallery-slide span {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
}

#content .su-button-style-stroked span {
    border: 0px !important;
    position: relative;
}

#content .su-button-style-stroked span:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #FFFFFF;
    border-radius: inherit;
}

.sue-section {
    margin: 0 -15px !important;
    width: auto !important;
    background-size: cover !important;
}

.sue-section-content {

}

.sue-section.amt-container ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.sue-section.auto-tech-container ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.sue-section.cosmotology-container ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.sue-section.dms-container ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.sue-section.esthetic-container ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.sue-section.ma-container ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.sue-section.na-container ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.sue-section.pn-container ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.sue-section.surgical-tech-container ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.sue-section.container h2 {
    margin-bottom: 30px;
}

.wp-caption, .box-shadow {
    -webkit-box-shadow: 10px 10px 5px -5px rgba(219, 219, 219, 1);
    -moz-box-shadow: 10px 10px 5px -5px rgba(219, 219, 219, 1);
    box-shadow: 10px 10px 5px -5px rgba(219, 219, 219, 1);
}

.wp-caption-text, .box-shadow {
    display: block;
    color: #337AB7;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

/*--- Aviation page -------*/
.aviation-subbanner-text {
    padding-left: 40px;
    padding-right: 40px;
}

.aviation-subbanner-text .su-button {
    margin-top: 20px;
}

.su-column img, .su-column iframe, .su-column object, .su-column embed {
    max-width: 241px;
    width: 100%;
}

/*Billboard Sliders*/
#billboard {
    visibility: hidden;
}

#billboard.slick-container-init {
    visibility: visible;
}

#billboard {
    background-position: top center;
}

#billboard .inner {
    position: relative;
}

#billboard .slick-track {
    width: 100% !important;
}

.checklist .inner {
    padding: 20px 30px 10px;
    font-size: 11px;
}

.checklist h3 {
    color: #F7E631;
    font-weight: 600;
    font-size: 1.9em;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 10px
}

.checklist ul {
    color: white;
    float: left;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}

.checklist ul li {
    list-style: none;
    line-height: 30px;
    border-width: 0px;
    margin: 0px 0px 2px;
    padding: 0px 10px 0px 30px;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 1.1em;
    font-family: 'Raleway';
    position: relative;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.02)), color-stop(10%, rgba(0, 0, 0, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.checklist ul li:before {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    left: 5px;
    background: url(/wp-content/themes/custom_v1_child/images/list-marker.png) left center no-repeat;
}

.checklist .content-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100% !important;
    width: auto;
    display: none;
}

.mixed-media .text-content {
    font-size: 14px;
    color: white;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.mixed-media .text-inner {
    padding: 20px;
}

.mixed-media .text-content h3 {
    font-size: 2em;
    font-weight: 300;
    margin: 10px 0;
}

#billboard-slider {
    margin-bottom: 0;
}

.mixed-media .text-content h4 {
    color: white;
    margin: 10px 0;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1.4;
}

.mixed-media .text-content h5 {
    font-size: 1.2em;
    letter-spacing: 2px;
}

.mixed-media .text-content h6 {
    font-size: 1.1em;
    letter-spacing: 2px;
}

.mixed-media .text-content p {
    font-size: .7em;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.mixed-media .text-inner a {
    color: white;
    border: 5px solid #153C73;
    border-radius: 10px;
    box-shadow: white 0 0 0 1px inset;
    padding: 12px 35px;
    display: inline-block;
    background: #153C73;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

body.home .mixed-media .text-inner a {
    border: 2px solid white;
    box-shadow: none;
    background: transparent;
    padding: 10px 30px;
    border-radius: 3px;
    text-transform: none;
    font-weight: 400;
}

.image-content img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.image-content.with-border img {
    max-height: 340px;
}

.with-border .border-dark-blue {
    border: 3px solid #23517B; /* Dark Blue */
}

.with-border .border-light-blue {
    border: 3px solid #53BAC6; /* Light Blue */
}

.with-border .border-purple {
    border: 3px solid #A172AA; /* Purple */
}

.with-border .border-teal {
    border: 3px solid #128481; /* Teal */
}

.with-border .border-red-orange {
    border: 3px solid #E23E38; /* Red Orange */
}

.with-border .border-auto-tech {
    border: 3px solid #0070A7; /* auto tech */
}

.with-border .border-cosmetology {
    border: 3px solid #F1805E; /* cosmetology */
}

.with-border .border-dms {
    border: 3px solid #40AEC2; /* dms */
}

.with-border .border-aesthetics {
    border: 3px solid #B7748D; /* aesthetics */
}

.with-border .border-medical-assisting {
    border: 3px solid #6998BD; /* medical assisting */
}

.with-border .border-nurse-assisting {
    border: 3px solid #A4A0CE; /* nurse assisting */
}

.with-border .border-practical-nursing {
    border: 3px solid #009DB9; /* practical nursing */
}

.with-border .border-surgical-technology {
    border: 3px solid #3BC7C4; /* surgical technology */
}

.with-border .embed-container {
    padding-bottom: 334px;
}

.embed-container {
    position: relative;
    padding-bottom: 380px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#billboard .slick-dots {
    bottom: 0;
}

#billboard .slick-dots li button:before {
    font-size: 12px;
}

@media (max-width: 768px) {
    .hentry .su-custom-gallery-slide {
        width: 49%;
    }

    .hentry .su-custom-gallery-slide img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    #breadcrumbs {
        display: block;
    }

    .sue-section {
        width: 200% !important;
        margin: 0 0 0 -50% !important;
    }

    .sue-section .sue-section-content {
        width: 720px;
    }

    .checklist ul {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .sue-section {
        width: 300% !important;
        margin: 0 0 0 -100% !important;
    }

    .sue-section .sue-section-content {
        width: 940px;
    }

    .checklist ul {
        width: 28%;
    }

    .checklist .content-image {
        display: block;
    }

    .mixed-media {
        height: 380px;
    }

    .mixed-media .text-content {
        font-size: 18px;
    }

    .mixed-media .image-left .text-inner {
        padding: 0 30px 0 0;
    }

    .mixed-media .image-right .text-inner {
        padding: 0 0 0 30px;
    }

    .mixed-media .image-hidden .text-inner {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        height: 380px;
    }

    .mixed-media .text-content h3 {
        margin: 0 0;
        position: absolute;
        max-width: 100%;
        padding: 0 50px;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .image-content.pull-right-md.with-border {
        padding: 20px 35px 20px 20px;
    }

    .image-content.pull-left-md.with-border {
        padding: 20px 20px 20px 35px;
    }

    .mixed-media .text-inner {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 1200px) {
    .sue-section {
        width: 500% !important;
        margin: 0 0 0 -200% !important;
    }

    .sue-section .sue-section-content {
        width: 1140px;
    }

    .checklist {
        font-size: 14px;
    }
}


/*--- Outdoor page -------*/

.page-id-520 .equalheight.su-row .su-column {
    margin: 0;
}

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

.site-footer {
    background-color: #203F5F;
    color: #FFFFFF;
}

.site-footer a {
    color: #FFFFFF;
}

.site-footer a:hover {
    color: #6DBDF2;
    text-decoration: none;
}

.footer-widgets {
    background-color: #011C40;
    padding: 20px 0;
}

.footer-widgets .widget-area {
    margin: 0 -15px;
}

.footer-widgets .widget {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 0 0 20px;
}

.footer-widgets .widget .widget-title {
    border-bottom: 2px solid #4E617A;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-widgets .widget ul {
    font-size: 12px;
}

.footer-widgets .widget ul .sub-menu {
    display: none;
}

.footer-widgets .widget p {
    font-size: 12px;
    margin-bottom: 15px;
}

.site-info {
    padding: 20px 0px;
}

.copyright {
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.site-info .social-widget-area .widget {
    text-align: right;
}

.site-info .social-widget-area a {
    margin: 0 0 0 15px;
}

.mixed-media.matchbox.slick-slide.slick-current.slick-active {
    width: 100% !important;
}

@media (max-width: 768px) {
    .site-info .social-widget-area .widget {
        text-align: center;
    }

    .site-info .social-widget-area a {
        margin: 0 8px 15px;
        text-align: center;
    }

    #subheader {
        display: none;
    }

    #main #mobile-banner {
        margin-top: -40px;
    }
}

@media (min-width: 480px) {
    .footer-widgets .widget {
        width: 50%;
    }

    .footer-widgets .widget:nth-child(2n+1) {
        clear: left;
    }

    .footer-widgets .widget:nth-child(5) {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .footer-widgets .widget {
        width: 33%;
    }

    .footer-widgets .widget:nth-child(2n+1) {
        clear: none;
    }

    .footer-widgets .widget:nth-child(3n+1) {
        clear: left;
    }

    .footer-widgets .widget:nth-child(5) {
        width: 67%;
    }

    .copyright {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .footer-widgets .widget,
    .footer-widgets .widget:nth-child(5) {
        width: 20%;
    }

    .footer-widgets .widget:nth-child(1n) {
        clear: none;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.bucket-buttons {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 1170px;
    margin: 44px auto 30px;
}

.bucket-buttons a.button {
    background: #011C40;
    width: 100%;
    color: #fff;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.5px;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-align: left;
    height: 60px;
}

.bucket-buttons a.button img {
    height: 30px;
}

@media (max-width: 991px){
    .left-sidebar{
        order: 3;
    }
    .right-sidebar {
        float: none !important;
        order: 2;
    }

    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    #navigation-container #mega-menu-wrap-primary {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bucket-buttons {
        flex-wrap: wrap;
        gap: 0;
    }
    .bucket-buttons a.button {
        width: 45%;
        margin: 10px;
    }
    


}
