/*
Theme Name: CommunityActionPartnership.com
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: communityaction
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*INSERTED BY ADNAN*/
.jobtable, .stafftable {
    margin: 0 auto;
}

.jobtable th, .stafftable th {
    background-color: #005187;
    color: #ffffff;
}

.jobtable td {
    text-align: center;
}

.stafftable td {
    text-align: left;
}

.staffemail {
    text-align: center;
    padding-top: 6px;
}
/*INSERTED BY ADNAN*/

.add-nav ul, #nav ul, .blue-block ul, .post-title .meta, .events, .footer-nav ul, .address {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after {
    content: '';
    display: block;
    clear: both;
}

.add-nav .fa-search, .comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'], .add-nav li a, .donate, .opener, #main a:after, .program .post-text h2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

body {
    color: #5d5f60;
    background: #fff;
/*     font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif; */
    font: 16px/1.2 "Montserrat", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
    margin: 0 0 1.2em;
}

blockquote {
    border-left: 4px solid #5d5f60;
    padding-left: .5em;
    margin-left: 1.2em;
}

th, td {
    border: 1px solid #5d5f60;
    padding: .5em;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

ul, ol {
    padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 3em;
    margin: 0;
}

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #5d5f60;
    padding: 0.4em 0.7em;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
    border-color: #000;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c0c0c1;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #c0c0c1;
}
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c0c0c1;
}
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c0c0c1;
}
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
    color: #c0c0c1;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.add-nav input,
.add-nav button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 16px;
}

.add-nav input[type="search"] {
    width: 100px;
    margin-left: 6px;
    font-size: 13px;
}
@media (min-width: 768px) {
    .add-nav input[type="search"] {
        width: 65px;
    }
}
.add-nav input[type="search"]:focus {
    outline: none;
    border: none;
}

.add-nav .fa-search:hover {
    color: #c70752;
}

.widget {
    margin-bottom: 1.2em;
}
.widget ul {
    padding-left: 2em;
}
.widget select {
    min-width: 150px;
}

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
    margin: 0 4px 0 0;
    width: 100%;
}
@media (min-width: 768px) {
    .comment-form textarea,
    .comment-form input[type='text'] {
        width: 300px;
    }
}

.comment-form input[type='submit'] {
    display: block;
    float: none;
}

.post-password-form label {
    display: block;
    margin-bottom: 4px;
}

.post-password-form input[type='password'] {
    margin: 0 4px 0 0;
    width: 100%;
}
@media (min-width: 768px) {
    .post-password-form input[type='password'] {
        width: 300px;
    }
}

.search-form {
    margin-bottom: 15px;
}
.search-form input {
    float: left;
    height: 2em;
}
.search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px;
}

.post-password-form input {
    float: left;
    height: 2em;
}
.post-password-form input[type='password'] {
    width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
    background: #005187;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 .5em;
}
.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
    background: #c70752;
}

.commentlist {
    margin: 0 0 1.2em;
}
.commentlist .edit-link {
    margin: 0;
}
.commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
    padding: 0;
}
@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
    padding-top: 1.2em;
}

.widget_calendar #next {
    text-align: right;
}

.gallery-item dt {
    float: none;
    padding: 0;
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.2em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em;
}
@media (max-width: 767px) {
    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0;
    }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #005187;
    color: #fff;
    padding: .4em;
    text-decoration: none;
}
@media (max-width: 767px) {
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    opacity: 0.8;
}

.navigation-single {
    margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #005187;
    color: #fff;
    text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
    opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block;
}
@media (max-width: 767px) {
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }
}
.navigation-single .next {
    float: right;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #5d5f60;
    padding: .4em;
    margin-bottom: 1.2em;
}
.wp-caption img {
    margin: 0;
    vertical-align: top;
}
.wp-caption p {
    margin: .4em 0 0;
}

div.aligncenter {
    margin: 0 auto 1.2em;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em;
}

.mejs-container {
    margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto;
}

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1, .h1 {
    font-size: 29px;
    color: #c70752;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    h1, .h1 {
        margin-bottom: 13px;
    }
}

h2, .h2 {
    font-size: 18px;
    color: #c70752;
    text-transform: uppercase;
    font-weight: normal;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 14px;
}

h5, .h5 {
    font-size: 12px;
}

h6, .h6 {
    font-size: 10px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #005187;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
    color: #c70752;
}

body {
    min-width: 320px;
}

.container {
    max-width: 1052px;
    margin: 0 auto;
    padding: 0 15px;
}

iframe {
    width: 100%;
}

.nav-links .prev:hover,
.nav-links .next:hover,
.tribe-events-sub-nav .prev:hover,
.tribe-events-sub-nav .next:hover,
.tribe-events-cal-links .prev:hover,
.tribe-events-cal-links .next:hover,
.tribe-bar-views-list .prev:hover,
.tribe-bar-views-list .next:hover,
.tribe-events-back .prev:hover,
.tribe-events-back .next:hover,
.tribe-events-list-event-description .prev:hover,
.tribe-events-list-event-description .next:hover,
.tribe-events-month .prev:hover,
.tribe-events-month .next:hover,
.tribe-events-viewmore .prev:hover,
.tribe-events-viewmore .next:hover,
.navigation-single .prev:hover,
.navigation-single .next:hover,
.navigation-comments .prev:hover,
.navigation-comments .next:hover,
.commentlist-holder .prev:hover,
.commentlist-holder .next:hover,
.logged-in-as .prev:hover,
.logged-in-as .next:hover {
    background: #c70752;
}

