html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
	background-image: url("bg_x.jpg");
	background-repeat: repeat-x;
	background-color:#97cff5;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: Arial;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
code, kbd, samp {
    font-family: Arial;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
	/* update font here */
    font: 300 18px "Arial", sans-serif;
}
body {
    font-size: 1rem;
}
img {
    max-width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.max-width {
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.position-center {
    margin-left: auto;
    margin-right: auto;
}
sup {
    color: #e70000;
}
@media only screen and (max-width: 479px) {
    .hidden-xs-only {
    display: none !important;
}
}@media only screen and (min-width: 480px) {
    .hidden-ms-and-up {
    display: none !important;
}
}@media only screen and (min-width: 480px) and (max-width: 768px - 1) {
    .hidden-ms-only {
    display: none !important;
}
}@media only screen and (max-width: 767px) {
    .hidden-ms-and-down {
    display: none !important;
}
}@media only screen and (min-width: 768px) {
    .hidden-sm-and-up {
    display: none !important;
}
}@media only screen and (min-width: 768px) and (max-width: 992px - 1) {
    .hidden-sm-only {
    display: none !important;
}
}@media only screen and (max-width: 991px) {
    .hidden-sm-and-down {
    display: none !important;
}
}@media only screen and (min-width: 992px) {
    .hidden-md-and-up {
    display: none !important;
}
}@media only screen and (min-width: 992px) and (max-width: 1200px - 1) {
    .hidden-md-only {
    display: none !important;
}
}@media only screen and (max-width: 1199px) {
    .hidden-md-and-down {
    display: none !important;
}
}@media only screen and (min-width: 1200px) {
    .hidden-lg-and-up {
    display: none !important;
}
}@media only screen and (min-width: 1200px) and (max-width: 1920px - 1) {
    .hidden-lg-only {
    display: none !important;
}
}@media only screen and (max-width: 1919px) {
    .hidden-lg-and-down {
    display: none !important;
}
}@media only screen and (min-width: 1920px) {
    .hidden-xl-only {
    display: none !important;
}
}

/* hyperlink colors */
a, .link {
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
a .fas, .link .fas {
    vertical-align: top;
}
a .fas:before, .link .fas:before {
    font-size: 18px;
}
a:hover, .link:hover {
    color: #000000;
}

.link--light {
    color: #fff;
}
.link--light:hover {
    color: #e6e6e6;
}
.link--primary {
    color: #fff;
}
.link--primary:hover {
    color: #80b991;
}
.link--secondary {
    color: #5fa774;
}
.link--secondary:hover {
    color: #80b991;
}
.link--secondary .fas {
    margin-top: 2px;
}
.link--success {
    color: #008476;
}
.link--clexrFilter {
    font-size: .77rem;
    font-weight: 300;
}
.section {
    padding: 40px 10px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.section__title {
    margin: 10px 0 0;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    color: #242323;
}
.section__title-lg {
    margin: 10px 0 25px 0;
    text-transform: uppercase;
    font-size: 1.33rem;
    font-weight: 900;
    text-align: center;
    color: #242323;
}
.section__title-lg ~ .form__separator {
    margin-bottom: 50px;
}
.section__sub-title {
    text-align: center;
}
.section__article-title {
    text-transform: uppercase;
	/* h2 text color */
    color: #00365e;
    font-size: 1rem;
}
.section__separator {
    margin-top: 15px;
    height: 2px;
    background-color: #c5c7cd;
}
.section__resultInfo {
    font-size: 18px;
    font-weight: 900;
    color: #505050;
}
.section--article {
    display: block;
    background: transparent;
    padding-top: 0;
}
.section--searchFilter {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}
.section--primary {
    padding: 35px 10px 40px;
    background-color: #5fa774;
}
.section--primary .section__title {
    color: #fff;
}
@media only screen and (min-width: 480px) {
    .section--secondary {
    background-color: #f6fafd;
}
}.section--medical {
    background: url(../../img/bacterium.png) -10% -50% no-repeat, url(../../img/dnk.png) 100% 200% no-repeat, #5fa774;
}
.section--medical .section__title {
    color: #fff;
}
.section--medical-v2 {
    background: #5fa774;
}
.section--medical-v2 .section__title {
    color: #fff;
}
.section--medical-v2 .section__sub-title {
    color: #fff;
}
.section--email .max-width {
    display: block;
}
.section--singlePage {
    padding-top: 0;
}
.section--singlePage--bunner {
    width: calc(100% + 40px);
    height: 40vh;
    max-height: 310px;
    min-height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
}
.section--singlePage .section__title {
    text-align: left;
    font-size: 1.33rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}
.section--singlePage .section--article {
    padding: 0;
}
.section--singlePage .button {
    max-width: 480px;
}
.section__addressTitle {
    text-transform: uppercase;
    color: #4a8376;
    font-size: 1rem;
}
/* padding header image */
@media only screen and (min-width: 480px) {
    .section {
    padding: 12px 20px 40px; 
}
.section--address {
    padding: 0;
}
.section--singlePage--bunner {
    width: calc(100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.section--article {
    padding: 0;
	margin-left: 15px;
}
.section--email {
    padding-bottom: 10px;
}
.section__title {
    margin: 0 0 35px;
}
.section__article-title {
    margin-top: 0;
}
.section--medical {
    background: url(../../img/bacterium.png) 100% 200% no-repeat, url(../../img/dnk.png) 10% 200% no-repeat, #5fa774;
}
.section--medical-v2 {
    background: url(../../img/bacterium.png) 90% -10% no-repeat, url(../../img/dnk.png) 90% 110% no-repeat, url(../../img/microscope.png) 10% 43% no-repeat, #5fa774;
}
.section--singlePage {
    padding-top: 0;
}
}@media only screen and (max-width: 1199px) {
    .section--searchFilter .column-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}@media only screen and (min-width: 768px) {
    .section__sub-title {
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1200px) {
    .section--medical {
    background: url(../../img/bacterium.png) 95% 0% no-repeat, url(../../img/dnk.png) 5% 20% no-repeat, url(../../img/microscope.png) 50% 43% no-repeat, #5fa774;
}
}.button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    line-height: 24px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    border-radius: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    text-transform: capitalize;
    border-style: none;
	/* submit button color */
    background: #00365e;
    color: #fff;
    outline: none;
    letter-spacing: 1px;
}
.button:hover {
    color: #000;
}
.button+.button {
    margin-left: 10px;
}
.button--block {
    display: block;
    width: 100%;
    max-width: 372px;
    margin-left: auto;
    margin-right: auto;
}
.button--border {
    border: 2px solid #5fa774;
    padding: 13px 18px;
    background: transparent;
    color: #242323;
    border-radius: 4px;
}
.button--border:hover {
    color: #5fa774;
}
.button--link {
    color: #5fa774;
}
.button--dark {
    color: #fff;
    background: #3d3d3d;
}
.button--dark:hover {
    color: #fff;
    background: #3d3d3d;
    opacity: 0.8;
}
.button--inline {
    display: inline-block;
}
@media only screen and (min-width: 480px) {
    .card {
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 20px 30px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    background: #fff;
}

}@media only screen and (min-width: 768px) {
    .card--basic {
    max-width: 510px;
}
.content-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.content-with-image__image {
    min-width: 49%;
    margin-right: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}
.content-with-image__text p {
    margin: 0 0 15px 0;
    line-height: 1.2;
}
@media only screen and (min-width: 480px) {
    .content-with-image {
    margin-top: 35px;
}
}@media only screen and (min-width: 1200px) {
    .content-with-image__image {
    min-width: 40%}
@media only screen and (min-width: 480px) {
    .banner__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding: 40px 10px 50px;
}
}@media only screen and (min-width: 768px) {
    .banner__title-wrap {
    padding: 85px 10px 100px;
}
}.input-text {
    width: 100%;
    padding: 13px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #919191;
    border-radius: 3px;
    font-size: .77rem;
    color: #505050;
    background-color: #fff;
    outline: none;
}
.input-text--basic {
    padding: 16px 20px;
    border-width: 1px;
    font-size: 1rem;
}
.input-text--email {
    line-height: 22px;
}
.input-text:focus {
    border: 1px solid #919191;
}

.select {
    position: relative;
}
.select:after {
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    display: block;
    width: 10px;
    height: 6px;
    content: '';
}
.select select {
    width: 100%;
    padding: 13px 25px 13px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #919191;
    border-radius: 3px;
    font-size: .77rem;
    color: #505050;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
/* request color css */
.form__title {
    margin: 0;
    font-weight: 900;
    text-align: center;
    color: #00365e;
}
.form__button {
    max-width: 100%}
.form__separator {
    margin-top: 15px;
    height: 2px;
    background-color: #c5c7cd;
}
.form--primary .form__title {
    color: #fff;
}
.form--primary .form__separator {
    background-color: #fff;
}
.form--contact {
    min-width: 300px;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form__textarea {
    resize: vertical;
}
.form--email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 30px;
}
.form--email .section__title {
    display: block;
    margin: 0 20px;
}
.form--email .form-group {
    max-width: 300px;
    width: 300px;
    display: block;
    margin: 0 20px;
}
.form label {
    font-size: 18px;
    color: #008476;
    font-weight: 700;
}
.form label.checkbox__label {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 300;
}
@media only screen and (min-width: 480px) {
    .form {
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
}
.form--contact {
    min-width: 100%;
    padding: 20px;
    border-radius: 5px;
}
.form--email {
    max-width: 100%;
    padding-bottom: 30px;
}
}@media only screen and (max-width: 991px) {
    .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.form .section__title {
    margin: 0;
    min-width: 100%}
.form .form-group {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 25px 0 0 0;
    text-align: center;
}
.form .form-group .input-text--basic {
    max-width: 380px;
}
}@media only screen and (max-width: 1199px) {
    .form--primary .input-text--basic {
    padding: 13px 10px;
    font-size: 0.77rem;
}
}.form-group {
    margin-top: 18px;
}
.form-group--search {
    position: relative;
}
.form-group--search input {
    position: relative;
    z-index: 1;
    padding: 15px 20px 15px 35px;
    font-weight: 300;
}
.form-group--search i {
    position: absolute;
    left: 12px;
    top: 18px;
    font-size: 12px;
    z-index: 2;
    cursor: default;
    opacity: 0.8;
}
@media only screen and (max-width: 991px) {
    .form-group--search {
    padding-top: 0;
    margin-top: -25px;
}
}.column-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	/* padding between header image and text/form below */
    margin-top: 25px;
}
.column-row__col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0 15px 15px;
}
.column-row__clear {
    min-width: 100%}
.column-row--revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.column-row--nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.column-row--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.column-row--twobuttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.column-row--margin-off {
    margin-top: 0;
}
.column-row--margin-off .checkbox {
    margin-top: 0;
}
@media only screen and (max-width: 991px) {
    .column-row--nowrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}@media only screen and (min-width: 768px) {
    .column-row {
    margin-left: -15px;
    margin-right: -15px;
}
.column-row__col {
    margin: 0 15px;
}
}.collapse {
    display: block;
    margin: 0;
}
.collapse__link {
    padding: 0;
    font-size: 18px;
    font-weight: 900;
    color: #505050;
}
.collapse__link .fas {
    max-width: 18px;
    text-align: center;
    width: 18px;
}
.collapse__content {
    overflow: hidden;
    height: 0;
}
.collapse__content.show {
    height: auto;
}
.collapse__content.in {
    height: auto;
}

#header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
}

#header .dropdown {
    position: relative;
    z-index: 1;
}
#header .dropdown .dropdown-menu {
    position: absolute;
    min-width: 100%;
    margin-left: -20px;
    padding-top: 20px;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    top: 80px;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

@media only screen and (max-width: 991px) {
    #header {
    position: relative;
    z-index: 2;
}
}#footer {
    background-color: #00365e;
}
#footer .max-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 10px 30px;
    max-width: 600px;
    margin: 0 auto;
}
#footer .about-us__text {
    display: none;
}
#footer .navigation {
    color: #fff;
}
.navigation__title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.navigation__list {
    margin: 0;
    padding: 0;
}
.banner .form {
    padding: 13px 10px;
}
.show-more {
    margin: 20px auto 0;
    text-align: center;
}
.section>.button {
    margin: 15px auto 0;
}
#chartdiv {
    width: 100%;
    height: 80vh;
    max-height: 500px;
}
.section-college .section__title, .section-college .section__sub-title {
    margin-bottom: 15px;
}
.email-form {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.email-form .form-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
}
.email-form .form-group:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 480px) {
    .banner .form {
    margin: 30px auto 40px;
}
.cards-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}@media only screen and (min-width: 768px) {
    .cards-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cards-wrap .card:not(.card--primary) {
    margin-right: 20px;
}
.cards-wrap .card:not(.card--primary):last-child {
    margin-right: 0;
}
}@media only screen and (min-width: 992px) {
    .banner {
    background: url(../../img/banner.png) center/cover;
}
.banner>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 20px;
}
.banner__title-wrap {
    padding: 85px 20px 100px 0;
    background: none;
}
.banner .form {
    width: 100%;
    max-width: 405px;
    border-radius: 3px;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.cards-wrap .card--primary {
    margin-right: 20px;
}
.cards-wrap .card--primary:last-child {
    margin-right: 0;
}
}@media only screen and (max-width: 1199px) {
    .card.hidden-sm-and-down {
    margin-right: 0;
}
}@media only screen and (min-width: 1200px) {
    .section-college {
    background-position: -100% -100%,  10% -15px,  90% -20px;
}
.section-college .section__title {
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .filters {
    padding-top: 0;
    max-width: 100%}

/* form fields */
}.form--searchFilter {
    width: auto;
    min-width: 328px;
    padding: 25px 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    background: #fff;
    color: #505050;
}
.form--searchFilter .form__separator {
    margin-bottom: 15px;
}
.form--searchFilter .form__basicTitle {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 900;
    color: #505050;
}
@media only screen and (max-width: 991px) {
    .form--searchFilter {
    max-width: 100% !important;
}
}.p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0 0 0;
    margin: 0;
}
.p+.p {
    padding: 0;
}
.p__title {
    margin-right: 10px;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.p__desc {
    color: #008476;
    padding: 0 0 20px 0;
}
.section--subject {
    background: transparent;
}
.section--subject .section__col-2 {
    min-width: 550px;
}
.section--subject .section__col-2 .form, .section--subject .section__col-2 .section {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    max-width: 100%;
    margin-bottom: 25px;
}
.section--guides .section__title {
    margin-bottom: 0;
}
.section--guides .column-row--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section--guides .col-1 {
    width: 80px;
    max-width: 80px;
    height: 60px;
    text-align: center;
    margin-right: 20px;
    background: no-repeat;
    background-position: center;
    background-size: contain;
}
.section--guides .col-2 {
    font-size: 18px;
}
.section--degree-colleg-item {
    padding: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 25px;
}
.section--degree-colleg-item .section__title {
    text-align: left;
    color: #008476;
    margin-bottom: 5px;
}
.section--degree-colleg-item .button {
    max-width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
}
.section--degree-colleg-item p {
    font-size: 18px;
}
.section--degree-colleg-item .col-img {
    width: 180px;
    max-width: 180px;
    height: 180px;
    margin-bottom: 15px;
}
.section--degree-colleg-item .img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%}
@media only screen and (min-width: 480px) {
    .section--degree-colleg-item .column-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section--degree-colleg-item .col-1 {
    max-width: 276px;
    text-align: center;
    margin-right: 20px;
}
.section--degree-colleg-item ~ .text-center {
    max-width: 364px;
    margin: 0 auto 40px;
}
}@media only screen and (max-width: 991px) {
    .section--subject .section__col-2 .form, .section--subject .section__col-2 .section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section--singlePage .column-row {
    margin-left: 0;
    margin-right: 0;
}
.section--singlePage .column-row .column-row__col:not(.col-img) {
    margin: 0;
}
}@media only screen and (min-width: 1200px) {
    .section--degree-colleg-item ~ .text-center {
    max-width: 420px;
}
}@media only screen and (min-width: 768px) {
    #footer .max-width {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 35px 20px 40px;
    max-width: 1360px;
}
#footer .about-us__text {
    display: block;
    max-width: 380px;
    font-size: .77rem;
    color: #ffffff;
}
#footer .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 60px;
}
.footer-navigation__title {
    margin: 0 0 20px;
}
.footer-navigation__list-item a {
    font-weight: 700;
}
}@media only screen and (min-width: 768px) {
    #header {
    padding: 20px 20px 15px;
}
}@media only screen and (min-width: 768px) {
    #footer .about-us {
    width: 100%;
    max-width: 1500px;
}
#footer .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 400px);
    margin-right: 0;
}
#footer .navigation {
    width: 33.33%;
    margin-right: 0;
    padding: 0 10px;
}
#footer .navigation:last-child {
    width: auto;
}
.navigation__title {
    margin: 0 0 20px;
}
.navigation__list-item a {
    font-weight: 300;
    font-size: 14px;
}
}@media only screen and (min-width: 992px) {
    #header {
    padding: 20px 20px 0 20px;
}

#header .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
#header .navigation__list-item {
    margin-left: 40px;
}
#header .navigation__list-item:first-child {
    margin-left: 0;
}
}