@font-face {
    font-family: 'Proxima Nova';
    src: url(./proxima_ssv/ProximaNova-Regular.otf);
    font-weight: 500;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(./proxima_ssv/Proxima\ Nova\ Bold.otf);
    font-weight: bold;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(./proxima_ssv/Proxima\ Nova\ Thin.otf);
    font-weight: 300;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url(./proxima_ssv/Proxima\ Nova\ Black.otf);
    font-weight: 900;
}


@media (min-width: 1200px ) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}

@media screen  and (max-width: 600px ) {
    .main-title {
        font-size: 3em !important;
    }
    .main-title-2 {
        font-size: 3em !important;
    }
}


.background-image-container {
    height: 500px;
    background-position: center;
    /*background-size: cover;*/
	background-size: contain;
}

.white-text-container {
    color: white;
}

.gray-container {
    background-color: #F8F8F8;
}

.card {
    border: none;
	/* background-color: #fff; */
	padding: 0.5rem!important;
}

.card-logo {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 90px;
}

.fa-container {
    position: relative;
    vertical-align: middle;
    max-height: 50%;
}

.blue-title {
    color: #2077B6;
}

.green-title {
    color: #00853C;
}

.custom-card-text {
    font-family: "Proxima Nova";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
}

.custom-card-title {
    font-family: "Proxima Nova";
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0px;
}

.custom-title {
    font-family: "Proxima Nova";
    font-size: 50px;
    font-weight: bold;
}

.paragraph {
    font-family: "Proxima Nova";
    font-weight: 600;
}

.list {
    font-size: 20px;
    font-weight: 500;
}
.main-title {
    font-family: "Proxima Nova";
  font-size: 47px;
  font-weight: bold;
  
}

.main-title-2 {
    font-family: "Proxima Nova";
  font-size: 75px;
  font-weight: bold;
  
}

.accordion-title {
    background-color: #2077B6;
    color: #FFFFFF;
    font-family: "Proxima Nova";
    font-size: 35px !important;
    font-weight: 900 !important;
	padding-left: 1.5rem!important;
	padding-right: 1.5rem!important;
	padding-bottom: 0.5rem!important;
	padding-top: 0.5rem!important;
}
.accordion-title h4 {
    font-size: 21px !important;
    font-weight: 600 !important;
}
.accordion-btn {
    padding-left: .25em;
    color: #000000!important; 
    font-weight: bold!important;
    font-family: "Proxima Nova";
    font-size: 18px;
    text-align: left;
}

.accordion-text {
    color: #000000;
    font-weight: 500;
    font-family: "Proxima Nova";
    font-size: 18px;
}

.accordion .card-header {
    border:none;
    margin: .3em;
    padding: .4em;
}

.accordion .card-body {
    padding: 1rem;
}

body {
    width: 100%;
}

.bi-chevron-down {
    color: #191919;
    /*position: absolute;
    right: 20px;*/
}


.toggled{
    transform: rotate(180deg);
    transition: all 0s;
}

svg .show{
    transform: rotate(180deg);
    transition: all 0s;
}

/* Added custom CSS */