.nav-links a:after,
.tribe-events-sub-nav a:after,
.tribe-events-cal-links a:after,
.tribe-bar-views-list a:after,
.tribe-events-back a:after,
.tribe-events-list-event-description a:after,
.tribe-events-month a:after,
.tribe-events-viewmore a:after,
.navigation-single a:after,
.navigation-comments a:after,
.commentlist-holder a:after,
.logged-in-as a:after {
    display: none !important;
}

.single .gallery a:after {
    display: none !important;
}

.tribe-events-button {
    background: #c70752 !important;
    color: #fff !important;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.tribe-events-button:hover {
    background: #005187 !important;
}
.tribe-events-button:after {
    display: none !important;
}

.tribe-events-meta-group dd {
    line-height: 1 !important;
}

.tribe-events-calendar thead th {
    background: #005187;
    border: none;
}

.tribe-events-viewmore a {
    white-space: normal !important;
}

.tribe-bar-search-filter input {
    line-height: 1.2em !important;
}

.tribe-events-list-event-description {
    float: left !important;
}

#header {
    padding: 20px 0;
    position: relative;
}
@media (min-width: 768px) {
    #header {
        padding: 26px 0 0;
    }
}
@media (min-width: 1024px) {
    #header {
        position: static;
    }
}
@media (min-width: 1024px) {
    #header .container {
        position: relative;
    }
}
#header .header-bar {
    overflow: hidden;
}
@media (min-width: 768px) {
    #header .header-bar {
        margin-bottom: 20px;
    }
}
@media (min-width: 1024px) {
    #header .header-bar {
        margin-bottom: 0px;
    }
}

.logo {
    width: 200px;
}
@media (min-width: 768px) {
    .logo {
        float: left;
        width: 250px;
    }
}

.right-bar {
    margin-top: 10px;
    margin-right:50px;
}
@media (min-width: 1024px) {
    .right-bar {
        max-width: none;

    }
    
    .right-bar .translator-plugin {
        display: inline-block;
        vertical-align: 3px;
    }
}
@media (min-width: 768px) {
    .right-bar {
        float: right;
        margin: 80px 50px 0 0;
        max-width: 400px;
    }
}


.right-bar .translator-plugin select {
    height: 25px !important;
}

.add-nav {
    vertical-align: 29px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .add-nav {
        margin: 0;
        display: inline-block;
    }
}
.add-nav ul {
    font-size: 0;
}
.add-nav li {
    display: inline-block;
    vertical-align: middle;
}
.add-nav li:after {
    content: "";
    background: #5d5f60;
    margin: 0 13px;
    display: inline-block;
    height: 18px;
    width: 1px;
    vertical-align: middle;
}

.add-nav li:last-child:after {
    display: none;
}
.add-nav .header-search:after {
    display: none;
}
.add-nav li a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #5d5f60;
    font-size: 16px;
}
/*@media (min-width: 1024px) {*/
/*    .add-nav li a {*/
/*        font-size: 13px;*/
/*    }*/
/*}*/
.add-nav li a:hover {
    color: #c70752;
}
.add-nav li form {
    display: inline-block;
}

@media (min-width: 1024px) {
    #nav {
        background: #005187;
        position: relative;
        z-index: 999;
        /*box-shadow: 0 2px 5px #404040;*/
    }
}

@media (min-width: 1200px) {
    #nav .container {
        max-width: 100%;
    }
}

#nav ul {
    font-size: 14px;
    line-height: 1.5em;
}
@media (min-width: 768px) {
    #nav ul {
        font-size: 12px;
    }
}
@media (min-width: 1024px) {
    #nav ul {
        text-align: center;
        margin: 0 -15px;
    }
}

