/* Theme Variables */
:root {
    /* Typography */
    --font-family-body: "Poppins", Helvetica, Arial, sans-serif;
    --font-family-heading: "Poppins", Helvetica, Arial, sans-serif;
    
    --font-size-h1: 38px;
    --font-size-h2: 34px;
    --font-size-h3: 30px;
    --font-size-h4: 26px;
    --font-size-h5: 18px;
    --font-size-h6: 16px;
    --font-size-paragraph: 17px;
    
    /* Colors */
    --primary-color: #461D7C;
    --secondary-color: #FDD023;
    --dark-color: #000000;
    --light-color: #ffffff;
    --input-border-colour:#c9c9c9;
    
    /* Border Radius & Padding */
    --btn-border-radius: 0px;
    --input-border-radius: 5px;
    --input-padding: 10px 28px;

    /* Primary Button */
    --primary-btn-bg: #461D7C;
    --primary-btn-color: #ffffff;
    --primary-btn-border-color: #461D7C;
    
    /* Primary Button Hover */
    --primary-btn-bg-hover: #461D7C;
    --primary-btn-color-hover: #FDD023;
    --primary-btn-border-color-hover: #461D7C;
    
    /* Secondary Button */
    --secondary-btn-bg: #FDD023;
    --secondary-btn-color: #461D7C;
    --secondary-btn-border-color: #FDD023;
    
    /* Secondary Button Hover */
    --secondary-btn-bg-hover: #ffffff;
    --secondary-btn-color-hover: #461D7C;
    --secondary-btn-border-color-hover: #ffffff;
 
    /* Button One */
    --button-one-bg: #461D7C;
    --button-one-color: #ffffff;
    --button-one-border-color: #461D7C;

    /* Button One Hover */
    --button-one-bg-hover: #461D7C;
    --button-one-color-hover: #ffffff;
    --button-one-border-color-hover: #461D7C;

    /* Button Two */
    --button-two-bg: #FDD023;
    --button-two-color: #461D7C;
    --button-two-border-color: #FDD023;

    /* Button Two Hover */
    --button-two-bg-hover: #ffffff;
    --button-two-color-hover: #461D7C;
    --button-two-border-color-hover: #ffffff;

    /* Button Three */
    --button-three-bg: #ffffff;
    --button-three-color: #461D7C;
    --button-three-border-color: #461D7C;

    /* Button Three Hover */
    --button-three-bg-hover: #ffffff;
    --button-three-color-hover: #461D7C;
    --button-three-border-color-hover: #461D7C;

    /* Button Four */
    --button-four-bg: #ffffff;
    --button-four-color: #FDD023;
    --button-four-border-color: #FDD023;

    /* Button Four Hover */
    --button-four-bg-hover: #ffffff;
    --button-four-color-hover: #FDD023;
    --button-four-border-color-hover: #FDD023;
    
    /* Layout Settings */
    --card-columns: 33.333%;
    --filter-columns: 25%;
}

/* Typography */

body,
p,
li {
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
  color: #666;
}

.table {
  color: #666;
}

h1 {
  font-weight: 700;
  color: #ffffff!important;
  line-height: 1.3em;   
  letter-spacing: normal;
}

h2, 
h3 ,
h4 ,
h5 {
  font-family: var(--font-family-heading);
  font-weight: 500;
  letter-spacing: normal;
  color: #333;
}
.hero-img-text h1 {
	font-size: 6em;
}
.hero-img-overlay img {
    width: 100%;
    height: auto;
    max-width: 620px !important;
    max-height: 100% !important;
    padding: 0 2rem;
}
a, a:visited {
  color: #2A4CE3;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 33px;
  }
}

/* Header Block */
.all-nav-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    margin-top: 0px;
    width: 100%;
    height: auto;
  	z-index: 999999;
}

#top-nav {
    background-color: #002f54;
}

.btn-top-nav {
    color: #000;
    background-color: #F8F9FA;
    border-color: #F8F9FA;
    font-size: 14px!important;
}

.topnav-menu {
    padding: .8rem .3rem;
    border-radius: 15px;
}

#top-nav .dropdown-item {
    padding: .7rem 1.5rem;
    color: #171616;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/* Logo */

