/* Main Blue*/
/*Yellow Accent*/
/* Yellow Accent AA*/
/* Dark Blue*/
/* Highlight Blue */
/* Really Dark Blue*/
/* Dark Grey */
/* Emerald green */
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.container {
  /*width: 980px;*/
}

.container-full {
    width: 100%;
}

.alignnone {
    margin: 0 1em 1em 0;
    max-width: 98%;
    height: auto;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 98%;
    height: auto;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 98%;
    height: auto;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    max-width: 98%;
    height: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 5px 5px 10px;
    text-align: center;
}

.wp-caption img {
    width: auto;
    margin-bottom: 10px;
}

.wp-caption p {
    margin-bottom: 0;
    font-size: 14px;
}

.gallery-caption {
    font-size: 12px;
}

.elementor ul {
    list-style: outside;
    margin-left: 20px;
}

#wpadminbar {
    opacity: 0.7;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}

#wpadminbar:hover, #wpadminbar:focus {
    opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
.gform_wrapper ul {
    list-style: none;
}

.gform_fields {
    margin: 0;
}

.gfield {
    list-style: none;
    margin-bottom: 20px;
}

.gfield_label {
    display: none;
}

.gfield_label {
    font-size: .813em !important;
    letter-spacing: .5pt;
    margin-bottom: 0px;
    font-weight: bold !important;
    color: #115f94;
    border-bottom: none !important;
    background: #eaeaea;
    padding: 5px 20px;
}

.name_first label {
    font-size: .813em !important;
    letter-spacing: .5pt;
    margin-bottom: 0px;
    font-weight: bold !important;
    color: #115f94;
}

.name_last label {
    font-size: .813em !important;
    letter-spacing: .5pt;
    margin-bottom: 0px;
    font-weight: bold !important;
    color: #115f94;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-bottom: 3em;
    border-bottom: 1px solid #eaeaea;
}

.ginput_container ul {
    margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
    border-color: red;
}

.gfield_description {
    margin-top: 10px;
}

.gform_confirmation_message {
    margin-bottom: 15px;
}

.gform_footer {
    text-align: right;
}

.validation_error {
    margin-bottom: 15px;
    padding: 5px;
    color: #990000;
    border: 1px solid red;
}

.validation_message {
    margin-bottom: 10px;
    color: #990000;
}

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font-size: 11px;
    z-index: 9999 !important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
}

.ui-datepicker thead {
    background: #f7f7f7;
    border-bottom: 1px solid #bbb;
}

.ui-datepicker thead th {
    padding: 3px;
    text-align: center;
    border: 1px solid #ddd;
}

.ui-datepicker tbody {
    border: none;
}

.ui-datepicker tbody td {
    padding: 0;
    border: 1px solid #bbb;
}

.ui-datepicker tbody th {
    text-transform: uppercase;
    text-align: center;
    font-size: 6pt;
    padding: 5px 0;
    color: #666;
}

.ui-datepicker tbody td span, .ui-datepicker tbody td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666;
}

.ui-datepicker-header {
    background-color: #666;
  /* set the header background color */
    color: #fff;
    font-weight: 700;
    border: none;
}

.ui-datepicker-header:after {
    content: '';
    clear: both;
    display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
    width: 50%;
    float: left;
    padding: 5px 20px 5px 5px;
    height: auto;
    font-size: 14px;
    margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    font-size: 12px;
    color: #fff;
    padding: 5px;
    line-height: 1.4;
    width: 50%;
    float: left;
}

.ui-datepicker-next {
    text-align: right;
}

.ui-datepicker-calendar {
    margin: 0 0 0 0 !important;
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #fff;
}

.ui-datepicker-calendar .ui-state-active {
    background: #fff2aa;
  /* set the active date background color */
    border: 1px solid #c19163;
  /* set the active date border color */
    position: relative;
    margin: -1px;
    height: 32px;
    width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
    height: auto;
    overflow-x: hidden;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    position: static;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #555;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #555;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #555;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    border: 1px solid #cacaca;
    margin-bottom: 0;
}

select {
    border: 1px solid #cacaca;
}

input[type=radio], input[type=checkbox] {
    display: inline-block;
}