#nav li {
    position: relative;
}
@media (min-width: 1024px) {
    #nav li {
        padding: 16px 0 12px;
        margin: 0 7px;
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    #nav li {
        margin: 0 13px;
        font-size: 14px;
    }
}
#nav li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 8px 15px;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
@media (min-width: 1024px) {
    #nav li a {
        padding: 0;
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }
}
#nav li a:hover {
    background: #c70752;
}
@media (min-width: 1024px) {
    #nav li a:hover {
        background: none;
        color: #c70752;
    }
}
#nav li .dropdown {
    background: #fff;
    display: none;
    text-align: left;
    width: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1024px) {
    #nav li .dropdown {
        display: block;
        opacity: 0;
        font-size: 14px;
        visibility: hidden;
        position: absolute;
        top: 100%;
        width: 180px;
        padding: 20px 5px 20px 15px;
        box-shadow: 0 13px 7px -12px #000 inset, 0 1px 1px 0 #ccc;
        left: 6px;
        z-index: 100;
    }
}
@media (min-width: 1024px) {
    #nav li .dropdown {
        left: 12px;
    }
}
/*INSERTED BY ADNAN*/
#nav li .dropdown ul .dropdown2 {
    display: none;
    opacity: 0;
    font-size: 14px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 180px;
    padding: 20px 5px 20px 15px;
    box-shadow: 0 13px 7px -12px #000 inset, 0 1px 1px 0 #ccc;
    left: 25px;
    z-index: 0;
}
#nav li .dropdown:hover .dropdown2 {
    display: block;
    font-size: 14px;
    visibility: visible;
    position: absolute;
    top: 100%;
    width: 180px;
    padding: 20px 5px 20px 15px;
    box-shadow: 0 13px 7px -12px #000 inset, 0 1px 1px 0 #ccc;
    left: 125px;
    z-index: 0;
    opacity: 100;
}
/*INSERTED BY ADNAN*/
@media (min-width: 1024px) {
    #nav li .dropdown li {
        padding: 0;
        margin: 0 0 15px 0;
        text-align: left;
        display: block;
    }
    #nav li .dropdown li:last-child {
        margin: 0;
    }
}
#nav li .dropdown a {
    color: #5d5f60;
    padding-left: 30px;
    text-transform: none;
    display: block;
}
@media (min-width: 1024px) {
    #nav li .dropdown a {
        padding: 0;
    }
}
#nav li .dropdown a:hover {
    color: #fff;
}
@media (min-width: 1024px) {
    #nav li .dropdown a:hover {
        color: #005187;
    }
}
#nav li .dropdown .active a {
    color: #fff;
    background: #c70752;
}
@media (min-width: 1024px) {
    #nav li .dropdown .active a {
        background: none;
        color: #005187;
    }
}
#nav li.hover .dropdown {
    visibility: visible;
    opacity: 1;
    display: block;
}
@media (min-width: 1024px) {
    #nav li:nth-last-of-type(-n+2) .dropdown {
        left: 12px;
        /**Anthony Baez**/
        right: 0;
    }
}

#nav .active a {
    color: #fff;
    background: #c70752;
}
@media (min-width: 1024px) {
    #nav .active a {
        background: none;
        color: #c70752;
    }
}

#nav .active .dropdown a {
    background: none;
}
#nav .active .dropdown a:hover {
    background: #c70752;
}
@media (min-width: 1024px) {
    #nav .active .dropdown a:hover {
        background: none;
    }
}

#nav .nav-drop {
    padding: 10px 0;
}
@media (min-width: 1024px) {
    #nav .nav-drop {
        padding: 0;
    }
}

.has-drop-down-a:after {
    font: normal normal normal 14px/1 'FontAwesome';
    content: "\f0d7";
    display: inline-block;
    color: #99b9cf;
    margin-left: 5px;
}

.donate {
    background: #c70752;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0;
    font-weight: normal;
    right: 0px;
    padding: 3px 10px;
    max-width: 125px;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 3px 7px #c3c3c3;
}
@media (min-width: 768px) {
    .donate {
        top: -26px;
        font-size: 18px;
        padding: 21px 21px 0;
        max-width: 125px;
        right: 25px;
    }
}
@media (min-width: 1024px) {
    .donate {
        right: 55px;
    }
}
.donate:hover, .donate:focus {
    outline: 0;
    color: #fff;
    /*opacity: 0.7;*/
}
.donate:after {
    content: "";
    background: url(images/triangle-down.jpg) no-repeat scroll 0 0/100.85% 100%;
    height: 29px;
    position: absolute;
    left: -4px;
    right: -4px;
    top: 100%;
}
@media (min-width: 768px) {
    .donate:after {
        background-size: 100% 100%;
        left: -6px;
        right: -7px;
    }
}

.opener {
    display: none !important;
    border-radius: 5px;
    float: right;
    display: inline-block;
    position: absolute;
    height: 47px;
    border: 1px solid transparent;
    width: 47px;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 9999;
    top: 32px;
    right: 10px;
}
@media (min-width: 768px) {
    .opener {
        top: 95px;
    }
}
@media (min-width: 1024px) {
    .opener {
        display: none !important;
    }
}

