@import url('styles/boots-bones.css');

/*
Theme Name: College Forward
Author: HMG Creative
Author URI: http://hmgcreative.com
Description: 
Version: 1.0


-------------------------------------------------------------- */


/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}


/* HTML5 display-role reset for older browsers */

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

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

ol,
ul {
    list-style: none;
}


/* UNORDERED LISTS 
------------------*/

.elementor-text-editor ul {
    margin-top: 20px;
    list-style-type: disc;
    line-height: 28px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-left: 60px
}

.elementor-text-editor ol {
    margin-top: 20px;
    list-style-type: decimal;
    line-height: 28px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-left: 60px
}

.elementor-text-editor {
    font-size: 16px
}

.footerlist {
    margin-left: 0px;
    list-style: none;
    line-height: 25px;
}

.wFormContainer .wForm {
    box-shadow: none!important;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.wFormContainer {
    margin-top: 15px !important
}

.wFormContainer .wFormHeader {
    display: none
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

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

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

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

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

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

th {
    font-weight: bold;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}

button,
input {
    line-height: normal;
    /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    overflow: visible;
    /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 10px;
    background: #ccc;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type=text],
input[type=email],
textarea {
    color: #888888;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #101010;
}

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

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 10px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 98%;
}


/* styles
-------------------------------------------------------------- */

body {
    line-height: 28px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #2e3e48
}

a {
    color: #0071bc
}

a:hover {
    text-decoration: underline
}


/* typography
-------------------------------------------------------------- */


/* Headings */

h1 {
    line-height: 54px;
    font-size: 42px;
    font-family: 'Bitter', serif;
}

h2 {
    line-height: 48px;
    font-size: 36px;
    font-family: 'Bitter', serif;
}

h3 {
    line-height: 40px;
    font-size: 28px;
    font-family: 'Bitter', serif;
}

h4 {
    line-height: 26px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Bitter', serif;
}

h5 {
    line-height: 20px;
    font-size: 13px;
    font-family: 'Bitter', serif;
}


/* Text elements */

p {
    line-height: 28px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.elementor-text-editor p {
    margin-bottom: 20px
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b,
strong {
    font-weight: bold;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 0.7em;
    line-height: 1.5em;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
    box-shadow: 0 3px 5px #ddd inset;
}

.slider-pro img.sp-image {
    margin-left: 0px !important;
    width: 650px !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)!important;
    ;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)!important;
}


/* Links */

a {
    color: #0071BC;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: rgba(125, 186, 57, 0.8);
}


/* Alignment */

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

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

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.center {
    text-align: center;
}


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

.site-title a {
    text-transform: uppercase;
    font-size: 4em;
    text-align: center;
}

.site-title a:hover {}

.site-description {
    font-style: italic;
}

header {
    padding: 20px 0;
    background: transparent;
    margin: 20px auto;
    z-index: 10000;
}

header .gravatar {
    overflow: hidden;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    float: right;
}

header #brand h1 {
    font-weight: 900;
    color: #565656;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.45em;
}

header #brand h1 a {
    color: #565656;
    text-decoration: none;
}

header #brand h1 span {
    font-weight: 200;
    color: #888888;
    text-transform: lowercase;
}

header nav {
    font-family: 'Bitter', serif;
}

.menu-main-nav-container,
.menu-main-container {
    float: right;
}

header nav ul {
    list-style: none;
    margin: 0;
}

header nav ul li {
    margin: 2px 30px 0 0;
}

header nav ul li a {
    color: #888888;
    font-size: 16px;
}

h1.site-title {
    display: none;
}

h4.site-description {
    display: none;
}


/* Posts/Articles
-------------------------------------------------------------- */


/* Page loop styling */

.page article {
    border-bottom: none;
}

.page article .title {
    margin-bottom: 40px;
}


/* Pagination */

#pagination {
    margin-bottom: 40px;
    width: 100%;
}

#pagination .past-page {
    float: right;
    width: 49%;
    text-align: right;
}

#pagination .next-page {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
    height: 200px;
}

.next-page a,
.past-page a {
    font-size: 2em;
    font-family: "Quicksand", Helvetica, sans-serif;
    font-weight: 400;
    font-style: italic;
    padding: 10%;
}