img.brand-logo {
    width: 100%;
    max-width: 155px;
    height: auto;
    max-height: 100%;
    padding: 4px 0px 4px 0;
}
@media (min-width: 375px) {
    img.brand-logo {
        max-width: 245px;
        padding: 4px 30px 4px 0;
    }
}
/* ==== UTILITY / HELPER CLASSES ============ */
/* anchor tag offset, use custom class on target block  */
.anchor-offset a:not([href]) {
    scroll-margin-top: 150px;
}
/* horizontal scroll fix */
.hero-no-gutter .page-row-container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.hero-no-gutter .page-row-container .block-image {
    margin-left: 0;
    margin-right: 0;
}
.heading-text-white :is(h1,h2,h3,h4,h5) {
    color: #ffffff !important;
}
.body-text-white :is(p, span, li) {
    color: #ffffff !important;
}
.hyperlink-text-white :is(a[href]) {
    color: #ffffff !important;
}
/* Typography */

body,
p,
li {
    color: #333;
    font-weight: 400;
}

a,
a:visited {
    color: #333333;
    text-decoration: none;
}

#top-nav a,
#top-nav a:visited {
    color: #fff;
    font-weight: 700;
    letter-spacing: .03rem;
}

#top-nav button {
    background-color: #8299ae;
    border-radius: 0px;
    letter-spacing: .2em;
}

#top-nav .dropdown-menu a,
#top-nav .dropdown-menu a:visited {
    color: #000000;
}

#top-nav .dropdown-menu a:hover {
    background-color: #F8F9FA;
}

#top-nav .return-to-guide {
    font-size: 1rem;
}
#top-nav .return-to-guide:hover {
    text-decoration: underline;
}
#top-nav .ready-for-form {
    font-size: 0.8rem;
}
.header-block h1 {
  font-size:6rem;
}


@media only screen and (max-width: 767px) {
.header-block  h1 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 980px) {
.header-block  h1 {
    font-size: 5rem;
  }
}

/*  Navbar */

.navbar {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}
.navbar-collapse {
	align-items: baseline !important;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light  .navbar-nav .nav-link:focus,
.navbar-light  .navbar-nav .nav-link:visited,
.navbar-light  .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--light-color);
    font-weight: 600;
    font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    opacity: .7;
}

.navbar {
    background-color: var(--primary-color);
    position: fixed;
    z-index: 9999;
    width: 100%;
    border-top: 6px solid var(--secondary-color);
}
@media (max-width: 991.8px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-nav {
    margin-top: 6px;
}

.navbar-light  .navbar-brand, 
.navbar-light  .navbar-brand:focus, 
.navbar-light  .navbar-brand:hover {
    color: #461D7C;
    font-weight: 800;
    font-family: var(--font-family-body);
}

.navbar-light .navbar-toggler {
    background-color: var(--secondary-color);
    border-radius: 0;
    height: 92px;
    border: none;
}
span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2877, 20, 129, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
button.navbar-toggler:focus {
    outline: 1px dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: none;
}

.nav-link:hover {
    color: var(--secondary-color) !important;
    text-decoration: underline;
}
/*  ADD PADDING TO PAGE ROWS FOR FIXED NAV: EDITOR PAGES FIX */

.page-body.page.editing {
	padding-top: 130px;
}
/*  ADD PADDING TO PAGE ROWS FOR FIXED NAV: LIVE PAGES FIX */
.page-body.page.not-editing {
    padding-top: 92px;
}
/* HERO IMAGE */
.hero-img {
	margin-top: 120px;
}

/* Primary Title */

@media only screen and (max-width: 768px) {
    .hero-img-text-overlay h1 {
        font-size: 1.7em;
    }
}


/* Buttons */

.btn {
    font-weight: 600;
}

.btn-primary {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    color: #ffffff;
    border-radius: 0px;
    min-width: 105px;
}

.btn-primary:hover {
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-btn-color-hover);
}


/* see all open positions button */

.hero-img-text-overlay .button1 {
    background-color: #8C1515 !important;
    border-radius: 0px;
    border: none !important;
    float: left;
    margin-left: 105px;
    margin-top: 15px;
    font-family: var(--font-family-body);
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 0.06rem;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    -webkit-transition: all .2s linear !important;
    transition: all .2s linear !important;
}

.hero-img-text-overlay .button1:hover {
    background-color: #640707!important;
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: scale(1.05);
}


/* Footer */

footer {
    background-color: #f8f9fa;
    padding: 30px 0;
}

footer .fab {
    font-weight: 400;
    font-size: 30px;
    color: #364f6b;
}

footer .sociallinks {
    margin-top: 1rem;
    margin-left: -10px;
}

footer .sociallinks>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

footer .bottom-footer li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}


/* Container width class */

.hero-img-text-overlay .block-image-text {
    padding-right: 15px;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    top: 330px;
    left: 225px;
}

.hero-img-text-overlay .block-image-text img {
    margin-left: 11px;
    transform: scale(1.2);
}