.nav-drop {
    background: #005187;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    height: 0;
}
@media (min-width: 1024px) {
    .nav-drop {
        position: static;
        background: none;
        height: auto;
        z-index: 0;
        opacity: 1;
        visibility: visible;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 1023px) {
    #nav.active .nav-drop {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
}

.opener:before,
.opener:after,
.opener span {
    background: #000;
    border-radius: 4px;
    position: absolute;
    top: 21px;
    left: 25%;
    right: 25%;
    height: 4px;
    margin-top: -2px;
    /* height/2 */
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.opener:before,
.opener:after {
    content: '';
    top: 30px;
}

.opener:after {
    top: 12px;
}

.close-btn span,
.active .opener span {
    opacity: 0;
}

.opener:hover {
    opacity: .9;
}

.close-btn:after,
.close-btn:before,
.active .opener:after,
.active .opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 23px;
    left: 15%;
    right: 15%;
}

.close-btn:after,
.active .opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*INSERTED BY ADNAN*/
/*accordion slider plugin*/



.accordion-holder {
    background: url(images/bg-slider.jpg) repeat-x 0 0/cover;
}
.accordion-holder .container {
    max-width: 1032px;
    padding: 0;
}

.accordion {
    display: none;
    position: relative;
    background: #fff;
    overflow: hidden;
}
@media (min-width: 768px) {
    .accordion {
        display: block;
        box-shadow: 5px 0 13px #dbdcdd;
    }
}
@media (min-width: 1024px) {
    .accordion {
        height: 460px;
        padding: 0 15px;
    }
}
.accordion img {
    width: 100%;
    height: auto;
}
.accordion .acc-item {
    box-shadow: 5px 0 13px #dbdcdd;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}
.acc-opener {
    background: #fff;
    text-decoration: none !important;
    overflow: hidden;
    display: block;
    width: 60px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    padding-bottom: 20px;
    float: right;
    color: #005187;
    position: absolute;
    right: 0;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    bottom: 0;
    top: 0;
}
.accordion .acc-opener {
    background: #fff;
    text-decoration: none !important;
    overflow: hidden;
    display: block;
    width: 60px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    padding-bottom: 20px;
    float: right;
    color: #005187;
    position: absolute;
    right: 0;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    bottom: 0;
    top: 0;
}
@media (min-width: 1024px) {
    .accordion .acc-opener {
        width: 75px;
        line-height: 75px;
        font-size: 30px;
    }
}
.accordion .acc-opener:hover {
    background: #c70752;
}
.accordion .acc-opener:hover .v-text {
    color: #fff;
}
.accordion .acc-slide {
    position: relative;
    overflow: hidden;
    float: left;
}
.accordion .acc-wrapper {
    height: 100%;
    width: 100%;
}
.accordion .acc-wrapper img {
    width: 100%;
}

.accordion .s1 {
    border-bottom: 13px solid #005187;
}

.accordion .s2 {
    border-bottom: 13px solid #33749f;
}

.accordion .s3 {
    border-bottom: 13px solid #6697b7;
}

.accordion .s4 {
    border-bottom: 13px solid #99b9cf;
}

.accordion .s5 {
    border-bottom: 13px solid #ccdce7;
}

.accordion .s6 {
    border-bottom: 13px solid #e5edf2;
}

.accordion .item-active .acc-opener {
    color: #fff;
}

.v-text {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    height: 0;
    width: 0;
    color: #005187;
    position: absolute;
    bottom: 18px;
    left: 0;
    box-shadow: 1px 1px 1px #000;
    white-space: nowrap;
}

.l-text {
    display: block;
    font-size: 18px;
    /*height: 250px;*/
    max-width: 555px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    /*white-space: nowrap;*/
    z-index: 100;
}
@media (max-width: 940px) {
    .l-text {
        display: block;
        font-size: 18px;
        /*height: 250px;*/
        max-width: 390px;
        color: #fff;
        position: absolute;
        bottom: 10px;
        left: 10px;
        /*white-space: nowrap;*/
        z-index: 100;
    }
}

.l-text a {
    color: #fff;
    text-decoration: underline;
    font-weight: 0;
}
.text-bg {
    background-color: #005187;
    opacity: 0.5;
    position: absolute;
    z-index: 50;
    top: 365px;
    width: 580px;
    height: 100px;
}

@media (max-width: 1024px) {
    .text-bg {
        background-color: #005187;
        opacity: 0.5;
        position: absolute;
        z-index: 50;
        top: 365px;
        max-width: 574px;
        height: 100px;
    }
}

@media (max-width: 980px) {
    .text-bg {
        background-color: #005187;
        opacity: 0.5;
        position: absolute;
        z-index: 50;
        top: 385px;
        max-width: 600px;
        height: 100px;
    }
}

@media (max-width: 800px) {
    .text-bg {
        background-color: #005187;
        opacity: 0.5;
        position: absolute;
        z-index: 50;
        top: 240px;
        max-width: 440px;
        height: 100px;
    }
}

@media (max-width: 768px) {
    .text-bg {
        background-color: #005187;
        opacity: 0.5;
        position: absolute;
        z-index: 50;
        top: 215px;
        max-width: 407px;
        height: 100px;
    }
}


.undrlnk {
    text-decoration: underline;
}

/* CSS for View Full Site */
.rwd-display-options {
    text-align: left;
    margin-bottom: 20px;
}
.rwd-display-option {
    cursor: pointer;
}

#view-responsive {
    display: none;
}

@media only screen and (min-width: 900px) {
    #view-full {
        display: none;
    }
    #view-responsive {
        display: inline;
    }
}
/*Inserted by Adnan 8/22/2016*/

.with-line:after {
    content: "";
    display: block;
    background: #005187;
    height: 2px;
    width: 66px;
}
@media (min-width: 1024px) {
    .with-line:after {
        margin: 19px 0 26px;
    }
}

.base-block {
    text-align: center;
    padding: 20px 0;
}
@media (min-width: 768px) {
    .base-block {
        padding: 50px 0 50px;
        line-height: 1.75em;
        /*max-width: 745px;*/
        margin: 0 auto;
    }
}