/* Comments */

h3#comments {
    margin-bottom: 80px;
    font-size: 16px;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist .comment {
    margin: 0 0 40px 50px;
    padding: 20px;
    position: relative;
    list-style: none;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment .children {
    margin-top: 40px;
}

.commentlist .comment-author {
    float: left;
    margin-right: 10px;
}

.commentlist .comment-author img {
    position: absolute;
    left: -50px;
    top: 5px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment-author .says {
    display: none;
}

.comment-meta {
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-subscription-form,
.comment-subscription-form {
    margin-bottom: 0;
    font-size: 14px;
}

#respond {
    margin-bottom: 80px;
}

#respond>h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

#respond form label {
    color: #888888;
}

footer {
    text-align: center;
    padding-bottom: 40px;
    font-size: 12px;
}

.stats p {
    line-height: 21px;
    margin-bottom: 0px;
}


/*--------------------------------------------------------------
#4.0 - XS COLUMNS
--------------------------------------------------------------*/

@media screen and (min-width: 481px) {
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    /* OFFSETS */
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
        margin-left: 0%;
    }
    /* HIDE / SHOW */
    .xs-only {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .hidden-xs {
        display: initial;
        opacity: 1;
        visibility: visible;
    }
}



/* Misc & mixens
-------------------------------------------------------------- */

.site-footer {
    color: #fff;
    background-color: #7DBA39;
    text-align: left;
    padding: 75px 0;
}

.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.clear {
    clear: both;
}


/* clear floats */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* #3.1 - HEADER *********************
------------------------------------*/

#primary .row:first-child[class*="row-style"] {
    margin-top: -75px;
}

.site-header {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
    margin-top: 0px;
    position: relative;
    z-index: 11111;
}

.top-bar,
.main-navigation {
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
}

@media screen and (max-width: 667px) {
    .site-header {
        background: rgba(255, 255, 255, 0);
        border: none;
        box-shadow: none;
        padding: 20px 0 0px;
    }
    .site-navigation .brand {
        position: initial;
    }
    .site-header+main {
        margin-top: -70px
    }
}

.logo-image {
    top: auto;
    width: 398px;
    height: 60px;
    overflow: hidden;
    margin-top: -6px;
    padding-top: 24px;
    text-align: left;
}


/* #3.2 - TOP BAR NAVIGATION ************
------------------------------------*/

header .row {
    margin-bottom: 0px
}


/* DROPDOWNS SUB-NAVIGATION */

.site-navigation .sub-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
    display: block;
    margin-left: 2px;
    padding: 17px 20px;
    position: absolute;
    width: auto;
    min-width: 200px;
    left: 0;
    top: 80px;
    z-index: 98;
    visibility: hidden;
    display: none;
    opacity: 0;
}

.menu-item-has-children:hover .sub-menu,
.menu-item-has-children:focus .sub-menu {
    visibility: visible;
    display: block;
    opacity: 1;
}

.elementor-widget-image .elementor-image>a img[src$=".svg"], .elementor-widget-image .elementor-image figure>a img[src$=".svg"] {width:100% !important}

.menu-item-has-children .sub-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
    text-align: left;
}

.menu-item-has-children .sub-menu li:nth-last-child(n+2) {
    margin-bottom: 0px;
}

.menu-item-has-children .sub-menu li a {
    display: inline-block;
    margin: 2px 0;
    padding: 5px 5px 0px;
    white-space: nowrap;
}

.menu .menu-item-has-children>a::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21' viewBox='0 0 12 16'%3E%3Cg id='Group_817' data-name='Group 817' transform='translate(-471 -176)'%3E%3Crect id='Rectangle_1661' data-name='Rectangle 1661' width='16' height='16' transform='translate(471 176)' fill='none'/%3E%3Cpath id='Path_1306' data-name='Path 1306' d='M8145.208-11385.875l3.5,3.5,3.5-3.5' transform='translate(-7670.708 11571.875)' fill='none' stroke='%237DBA39' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
    display: inline-block;
    padding-left: 4px;
    color: #7DBA39;
    opacity: .9;
}