textarea[rows] {
  /*Styles for TextArea*/
    height: 150px;
    max-width: 100%;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
    margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
    border: none;
    padding: 10px 20px;
    margin-bottom: 0;
    background-color: #72635D;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='reset']:hover,
input[type='reset']:focus {
    background-color: #042c78;
}

/* Tables */
table {
    border: 1px solid #999;
}

table th {
    background: #c0bd30;
    padding: 10px;
}

table tr.even {
    background: #cacaca;
}

table td {
    border: 1px solid #eaeaea !important;
    padding: 10px;
}

/* Tablepress */
.tablepress tfoot th, .tablepress thead th {
    background-color: #eaeaea !important;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
    color: #002D5B;
  /*font-family: 'Nunito Sans', sans-serif;*/
}

/* Content Styles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", sans-serif;
}

.home h2 {
    font-size: 2.1875em;
    font-weight: 800;
    color: #002D5B;
}

.mainsec h1, .mainsec h2, .mainsec h3, .mainsec h4, .mainsec h5, .mainsec h6 {
    font-weight: 700;
    color: inherit;
    font-family: "Nunito Sans", sans-serif;
}

.mainsec h1 {
  /*basic heading styles*/
}

.mainsec h2 {
    font-size: 2.1875em;
    font-weight: 800;
    color: #002D5B;
    letter-spacing: 0;
    margin-top: 1em;
    padding-top: 0.75em;
    border-top: 1px solid #E4E1DC;
}

.mainsec h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #DF3011;
    padding-top: 1em;
}

.mainsec h4 {
    font-size: 1.3em;
    margin-bottom: 20px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 0.5em;
}

.mainsec h4.page-subtitle {
    font-size: 22px;
    font-family: 'Nunito Sans', sans-serif;
    font-style: italic;
  /*color: #6d747c;*/
    color: #5e646b;
    margin: 0 0 34px;
    font-weight: 300;
    line-height: 29px;
    display: inline-block;
}

.mainsec h5 {
  /*basic heading styles*/
}

.mainsec h6 {
  /*basic heading styles*/
}

.mainsec p {
    margin-bottom: 1em;
}

.mainsec p:empty {
    display: none;
}

.mainsec ul {
  /*basic list styles*/
}

.mainsec ul li {
  /*basic list-item styles*/
    margin-left: 2em;
}

.mainsec ol li {
    margin-left: 2em;
}

.mainsec blockquote {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 800;
    background: #eaeaea;
    font-style: italic;
}

.mainsec .main-content-before-after ul, .mainsec .main-content ul {
    margin-bottom: 2em;
}

.mainsec .main-content-before-after ul li,
.mainsec .main-content ul li {
    font-size: 1.6rem;
    line-height: 1.8em;
    list-style: initial;
}

.mainsec .main-content-before-after ol li,
.mainsec .main-cotent ul li {
    font-size: 1.6rem;
    line-height: 1.8em;
    list-style: inherit;
}

.mainsec a {
    color: #F15740;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mainsec a:hover, .mainsec a:focus {
  /*basic hover and focus effects*/
    color: #002f6c;
    outline: none;
    text-decoration: none;
}

.mainpath ul, .mainpath ol {
    margin-left: 20px;
}

#sidebar h3 {
    display: block;
    background: #E4E1DC;
    padding: 10px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    font-size: 0.875em;
    font-weight: 700;
    color: #DF3011;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#sidebar h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("images/overlay-img-pg-sm-header-bg.png");
    background-repeat: no-repeat;
    background-position: right center;
}

#sidebar h4 {
    font-size: 1em;
    font-weight: 800;
    color: #002D5B;
}

#sidebar div,
.page-template-default #sidebar div,
.page-template-page-right-sidebar #sidebar div {
    padding: 1em 0px;
}

.single-area-of-interest #sidebar div,
.page-template-page-support-resources #sidebar div,
.page-template-page-area-of-interest #sidebar div {
    background: #72635D;
    padding: 1em 20px;	
    border-bottom: 15px solid #F15740;
}

.single-area-of-interest #sidebar div ul li a,
  .page-template-page-support-resources #sidebar div ul li a,
  .page-template-page-area-of-interest #sidebar div ul li a {
    color: #222;
}