.blue-block {
    background: #005187;
    color: #fff;
}
@media (min-width: 768px) {
    .blue-block {
        max-width: none;
    }
}
@media (min-width: 1024px) {
    .blue-block {
        padding: 31px 0 19px;
    }
}
.blue-block h1 {
    color: #ccdce7;
}
@media (min-width: 1024px) {
    .blue-block h1 {
        margin-bottom: 58px;
    }
}
.blue-block ul {
    text-align: center;
    font-size: 0;
}
@media (min-width: 1024px) {
    .blue-block ul {
        text-align: left;
        margin: 0 -15px;
    }
}
.blue-block li {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    margin: 10px;
    vertical-align: top;
    width: 120px;
    line-height: 1.3em;
}
@media (min-width: 768px) {
    .blue-block li {
        width: 30%;
        max-width: none;
        margin-bottom: 15px;
    }
}
@media (min-width: 1024px) {
    .blue-block li {
        width: auto;
        margin: 0 12px 15px;
        width: 146px;
    }
}
.blue-block li i {
    font-size: 30px;
    margin-bottom: 10px;
}

/*INSERTED BY ADNAN*/
/*TF Random Numbers CSS*/
.statistics h3 {
    font-size: 29px;
    padding-top: 15px;
}
.statistics {
    background: none;
    /*position: absolute;*/
    margin: 0 auto;
    left: 0;
    width: 100%;
}
.stat .number {
    font-size: 40px;
}
.stat .count-title {
    font-size: 10px;
}
/*INSERTED BY ADNAN*/

#main {
    padding-bottom: 22px;
}
/*#main a:after {
    content: "\f0da ";
    display: inline-block;
    /*font: normal normal normal 14px/1 'FontAwesome';*/
/*Anthony Baez*/
/*     color: #005187;
    margin-left: 5px; } */
#main a:hover:after {
    color: #c70752;
}

.news {
    text-align: center;
}
@media (min-width: 768px) {
    .news {
        float: right;
        width: 63%;
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .news {
        width: 66%;
    }
}
.news h1 {
    display: inline-block;
}
@media (min-width: 768px) {
    .news h1 {
        display: block;
    }
}

.newsfull {
    text-align: left;
}
@media (min-width: 768px) {
    .newsfull {
        float: right;
        width: 100%;
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .newsfull {
        width: 100%;
    }
}
.newsfull h1 {
    display: inline-block;
}
@media (min-width: 768px) {
    .newsfull h1 {
        display: block;
    }
}


.count {
    display: block;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 6px;
}
@media (min-width: 768px) {
    .count {
        font-size: 30px;
    }
}

#content {
    padding: 30px 0;
}
@media (min-width: 768px) {
    #content {
        overflow: hidden;
    }
}
@media (min-width: 1024px) {
    #content {
        padding: 44px 0;
    }
}

.content img {
    margin: 15px 0;
}
@media (min-width: 768px) {
    .content img {
        margin: 0 0 15px;
    }
}

.post {
    overflow: hidden;
    margin-bottom: 26px;
}
.post .post-text {
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}
.post .more {
    float: right;
    color: #c70752;
}
.post .more:hover {
    color: #005187;
}
.post .more:after {
    display: none !important;
}

.post-img {
    margin: 0 auto 15px;
    width: 185px;
}
@media (min-width: 768px) {
    .post-img {
        float: left;
        margin: 0 20px 15px 0;
    }
}

.title {
    padding-bottom: 18px;
    border-bottom: 2px solid #b7cedd;
}
@media (min-width: 768px) {
    .title {
        margin-bottom: 68px;
    }
}

.post-title {
    border-bottom: 2px solid #9fbdd2;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-align: center;
}
@media (min-width: 768px) {
    .post-title {
        text-align: left;
    }
}
.post-title h2 {
    font-size: 16px;
}
.post-title .meta {
    font-size: 0;
    font-style: italic;
}
.post-title .meta li {
    display: inline-block;
    font-size: 12px;
}
.post-title .meta li:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 1px;
    background: #5d5f60;
    margin: 0 11px;
}
.post-title .meta li:last-child:after {
    display: none;
}
.post-title .meta a {
    font-weight: normal;
    color: #5d5f60;
}
.post-title .meta a:hover {
    color: #005187;
}
.post-title .meta a:after {
    display: none !important;
}

.post-full {
    line-height: 1.5em;
}
.post-full .post-img {
    max-width: 402px;
}
@media (min-width: 1024px) {
    .post-full .post-img {
        margin: 0 25px 30px 0;
        width: 400px;
    }
}
.post-full h2 {
    font-size: 20px;
    margin-bottom: 26px;
}
@media (min-width: 1024px) {
    .post-full p {
        margin-bottom: 28px;
    }
}

.programs {
    text-align: center;
}
@media (min-width: 1024px) {
    .programs {
        margin: 0 -15px;
        font-size: 0;
    }
}