/* #3.2 - MAIN NAVIGATION ************
------------------------------------*/

.main-navigation .menu-main-menu-container {
    margin: 20px auto 0;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
}

.site-navigation .brand {
    padding: 0 5px;
    position: relative;
}

.site-navigation .brand img {
    width: 250px;
    height: auto;
    max-width: 100%;
}

.menu {
    list-style: none;
    margin: 0;
}

.menu li {
    display: inline-block;
}

.menu a {
    background: linear-gradient(#7DBA39, #7DBA39) 5px calc(100% - 1px) / 0 1px no-repeat;
    color: #2D3E47;
    font-family: 'Poppins', serif;
    padding: 2px 5px;
    text-decoration: none;
    transition: background .24s ease-in-out;
}

.top-bar .menu a {
    padding: 0px;
    margin: 0px;
    color: #fff
}

.top-bar .menu li {
    padding: 0px;
    margin: 0px 20px
}

.top-bar a {
    color: #fff;
    font-size: 12px;
}

.top-bar a:hover {
    text-decoration: underline
}

.menu .btn a {
    color: #fff
}

.menu .btn:hover a {
    color: #333;
}

.top-bar {
    background: #7CB938;
}

.top-bar .menu .donate-btn a {
    background: #0071bc;
    color: #fff;
    border-radius: 100px;
    padding: 4px 30px;
    margin: 0px;
    line-height: 18px
}

.main-navigation .menu-item {
    padding: 28px 0 30px;
    position: relative;
    margin: 0 15px;
}

.menu .menu-item-has-children>a::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='21' viewBox='0 0 12 16'%3E%3Cg id='Group_817' data-name='Group 817' transform='translate(-471 -176)'%3E%3Crect id='Rectangle_1661' data-name='Rectangle 1661' width='16' height='16' transform='translate(471 176)' fill='none'/%3E%3Cpath id='Path_1306' data-name='Path 1306' d='M8145.208-11385.875l3.5,3.5,3.5-3.5' transform='translate(-7670.708 11571.875)' fill='none' stroke='%237DBA39' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
    display: inline-block;
    padding-left: 4px;
    color: #7DBA39;
    opacity: .9;
}

.menu .current_page_item>a,
.menu .current_page_parent>a {
    background-size: calc(100% - 10px) 1px;
}

.menu .sub-menu .current_page_item>a {
    background-size: calc(100% - 10px) 1px;
}

.site-navigation .menu-item:not(.menu-item-has-children) a:hover {
    background-size: calc(100% - 10px) 1px;
    color: #0071BC;
}


/* Elementor Edits */

.counter-number {
    text-align: right !important;
}


/* MENU BUTTONS */

.btn {
    border: 1px solid #0071BC;
    border-radius: 4px;
    font-size: 1.5rem;
    margin: 0 5px;
    padding: 1px 15px;
    text-decoration: none;
    transition: all .42s ease-in-out;
}

.btn.btn-primary {
    background-color: #0071BC;
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #fff;
    border-color: #0071BC;
}

.btn-secondary {
    background-color: #7DBA39;
    color: #fff;
}

.btn.btn-secondary:hover {
    background-color: #0071BC;
    border-color: #0071BC;
}


/* #background-box
================================================== */

.searchandfilter ul {
    text-align: center
}

.elementor-team__read-more {
    color: #0071bc !important;
    font-size: 14px;
    margin-top: 10px;
}

a.elementor-team__read-more:hover,
a.elementor-post__read-more:hover {
    text-decoration: underline
}

.elementor-button,
.wFormContainer .wForm .primaryAction {
    font-family: "Poppins", Sans-serif;
    background-color: #0071bc !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 20px 50px 20px 50px !important;
}

a.elementor-button:hover,
.elementor-button:hover,
.wFormContainer .wForm .primaryAction:hover,
a.elementor-button:focus,
.elementor-button:focus {
    background-color: #7dba39 !important;
}

.elementor-button .elementor-align-icon-right {
    margin-left: 10px !important;
}

.block-btns .elementor-button {
    background: none !important;
}

.block-btns .elementor-button:hover {
    background: #fff !important;
    color: #0071bc !important
}