.single-area-of-interest #sidebar div > div,
.page-template-page-support-resources #sidebar div > div,
.page-template-page-area-of-interest #sidebar div > div {
    padding: 0;	
    border-bottom: none;
}

#sidebar div.cinfo {
    background: #002d5b;
    color: white;
}

#sidebar div.cinfo p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1.5em;
}

#sidebar div.cinfo p a {
    color: #f15740;
}

#sidebar div.cinfo strong {
    font-size: 1.1em;
    font-weight: 600;
}

#sidebar div.cinfo em {
    border-bottom: 1px solid white;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    display: block;
}

#sidebar div.cinfo br {
    height: 0px;
    line-height: 0px;
    display: block;
}

#sidebar div.cinfo .phone {
    display: block;
    color: #c0bd30;
}

#sidebar div.cinfo .email {
    display: block;
    color: #c0bd30;
}

#sidebar .widget {
    margin-bottom: 2em;
}

#sidebar a {
	color: #002D5B;
    text-decoration: none;
}

#sidebar a:hover {
    color: #115f94;
    text-decoration: underline;
}

#sidebar .cinfo a {
    color: #c0bd30;
}

#sidebar ul, #sidebar ol {
    margin-left: 10px;
    list-style: outside;
}

#sidebar ul li, #sidebar ol li {
    margin-left: 10px;
    color: #002D5B;
}

#sidebar ul li a, #sidebar ol li a {
    color: #F15748;
}

#sidebar .programql ul li a, #sidebar .programql ol li a, #sidebar .programql ul li, #sidebar .programql ol li {
	color:#fff !important;
	
}

/*--- g-form custom styling ---*/

#sidebar .gform_wrapper form div {
    padding: 0 !important;
    border-bottom: none !important;
}

#sidebar .gform_wrapper li.gfield fieldset div {
	padding: 0 !important;
	margin: 0 !important;
}

#sidebar span.gform_description {
    color: #fff;
    padding-top: 8px;
}

#sidebar .gform_wrapper ul.gform_fields li.gfield {
    padding: 0 !important;
    margin: 0;
    border-bottom: none !important;
}

#sidebar .gfield_label {
    margin-top: 12px;
    padding-left: 0;
	color: #fff;
	background-color: #72635D;
}

#sidebar .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

#sidebar .ginput_container_email {
    margin-bottom: 12px;
}

#sidebar .gform_footer input[type=submit] {
	background-color: #F15740;
}

#sidebar .gform_footer input[type=submit]:hover {
	text-decoration: underline;
}

#sidebar .gform_wrapper ol.validation_list li,
#sidebar .gform_wrapper ol.validation_list li a {
    color: #790000 !important;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

/* Button additional styles */
.button {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Pagination */
ul.pagination {
    margin: 1rem 0;
}

ul.pagination .pagination {
    margin: 0;
}

ul.pagination .pagination.current {
    color: #fff;
    background: #115f94;
    display: block;
}

/* Search form */
.searchform {
    position: relative;
    display: inline-block;
}

.s {
    height: 31px;
    border: none;
    width: 172px;
    padding: 5px 5px 5px 30px;
    font-size: 0.85714em;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #55545a;
    color: #b0afbc;
}

.searchsubmit {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    padding: .5rem;
    cursor: pointer;
    font-size: 0;
    border-radius: 0;
    background-color: #55545a;
    color: #cacaca;
}

.searchsubmit:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #b0afbc;
}

/* Breadcrumbs */
#breadcrumbs {
    display: block;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

/* ELEMENTOR */
.elementor-tabs-content-wrapper {
    background: #0063b7;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
}

.elementor-tab-content {
    border-radius: 0px 0px 10px 10px;
}

.elementor-tab-title, .elementor-tab-desktop-title {
    background: #0063b7;
    color: #fff;
    font-size: 1.25em;
}

.elementor-active {
    background: #002f6c;
    color: #fff;
}

/* Connections */
#cn-cmap .cn-entry {
    font-size: 1em !important;
}

#cn-cmap .fn {
    font-size: 1.2em !important;
}

#cn-list div.cn-alphaindex {
    font-size: 1.2em !important;
}