.program {
    max-width: 315px;
    margin: 0 auto 20px;
}
@media (min-width: 768px) {
    .program {
        display: inline-block;
        width: 45%;
        max-width: none;
        vertical-align: top;
    }
}
@media (min-width: 1024px) {
    .program {
        width: 33.3%;
        margin: 0 0 20px;
        padding: 0 15px;
    }
}
.program .post-img {
    margin: 0;
    width: auto;
    max-width: none;
}
@media (min-width: 768px) {
    .program .post-img {
        float: none;
    }
}
.program .post-text {
    background: #fff;
    text-align: center;
    font-size: 16px;
    width: 80%;
    margin: -20px auto 0;
    position: relative;
    padding: 14px 16px;
}
.program .post-text a {
    display: inline-block;
}
.program .post-text a:hover h2 {
    color: #005187;
}
.program .post-text a:after {
    display: none !important;
}
.program .post-text h2 {
    border-bottom: 2px solid #183249;
    padding-bottom: 5px;
    font-size: 14px;
}

.ul-this a {
    text-decoration: underline;
}

.sidebar {
    min-width: 260px;
    text-align: center;
}
@media (min-width: 768px) {
    .sidebar {
        float: left;
        max-width: 260px;
        text-align: left;
    }
}
.sidebar h1 {
    display: inline-block;
}
@media (min-width: 768px) {
    .sidebar h1 {
        display: block;
    }
}

.events {
    text-align: left;
}
.events time {
    display: inline-block;
    background: #005187;
    margin-right: 8px;
    padding: 2px 5px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}
.events time .date {
    background: none;
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 1em;
    text-transform: uppercase;
}
.events time .meta-time:before {
    content: "";
    background: #5d5f60;
    display: inline-block;
    height: 3px;
    width: 3px;
    margin: 0 7px;
    border-radius: 100%;
    vertical-align: middle;
}
.events li {
    margin-bottom: 17px;
    padding: 0 0 15px;
    border-bottom: 2px solid #a7c3d6;
}
.events li a {
    color: #c70752;
    text-transform: uppercase;
    font-weight: normal;
}
.events li a:hover {
    color: #005187;
}
.events li a:after {
    display: none !important;
}
.events .event-title {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
}
@media (min-width: 768px) {
    .events .event-title {
        max-width: 190px;
    }
}
.events .meta {
    background: none;
    color: #5d5f60;
    display: block;
    padding: 0;
    text-align: left;
    margin: 0;
    font-style: italic;
    font-size: 12px;
}

#footer {
    background: url(images/bg-footer.jpg) no-repeat 0 0/cover;
    padding: 70px 0 20px;
    color: #005187;
}
@media (min-width: 1024px) {
    #footer {
        padding: 70px 0 50px;
    }
}
#footer .logo {
    margin: 0 auto 20px;
    width:200px;
}
@media (min-width: 768px) {
    #footer .logo {
        margin: 0 65px 20px;
        float: right;
        width: 250px;
    }
}
@media (min-width: 1024px) {
    #footer .logo {
        margin-top: -16px;
    }
}
#footer .container {
    position: relative;
}
#footer .donate {
    left: 14px;
    right: auto;
    top: -95px;
    padding: 11px 17px 20px;
    font-size: 16px;
    box-shadow: 0 0 2px #504b4b;
    max-width: 99px;
}
@media (min-width: 768px) {
    #footer .donate {
        top: -103px;
        padding: 11px 27px 30px;
        max-width: 156px;
        font-size: 25px;
    }
}
#footer .donate:after {
    background: url(images/triangle-up.jpg) no-repeat bottom/contain;
    left: -1px;
    right: -0.4px;
    bottom: 100%;
    top: auto;
}
@media (min-width: 768px) {
    #footer .donate:after {
        right: -1px;
    }
}
.left-side {
        display: inline-block;
        width: 100%;
    }
@media (min-width: 768px) {
    .left-side {
        display: inline-block;
        width: 50%;
    }
}

.footer-nav {
    margin-bottom: 18px;
    border-bottom: 2px solid #c70752;
    padding-bottom: 11px;
    display: inline-block;
}
.footer-nav ul {
    font-size: 0;
    margin: 0 -12px;
    text-align: center;
}
@media (min-width: 1024px) {
    .footer-nav ul {
        margin: 0;
        text-align: left;
    }
}
.footer-nav li {
    display: inline-block;
    margin: 0 12px;
    line-height: 1.5em;
    font-size: 14px;
    width:100%;
    text-align:left;
}
@media (min-width: 1024px) {
    .footer-nav li {
        margin: 0 30px 0 0;
    }
    .footer-nav li:last-child {
        margin: 0;
    }
}
.footer-nav li a {
    text-transform: uppercase;
    font-weight: normal;
}
.footer-nav .active a {
    color: #c70752;
}

.address {
    margin-bottom: 20px;
    font-size: 0;
}
@media (min-width: 1024px) {
    .address {
        margin-bottom: 13px;
    }
}
.address li {
    display: inline-block;
    font-size: 14px;
    width:100%;
    line-height:1.5em;
}
/*.address li:after {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    height: 4px;*/
/*    width: 4px;*/
/*    border-radius: 100%;*/
/*    background: #005187;*/
/*    vertical-align: middle;*/
/*    margin: 0 11px;*/
/*}*/
.address li:last-child:after {
    display: none;
}
.address a {
    font-weight: normal;
}

address {
    font-style: normal;
    font-size: 14px;
    margin-bottom: 26px;
}