#footer-form-btn {
    font-family: "Poppins", Sans-serif;
    background-color: #0071bc !important;
    padding: 16px 50px 16px 50px !important;
    border-radius: 0px 100px 100px 0px !important;
}

.searchandfilter ul li li.sf-option-active {
    background: #2e3e48
}

#footer-form-btn:hover {
    background-color: #7dba39 !important;
}

.supported-schools .elementor-button {
    padding: 5px 0px 0px !important;
    background: transparent !important
}

.supported-schools .elementor-button:hover {
    background: transparent !important;
    text-decoration: underline
}

.searchandfilter li[data-sf-field-input-type=radio] label {
    padding-left: 0px !important
}

.footer-text p {
    font-size: 13px;
    line-height: 1.8rem
}

.footer-text a {
    color: #fff
}

.footer-text a:hover {
    color: #7CB938
}

.whitebox {
    background-color: #fff;
    padding: 80px;
    margin: 100px;
    vertical-align: middle;
    border: 10px;
    border-color: #fff;
    border-radius: 20px;
}

.team-title {
    color: #7dba39;
    font-size: 14px;
    font-weight: 200;
    font-family: 'Bitter', serif;
}


/* Posts */

.elementor-post__card .elementor-post__badge {
    background-color: #7dba39 !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    margin: 20px !important;
    font-family: "Poppins", Sans-serif !important;
    text-transform: none !important;
}

.elementor-post__badge {
    right: 0 !important;
}

.elementor-posts-container {
    grid-column-gap: 30px !important;
    grid-row-gap: 38px !important;
}

.elementor-post__title,
.elementor-post__title a {
    color: #2e3e48 !important;
    font-family: "Bitter", Sans-serif !important;
    font-weight: normal !important;
    line-height: 1.4em !important;
    cursor: pointer
}

.elementor-post__title a:hover {
    text-decoration: underline;
    cursor: pointer
}

.elementor-post__read-more {
    color: #0071bc !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 17px !important;
    font-weight: normal !important;
    text-transform: none !important;
    margin-bottom: 16px !important;
}

.elementor-post__card {
    background-color: #ffffff !important;
    border-color: #dddddd !important;
    border-width: 1px !important;
    border-radius: 20px !important;
}

.elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: calc( 0.6 * 100%) !important;
}

.success-stories-card .elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: calc( 0.8 * 100%) !important;
}

.success-stories-card .elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 10px
}

.elementor-posts-container .team-members .elementor-post__thumbnail {
    padding-bottom: calc( 0.9 * 100%) !important;
    cursor: pointer
}

.salesforce_w2l_lead .placeholders .w2linput {
    height: 40px !important;
    border-radius: 100px !important;
    width: 100% !important;
    line-height: 40px !important;
    padding: 25px !important;
    margin: 5px !important;
}

.sf_field sup {
    display: none
}

.americorps-jobs .elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 10px
}

.americorps-jobs .elementor-post__read-more {
    font-family: "Poppins", Sans-serif;
    background-color: #0071bc !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 7px 30px 7px 30px !important;
    margin-bottom: 30px !important;
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 10px;
}

.salesforce_w2l_lead .placeholders .w2linput.submit {
    font-family: "Poppins", Sans-serif;
    background-color: #0071bc !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 10px 50px 20px 50px !important;
    color: #fff;
    font-sizer: 18px !important;
    height: 55px !important;
    line-height: auto !important;
}

.salesforce_w2l_lead .clearfix {
    clear: both !important;
    display: none !important;
}

.salesforce_w2l_lead .sf_field span.error_message {
    text-align: center !important;
}

.americorps-jobs .elementor-post__read-more:hover {
    background-color: #7dba39 !important;
}

.americorps-jobs a.elementor-post__read-more:hover {
    text-decoration: none !important;
}

.americorps-jobs .elementor-posts .elementor-post__card .elementor-post__title {
    font-size: 24px;
}

.subscribe .elementor-button {
    border-radius: 0px 100px 100px 0px !important;
}

.elementor-post__excerpt {
    margin-bottom: 10px !important;
}