@media (min-width: 768px) {
    .hero-img-text-overlay .block-image-text {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .hero-img-text-overlay .block-image-text {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .hero-img-text-overlay .block-image-text {
        width: 1170px;
    }
}

/* JOB SEARCH RESULTS CSS  */
.job-search-results-table {
    border-radius: 5px !important;
    padding: 10px;
}

.job-search-results li {
    font-weight: 600;
}

.job-search-results a {
    color: #461D7C;
    font-weight: 600;
}

.pagination-container {
    background-color: #EDEDE9;
    padding: 10px 10px 0 10px;
    margin: auto;
}

.badge {
    padding: 8px 8px 6px 8px;
    border-radius: 0px;
    background-color: #461D7C;
}
.btn-primary,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus,
.btn-success,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: var(--primary-btn-bg);
    border-color: var(--primary-btn-border-color);
    border-radius: 0px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.btn-primary:hover,
.btn-success:hover {
	background-color: var(--primary-btn-bg-hover);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: var(--primary-btn-bg);
    border-color: var(--primary-btn-border-color);
}
.block-job-search-results .job-search-results table {
    font-size: 15px;
}
.apply-now-cta .btn.btn-primary {
    background-color: var(--secondary-btn-bg);
    color: var(--secondary-btn-color);
    border: var(--secondary-btn-border-color);
}
.apply-now-cta .btn.btn-primary:hover {
    background-color: var(--secondary-btn-bg-hover);
    color: var(--secondary-btn-color-hover);
    border: var(--secondary-btn-border-color-hover);
}
@media only screen and (max-width: 768px) {
    .block-job-search-results .job-search-results .job-search-collapse {
        font-size: 16px;
    }
}


/* ------------------------------ */


/* override filter groups column width  */

.block-job-search-results .job-search-results .job-search-filter-groups {
    width: auto;
}

.job-search-filter-groups {
    background-color: #EDEDE9;
    padding-left: 36px !important;
    padding-right: 36px !important;
    border-radius: 8px;
}

.job-search-filter-categories {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-departments {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-employment-types {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-states {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-cities {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-control input {
    border-radius: 0px !important;
    border: 1px solid rgba(80, 86, 86, 0.5);
    height: 50px;
    margin-right: 15px;
}

.job-search-control button {
    height: 50px;
}
/* FOR CARD LAYOUT RESULTS */
.job-search-results-card {
    border-radius: 8px;
    border: 8px solid rgba(246, 246, 244, 1);
}
/* FOR TABLE LAYOUT RESULTS */
.job-search-results-title {
	width: 30%;
}

@media (max-width: 992px) {
    .navbar {
        height: auto;
    }
    /* #block_image_text_0_0 {
  position: absolute;
  width: auto !important;
  height: 400px !important;
  left: auto !important;
  top: inherit !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
} */
  
}

.side-panel {
  background: transparent;
  padding: 1em;
  background-color: #f5fafc;
  margin-bottom: 30px;
  border-radius: 3px;
  margin-bottom: 30px;
}


@media (min-width: 767px) {
  .block-posts .post h3.post-title,
  .side-panel h3 {
    font-size: 21px;
  }
  

}


/*=============JOB LISTING/JOB ROUTING PAGES===============*/
.job-listing-page-hero {
	padding-top: 110px;
}
.job-listing-page-hero h1 {
  	font-size: 6em;
    font-weight: 700;
    color: #ffffff!important;
    line-height: 1.3em;
    letter-spacing: normal;
}


/*** THEME THREE JOB DESCRIPTION PAGE STYLES ***/

.theme-three-apply-now-btn {
    margin-bottom: 60px;
}

.theme-three-apply-now-btn .button {
    background-color: #461D7C !important;
    color: white !important;
    border: 2px solid rgba(80, 86, 86, 0.5) !important;
    border-radius: 0px;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.theme-three-apply-now-btn .button:hover {
    background-color: #fff !important;
    color: #461D7C !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 0px;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.theme-three-side-panel {
    background-color: #f3f3f3;
    border: 4px solid #ebebeb;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.theme-three-side-panel input {
    border-radius: 5px;
}

.theme-three-side-panel .btn {
    background-color: #461D7C;
    color: #fff !important;
  	width: 100%;
    border: 1px solid var(--primary-color);
    font-weight: 700;
    letter-spacing: .1em;
    margin-left: 0 !important;
}

.theme-three-side-panel .btn:hover {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    color: #461D7C !important;
    font-weight: 700;
    letter-spacing: .1em;
}

.theme-three-job-description {
    padding-right: 2.2em;
}

.theme-three-job-description .job-title {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0;
    word-break: break-word;
}

.theme-three-job-description .btn {
    background-color: #461D7C;
    color: #fff !important;
    margin-left: 0;
    margin-right: 15px;
    padding: 5px 10px !important;
    line-height: normal;
}

.theme-three-job-description .btn:hover {
    background-color: #fff;
    color: #461D7C !important;
    border: 1px solid rgba(80, 86, 86, 0.5);
    margin-left: 0;
    margin-right: 15px;
    padding: 5px 10px !important;
    line-height: normal;
}

.theme-three-ready-to-apply {
    background-color: #f3f3f3;
}

.theme-three-ready-to-apply h2 {
    font-weight: 700;
    letter-spacing: .03rem;
}

.theme-three-ready-to-apply input {
    border-radius: 5px;
}

.theme-three-ready-to-apply .btn {
    background-color: #461D7C !important;
    color: #fff !important;
    margin-left: 0;
}

.theme-three-ready-to-apply .btn:hover {
    border: 1px solid rgba(80, 86, 86, 0.5);
    background-color: #fff !important;
    color: #461D7C !important;
    font-weight: 700;
}

.theme-three-side-panel h2 {
    font-weight: 700;
    letter-spacing: .03rem;
}

.theme-three-side-panel .job-title {
    color: #461D7C !important;
    font-weight: 600;
    letter-spacing: .03rem;
}

.theme-three-side-panel .job-title:hover {
    text-decoration: underline;
}

.theme-three-side-panel .job-department {
    font-weight: 700;
    letter-spacing: .03rem;
}

/* referral link in apply-cta styling */
a#referral_link {
    display: flex;
    justify-content: center;
    color: #461D7C !important;
    font-weight: 600;
    padding: 0 0 0.8rem;
}

/* top-nav applicant login button */
a.existing-applicant-btn {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 0px;
    padding: 0.5rem 1rem;
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
}
a.existing-applicant-btn:hover {
    background-color: var(--light-color);
    text-decoration: none;
    border: 2px solid var(--light-color);
    border-radius: 0px;
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
}

@media (min-width: 1200px) {
  .theme-three-nav-container {
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .theme-three-nav-container {
    margin: auto 3rem;
  }
}
@media (min-width: 1675px) {
  .theme-three-nav-container {
    margin: auto 18rem;
  }
}


.selectize-control.multi .selectize-input > div {
    background-color: var(--primary-color);
}


/* custom buttons */

a.button.button1 {
	background: var(--button-one-bg);
	color: var(--button-one-color);
	border: 1px solid var(--button-one-border-color);
}
a.button.button1:hover {
	background: var(--button-one-bg-hover);
	color: var(--button-one-color-hover);
	border: 1px solid var(--button-one-border-color-hover);
}
a.button.button2 {
	background: var(--button-two-bg);
	color: var(--button-two-color);
	border: 1px solid var(--button-two-border-color);
}
a.button.button2:hover {
	background: var(--button-two-bg-hover);
	color: var(--button-two-color-hover);
	border: 1px solid var(--button-two-border-color-hover);
}
a.button.button3 {
	background: var(--button-three-bg);
	color: var(--button-three-color);
	border: 2px solid var(--button-three-border-color);
}
a.button.button3:hover {
	background: var(--button-three-bg-hover);
	color: var(--button-three-color-hover);
	border: 2px solid var(--button-three-border-color-hover);
}
a.button.button4 {
	background: var(--button-four-bg);
	color: var(--button-four-color);
	border: 2px solid var(--button-four-border-color);
}
a.button.button4 {
	background: var(--button-four-bg-hover);
	color: var(--button-four-color-hover);
	border: 2px solid var(--button-four-border-color-hover);
}



/* FOOTER CSS  */

.site-footer {
    background-color: var(--primary-color);
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: var(--light-color);
}

.site-footer hr {
    border-top-color: var(--secondary-color);
    opacity: 1;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    font-weight: bold;
    color: var(--light-color);
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: var(--secondary-color);
    font-weight: 600;

}

.site-footer a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 600;
}
.site-footer :is(p) {
    color: var(--light-color);
}
.footer-column-2 {
    padding-left: 100px;
}
@media (min-width: 768px) {
  .footer-column-3 {
      padding-left: 100px;
  } 
}
.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: var(--secondary-color);
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 600;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: var(--light-color);
    color: var(--primary-color);
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
    transform: scale(1.1);
}

.social-icons a.twitter-x:hover {
    background-color: #00aced;
    transform: scale(1.1);
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
    transform: scale(1.1);
}

.social-icons a.youtube:hover {
    background-color: #ff0000;
    transform: scale(1.1);
}

.social-icons a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    transform: scale(1.1);
}
.fa.fa-instagram {
  font-size: 1.3rem;
  vertical-align: middle;
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}


/* END FOOTER CSS  */