.copyright {
    font-style: italic;
    font-size: 10px;
}
.copyright a {
    font-weight: normal;
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}
/*# sourceMappingURL=style.css.map */

.left-side{
    display: flex;
    flex-wrap: wrap;
    padding-right:15px;
}
.left-side .address {
    width:70%;
}
.left-side .footer-nav{
    width:30%;
    border-bottom:none;
}
.left-side .copyright{
    width:100%;
}
@media (min-width: 768px){

}
#wpfront-scroll-top-container {
    max-height: 50px;
    max-width: 50px;
}
#wpfront-scroll-top-container img{
   position: relative;
    right: -5px;
}
#wpfront-scroll-top-container:before {
    content: 'Back to top';
    position: absolute;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    bottom: 65px;
    right: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color:#fff;
}
.wpgmza_sl_main_div input[type='text'], .wpgmza_sl_main_div select {
    height:35px;
    min-width:320px;
    max-width:100%;
}
.wpgmza_sl_main_div input[type='button']{

    height:35px;
    min-width:100px;
    color:#5d5f60;
    border: 1px solid #5d5f60;
    transition: all .3s ease;
}
.wpgmza_sl_main_div input[type='button']:hover{
    border-color:#c70752;
    background-color: #c70752;
    color: #fff;
    transition: all .3s ease;

}

    .js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

.primary-color{
    color:#005187;
}
.secondary-color{
    color:#c70752;
}


.homepage-slider{
    margin-bottom:30px;
}
.homepage-slider .slider-single {
    background-color: #005187;
    overflow:hidden;
    max-height:500px;

}
.single-container-bg:before {
    content:'';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 81, 135, 0.65);
}
.homepage-slider .slider-single .single-container-bg{
    background: rgb(0 81 135 / 50%);
    height:500px;
    padding:50px 0 0 0;
}
.slider-single {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.homepage-slider .slider-single .single-container-content{
    width:100%;
	max-width:1152px;
	margin:auto;
	padding:0 25px;
}
@media (min-width: 768px){
    .homepage-slider .slider-single .single-container-content{
	padding:0 50px;
}
}
.slider-single h3{
    color: #fff;
	font-size: 35px;
	position: relative;
	text-align: left;
	font-weight:300;
	/*padding: 0 0 15px 0;*/

}

.slider-single p {
    color: #fff;
    padding: 0 0 30px 0;
    max-width: 600px;
    font-size: 18px;
    font-weight: 300;
}

.slider-nav{
    max-height:65px;
    overflow:hidden;
}

.slider-nav h3 {
	color: #fff;
	position: relative;
	text-align: center;
	margin:0;
	font-weight:normal;
}

.slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 65px;
}

.slider-nav h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size:18px;
	font-weight:normal;
	width: fit-content;
}

.slider-nav .slick-slide { cursor: pointer; }
.slider-nav{
    background-color:#005187;
    z-index:-1;
}
@media (min-width: 768px){
    .slider-nav{
    z-index:0;
}
}
.slick-slide.is-active h3 {
	color: #fff;
	background-color: #003b5b;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 107%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
@media (min-width: 768px){
    .slick-prev, .slick-next {
    top: 50%;
    }
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size:40px;
}
.slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size:40px;
}
.slick-next {
    right: 10px;
    z-index:100;
    height: 100%;
    width: 50px;
    text-align: right;
}
.slick-prev {
    left: 10px;
    z-index:100;
    height: 100%;
    width: 50px;
    text-align: left;
}

.banner-btns {
    display: flex;
    flex-wrap: wrap;
}

.banner-btns a{
    color:#fff;
    padding:20px 20px;
    text-transform:uppercase;
    margin:10px 0;
}
 .learn-more-btn{
    height:50px;
    margin-right:20px;
    margin-bottom:20px;
}
 .learn-more-btn a{
    border:1px solid #fff;
    background-color:transparent;
}
 .learn-more-btn a:hover{
    background-color:#fff;
    color:#005187;
}
 .apply-now-btn{
    height:50px;

}
 .apply-now-btn a{
    border:1px solid #c70752;
    background-color:#c70752;
}
 .apply-now-btn a:hover{
    border:1px solid #fff;
    background-color:#fff;
    color:#c70752;
}
.btns{
    display: flex;
    flex-wrap: nowrap;
}
.btns a{
    padding:20px 20px;
    text-transform:uppercase;
    margin:10px 0;
}
.btns  .white-btn{
    color:#fff;
}
.btns .white-btn a{
    border:1px solid #fff;
    background-color:transparent;
    color:#fff;
}
.btns .white-btn a:hover{
    background-color:#fff;
    color:#005187;
}
.btns  .red-btn{
    color:#c70752;
}
.btns .red-btn a{
    border:1px solid #c70752;
    background-color:#c70752;
}
.btns  .blue-btn{
    color:#005187;
}
.btns .blue-btn a{
    border:1px solid #005187;
    background-color:transparent;
    color:#005187;
}
.btns .blue-btn a:hover{
    background-color:#005187;
    color:#fff;
}