.elementor-post__title {
    margin-bottom: 15px !important;
}

.sf_required_fields_msg {
    display: none !important
}

#blog-search, 
#blog-categories,
#blog-tags{
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #dddddd;
}
#blog-search h5, 
#blog-categories h5,
#blog-tags h5{
    font-size: 1em;
    margin-bottom: 6px;
} 
#blog-categories h5,
#blog-tags h5{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
#blog-search input[type="text"]{
    width: 100%;
    margin-bottom: 12px;
}
#blog-search input[type="submit"]{
    background: #0071bc;
    color: #fff;
    border-radius: 100px;
    padding: 4px 30px;
    margin: 0px;
    line-height: 18px;
}
#blog-search input[type="submit"]:hover{
    text-decoration: underline;
    box-shadow: none;
}
#blog-tags .tagcloud a{
    font-size: 16px !important;
    display: block;
}


/* Search and Filter */

.searchandfilter ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    width: auto;
}

.searchandfilter ul li li {
    padding: 5px 20px;
    margin: 0px 10px 20px;
    border-radius: 100px;
    background: #7dba39;
    font-size: 16px;
    font-family: "Poppins", Poppins, Sans-serif;
    color: #fff;
    cursor: pointer;
}

.serachandfilter label {
    cursor: pointer;
}

.searchandfilter ul li li:hover {
    background: #2e3e48;
    color: #fff;
}

.sf-input-radio {
    display: none !important
}

#responsive-menu-container .elementor-icon {
    border-radius: 100px 100px 100px 100px;
}
#responsive-menu-container .elementor-social-icon {
    background-color: #7DBA39;
    font-size: 15px;
    padding: 0.5em;
    margin-right:5px
}
.searchandfilter .sf-field-submit input{
    background: #0071bc;
    color: #fff;
    font-family: Poppins, sans-serif;
    padding: 10px 20px;
    border-radius: 100px;
    transition: all .25s ease-in-out;
}
.searchandfilter .sf-field-submit input:hover{
    background: #7dba39;
}
.searchandfilter ul{
    margin: 0px;
}
.searchandfilter ul li{
    margin-left: 20px;
}
.searchandfilter .sf-field-search input,
.searchandfilter .sf-field-tag select{
    padding: 8px 18px;
    border: 1px solid #ccc;
    border-radius: 100px;
    color: #666;
}
.search-filter-results .pagination{
    margin-top: 50px;
}


/* #Media Queries
================================================== */


/* Those wide screens above 1280px */

@media only screen and (min-width: 1281px) {
    .menu-main-nav-container a,
    .side-title,
    .menu-main-container a {
        font-size: 1em;
        line-height: 1.5em;
    }
    #sidebar {
        font-size: 0.7em;
        line-height: 1.5em;
    }
    #sidebar h3 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}