.btns  .donate-btn{
}
.btns .donate-btn a{
    border:1px solid #c70752;
    background-color:#c70752;
}
.welcome-image{
    display: flex;
    justify-content: center;
    align-items: baseline;
    overflow: hidden;
}
.welcome-image img{
    flex-shrink: 0;
    min-width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}
.home-announcement-section p{
    font-size:18px;
    line-height:36px;
}
.home-announcement-section h3{
    font-size: 60px; 
    font-weight:800;
    line-height:60px;
}
.home-announcement-section-overlay{
    background-color: rgba(0, 81, 135, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    margin-bottom: 50px;
}

#footer {
    background:none;
    background-color: #005187;
    padding: 100px 0 20px;
    color: #fff;
}
#footer a {
    color:#fff;
}
#footer .donate {
    clip-path: polygon(50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
    width: 100px;
    height: 100px;
    padding: 45px 0 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    top: -120px;
}
/*#footer .donate:hover {*/
/*    color:#c70752;*/
/*    background-color:#fff;*/
/*}*/

#footer .container{
    display:flex;
    flex-wrap: wrap-reverse;
}
/*#footer .left-side{*/
/*    width:50%;*/
/*}*/
#footer .right-side{
    width:100%;
}

@media (min-width: 768px) {
   #footer .right-side{
    width:50%;
}
}
.add-nav {
    vertical-align: 0;
}
#header {
    padding: 20px 0 0;
    position: relative;
}
@media (min-width: 768px){
    #header{
        padding: 20px 0 0;
    }
}
#header .donate{
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
    width: 100px;
    height: 125px;
    padding: 45px 0 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    position:fixed;
    top:0;
    right:0;
    z-index:999999999;
}
/*#header .donate:hover{*/
/*    color:#c70752;*/
/*    background-color:#fff;*/
/*}*/

.header-bar{
    display:flex;
    flex-wrap:nowrap;
}
.add-nav li:after{
    width:0;
    margin-bottom:0;
}

.right-bar {
    max-width: 100%;
    margin-top:0;
    text-align: center;
    /*width:150px;*/
    /*display:none;*/
    /*padding-right:100px;*/
}



.logo {
    width: 150px;
    margin-bottom:15px;
    max-width:50%;
}
#header .logo img{
    max-width:125px;
}
.translator-plugin{
    max-height:35px;
}
strong {
    color:#005187;
}
.home-welcome-section{
    padding:25px 0;
}
.home-welcome-section strong{
    white-space: nowrap;
}
.home-welcome-section p{
    font-size: 18px;
    line-height: 36px;
}
.home-tag-line-section h3{
    font-size:36px;
}
.home-tag-line-section p{
    font-size:18px;
    line-height:36px;
    padding-bottom:15px;
    
}
.events time {
    padding: 10px 15px;
}
.events time .meta-time:before{
    height:0;
    width:0;
}

/*DELETE LATER. FOR TESTING*/
html {
    margin-top: 0px !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-top: -100px;    
    position: absolute;
    right: 100px;
}
#statistics .stat .count-title{
    font-size:16px;
}
/*END DELETE LATER. FOR TESTING*/


@media (min-width: 425px){

    
.slider-single h3{
	font-size: 50px;
}
.slider-single p {
    font-size: 25px;
}
#header .donate{
    right:15px;
}
}

.add-nav li{
    display:inline-block;
}
.right-bar ul li:first-child {
    /*display:none;*/
}
.right-bar .translator-plugin{
    /*display:none;*/
}

@media (max-width: 600px){
.logo{
    margin-bottom:35px;
}
 .add-nav{
     margin-bottom:0;
     position:absolute;
     left:15px;
     bottom:5px;
 }
 .add-nav ul{
     display:flex;
     /*flex-wrap: wrap;*/
 }
  .add-nav li{
    /*padding-left: 15px;*/
    width: 25px;
    max-height:25px;
}
.right-bar ul li:first-child {
    display:none;
}
.right-bar .translator-plugin{
    display:none;
}
.right-bar { 
    margin-right:150px;
}
.fa-facebook-square:before,.fa-twitter-square:before, .fa-instagram-square:before,.fa-linkedin-square:before,.fa-youtube-square:before{
    /*font-size:22px;*/
}

}

@media (min-width: 768px){
       .logo {
    width: 150px;
}
.right-bar {
    display:block;
    float: right;
    margin: 0;
    max-width:100%;
    flex:auto;
    text-align:center;
    right: 30px;
    position: relative;
}
.home-welcome-section p {
    font-size: 24px;
    line-height: 48px;
}
.home-announcement-section p {
    font-size: 24px;
    line-height: 48px;
}
.home-announcement-section h3 {
    font-size: 100px;
    line-height: 100px;
}
.home-tag-line-section p {
    font-size: 24px;
    line-height: 48px;
}
#header .header-bar {
    margin-bottom: 0px;
}

.add-nav li{
    display:inline-block;
}
.right-bar ul li:first-child {
    display:inline-block;
}
.right-bar .translator-plugin{
    display:block;
}

}


@media (min-width: 1024px){
    .right-bar {
    text-align:right;
    right: 125px;
}

.home-tag-line-section h3 {
    font-size: 50px;
}
}
@media (min-width: 1280px){
    .right-bar {
    right: 0px;
}
}