/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {
    .side-title {
        font-size: 1em;
        line-height: 1.5em;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title {
        font-size: 1em;
        line-height: 1.5em;
    }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    body,
    article .post-meta {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    article .title {
        font-size: 2em;
        line-height: 1.5em;
    }
    .site-title {
        font-size: 10px !important;
        line-height: 50px;
    }
    .menu-main-nav-container a,
    .side-title,
    .menu-main-container a {
        font-size: 1em;
        line-height: 1.5em;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    body,
    article .post-meta {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    article .title {
        font-size: 2em;
        line-height: 1.5em;
    }
    .site-title {
        font-size: 6px !important;
        line-height: 30px;
    }
    .menu-main-nav-container a,
    .side-title,
    .menu-main-container a {
        font-size: 1em;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 1280px) {
    nav.top-bar ul li {
        padding-top: 6px !important;
    }
    .main-navigation .menu-item {
        margin: 0px 2px;
    }
    .main-navigation .menu-item a {
        font-size: .8em;
    }
    .logo-image,
    .logo-image img {
        width: 250px;
    }
}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .side-title {
        font-size: 1em;
        line-height: 1.5em;
    }
    .logo-image {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left:10px
    }
    .logo-image,
    .logo-image img {
        width: 300px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .container.main-nav,
    .top-bar .container {
        width: calc(100% - 60px);
        margin: 0 30px;
    }
    .top-bar .four.columns {
        width: 25%;
    }
    .top-bar .twelve.columns {
        width: 75%;
    }
    .top-bar .menu li {
        margin: 6px 10px !important;
    }
}

@media screen and (max-width: 667px) {
    .site-header {
        padding-top: 0px;
    }
    .top-bar {
        display: none;
    }
    @media screen and (max-width: 667px) {
        .site-header+main {
            margin-top: 0px;
        }
    }
}


/* Custom CSS Added for Gavity Form Donation Form */

.gform_card_icon_container,
.ginput_product_price_label,
.ginput_product_price,
#field_1_10 .gfield_label,
#field_1_2 .gfield_label,
.gfield_label,
.gform_title {
    display: none !important;
}

.ginput_container_radio .gfield_radio {
    display: inline-flex;
    justify-content: space-between;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    background-color: #0071bc;
    border-radius:100px;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 700;
    background: #7DBA39;
}


.ginput_container_radio .gfield_radio li label {
    margin: 4px 0 0 4px;
    color: #fff;
    font-weight: 600;
        padding: 10px 20px !important;
}
.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: auto !important;
}

.gform_fields li.gfield input[type=radio]{
    display:none !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio]:checked+label {
    /* image: url('https://dev.hmgcreative.com/cofo/wp-content/uploads/2020/01/transparent-check-white-7-original.png'); */
}

.gfield_radio li {margin-right: 10px !important}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-left: 0px !important;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
}


.gform_button {
    font-family: "Poppins", Sans-serif;
    background-color: #0071bc !important;
    border-radius: 100px !important;
    padding: 20px 50px 20px 50px !important;
    color: #FFF !important;
    transition: ease;
    transition-duration: .3s;
}

.gform_button :hover {
    background-color: #7dba39 !important;
    transition: ease;
    transition-duration: .3s;
}

.gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}


#gform_wrapper_1 #input_1_9_1_label,
#gform_wrapper_1 #input_1_9_5_label,
#gform_wrapper_1 #input_1_10_1_label,
#gform_wrapper_1 #input_1_10_3_label,
#gform_wrapper_1 #State,
#gform_wrapper_1 #input_1_10_5_label {
    display: none;
}

label[for=input_1_9_2_month],
label[for=input_1_9_3],
label[for=input_1_9_5_label],
label[for=input_1_15_6],
label[for=input_1_10_1],
label[for=input_1_10_3],
label[for=input_1_10_4],
label[for=input_1_10_5] {
    display: none;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none !important;
}

.gform_wrapper input[type=text] {margin-bottom:15px;}

label[for=input_1_15_3],
label[for=input_1_9_1] {
    display: block !important;
    margin-top: 1.2em;
}
#label_1_18_1 {background:none}


#field_1_15 .gfield_label {
    display: none !important
        
}


/* Custum Strip Form CSS */

.StripeElement {
    border-radius: 100px !important;
    padding: 15px 20px !important;
    box-shadow: none !important;
    background: #f2f2f2 !important;
    border:none !important;
    height: auto !important
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper textarea {
    color: #888888!important;
    border: none!important;
    border-radius: 100px!important;
    background: #f2f2f2!important;
    padding: 10px 20px!important;
}


#label_1_18_1 {
    padding: 9px 0px 0px;
}

#field_1_8, #field_1_18 {    float: left;
    width: 50%;
    clear: none;}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {width:90% !important}

@media screen and (max-width: 767px) {
    .visible-xs {
        display: initial;
        opacity: 1;
        visibility: visible;
    }
    .searchandfilter ul li li {
    padding: 15px 20px;
    margin: 0px 10px 10px;
}
    .searchandfilter ul li {display: block}  
}

/*---- Strange underline header fix ----*/
.elementor-headline{
    display: block !important;
}
.elementor-headline-dynamic-wrapper{
    margin-right: -10px !important;
}
.elementor-headline--style-highlight svg{
    width: 100% !important;
}
.elementor-headline .elementor-headline-plain-text:first-of-type:after, 
.elementor-headline .elementor-headline-plain-text:last-of-type:before{
    white-space: nowrap !important;
}