/*
Theme Name: RN to BSN Programs
Theme URI: https://chetaru.com/
Author: the Chetaru team
Author URI: https://chetaru.com/
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800');
@font-face {
                    font-family: "DroidSans-Bold";
                    src: url("fonts/droidbold/DroidSans-Bold.eot");
                    src: url("fonts/droidbold/DroidSans-Bold.eot?#iefix") format("embedded-opentype"),
                    url("fonts/droidbold/DroidSans-Bold.woff") format("woff"),
                    url("fonts/droidbold/DroidSans-Bold.ttf") format("truetype"),
                    url("fonts/droidbold/DroidSans-Bold.svg#DroidSans-Bold") format("svg");
                    font-weight: normal;
                    font-style: normal;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }
@font-face {
                    font-family: "droid-sans-regular";
                    src: url("fonts/droidregular/droid-sans.regular.eot");
                    src: url("fonts/droidregular/droid-sans.regular.eot?#iefix") format("embedded-opentype"),
                    url("fonts/droidregular/droid-sans.regular.woff") format("woff"),
                    url("fonts/droidregular/droid-sans.regular.ttf") format("truetype"),
                    url("fonts/droidregular/droid-sans.regular.svg#droid-sans.regular") format("svg");
                    font-weight: normal;
                    font-style: normal;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }


html {
    background-repeat: repeat;
    background-color: #f5f5f5;
}
body{margin:0; padding:0;  color:#666666; font-size: 16px;font-family: "droid-sans-regular";
 /*-webkit-font-smoothing:antialiased;*/  -webkit-text-size-adjust:none;} 
body{font-family: 'Open Sans', sans-serif;font-size: 17px;line-height: 1.78571;background-image: url(images/pattern-1.png);}
a{text-decoration:none;outline: none; color:#132E49;}
button{outline: none;  -moz-appearance: none; -webkit-appearance: none;-ms-appearance: none;appearance: none;}
img{border:none; outline:none;  max-width: 100%; height: auto;}
*{box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
input[type="submit"], a:hover{
-moz-appearance: none;-webkit-appearance: none;appearance: none; 
transition:all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; 
-moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;}
h1,h2,h3,h4,h5{font-family: 'Roboto', sans-serif;margin: 10px 0;}
h1 {
    font-size: 1.25em;
    color: #494949;
    text-transform: capitalize;
    font-weight: 400;
    border-bottom: 1px solid #132E49;
    display: inline-block;
    padding: 0 22px 8px 0;
    margin: 7px 0 0;
}
h2{font-size: 1.25em;color:#494949;text-transform:capitalize;font-weight: 400;}
h3{font-size: 1.25em;color:#494949;font-weight: 400;}
h4{font-size:1.125em;}
h5{font-size:1em;}
input, textarea {background: #ffffff none repeat scroll 0 0;border: 1px solid #28282833;font-size: 12px;outline: none;
    min-height: 40px;padding: 8px 10px;width: 270px; border-radius: 0;-moz-border-radius: 0;
    -webkit-border-radius: 0;-ms-border-radius: 0;}
input[type="checkbox"],input[type="radio"]{width: auto; height: auto; padding: 0;}
textarea{height: 114px;}
select {-moz-appearance: none;-webkit-appearance: none;appearance: none;-ms-appearance: none; 
    background: #ffffff url("images/drop_down.png") no-repeat scroll 97% center;
    border: 1px solid #e9e9e9;color: #58595b;font-family:"droid-sans-regular";outline: none;
    font-size: 12px;min-height:35px;width: 114px;margin: 0 0;}
ul,ol{padding: 0 0 0 10px;}
ul li,ol li{padding: 0 0 4px;}
.aligncenter{display: block;margin:0 auto; float: none;}
.alignright{ float:right; margin-left:10px; }
.alignleft{ float: left; margin-right:10px;}

/*-------------------*/
header,.content_section,footer,.footer-top,.footer-bottom,.pagination,.news_box,.page_title,.inner_content{width: 100%;float: left;}
.wrapper{max-width: 980px; margin: 0 auto;}
.container{max-width:980px;margin: 0 auto;/* padding: 0 10px;*/}
/*-------header-------*/
.admin-bar header {top: 32px;}
header{padding:8px 0 0;}
.logo{width:100%;float: left;max-width: 480px;padding: 0 0 4px;}
/*-------nav------*/
nav{width:100%;float:right;background-color:#662e91;}
nav ul{padding: 0;margin: 0;list-style: none;}
nav ul li{float: left;position: relative;padding: 0;}
nav ul li::before{position: absolute;right: 0;top: 0;width: 1px;height: 100%;content:"";background-color:#8cc63e; }
nav ul li a {
    display: inline-block;
    padding: 15px 21px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 0.9em;
    font-weight: 300;
}
nav ul li a:hover,nav ul li.current-menu-item > a{color:#8cc63e;}
/*----submenu-----*/
nav ul ul.sub-menu{position: absolute;left: 0;top:45px;width: 222px;background-color:#662e91;
transition:all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s; 
-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s; z-index: -1;display: none;z-index: 99999;}
nav ul li:hover > ul.sub-menu{display: block; }
nav ul ul.sub-menu li{width: 100%; float: left; /*border-bottom: 1px solid #8cc63e; */}
nav ul ul.sub-menu li::before,.menu_click{display: none;}
body .search_box{display: none;}

/*-------content_section-------*/
.page_title {
    border-bottom: 1px solid #ececec !important;
    margin-bottom: 8px;
}
.content_section{padding:12px 0 80px;}
.content_section .container {
    position: relative;
    bottom: -100px;
    z-index: 999;
    display: inline-block;
    /*left: 50%;
    transform: translateX(-50%);*/
    background-color: #ffffff;
    margin-top: -100px;
    padding:15px 10px 50px 20px; 
    width: 100%;
    -moz-box-shadow: 0px 0px 4px #e5e5e5;
    -webkit-box-shadow: 0px 0px 4px #e5e5e5;
    box-shadow: 0px 0px 4px #e5e5e5;
    min-height:200px;
}
.content_section .left_box{width:300px;float: left;padding: 0 10px 0 0;}
.content_section .left_box h2 {background-color: #f5f5f5;padding: 8px 14px;border-top: 1px solid #132E49;line-height: 1.7;margin-bottom: 5px;}
.content_section .left_box ul{padding:0; margin: 0;}
.content_section .left_box ul li{background: transparent;border-bottom: 1px solid #28282833;padding: 7px 0 7px 15px;}
.content_section .left_box ul li,.content_section .left_box ul li a{color:#666666;line-height: 1.4;font-size:15px;}
/*.content_section p{line-height: 1.7;font-size:15px;}*/
.content_section .right_box{width:calc(100% - 300px);float:right; padding: 0 10px;}
.content_section .right_box p img{margin: 0 0 20px;}

.content_section ul{list-style: none;padding: 0;}
.content_section ul li{/*line-height: 1.7;font-size:15px;*/ }
.content_section .right_box ul {margin-left:30px; list-style: disc;}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}
/*-------footer-------*/
footer {
    background-color: #662e91;
    color: #ffffff;
    margin-top: -83px;
    padding: 144px 0 0;
}

.footer-top{border-bottom: 1px solid #ffffff;padding: 0 0 30px;margin-bottom: 7px; }
.footer_column {
    width: 33.333%;
    float: left;
    padding: 0 10px;
}  
.footer_column ul{width: 100%;float: left;
}
.footer_column ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0 12px 20px;
    background: url(images/arrow4.png) no-repeat 0px 18px;
}
.footer_column ul li a{font-size: 15px;}  
.footer-top h4 {
    font-family: "droid-sans-regular";
    font-size:16px;
    font-weight: 300;
    float: left;
    margin: 0 0 8px;
}
.footer_column:last-child ul {margin: 0;}
.footer_column:last-child ul li {float: none;display: inline-block; width: auto;border: none;padding: 0;background: transparent;
}
.footer_column:last-child ul li a:hover img{opacity: 0.65;}
.footer-top .textwidget ul li a {
    margin-right: 8px;
}
footer ul{margin: 0; padding: 0;}
footer ul li {
    display: inline;
    list-style: none;
}
footer ul li a{color:#c48af1;display: inline-block;position: relative;}
footer ul li a:hover{color:#ab3eff;}
/*--bottom--*/
.footer-bottom{ padding:0px 0 8px;}
footer .footer-bottom ul li span{padding-right: 10px;}
footer .footer-bottom ul li a{padding:0 2px 0 9px; font-size: 11px;}
footer .footer-bottom ul li a::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 1px;
    height: 8px;
    left: 2px;
    top: 3px;
}
.footer-bottom p{font-size: 11px; display: inline-block;}
.menu-footer-links-container {display: inline-block;}

/*-----------contact-page-----------*/
.content_section a:hover,.content_section .left_box ul li a:hover{color: #8cc63e;}

.content_section .right_box input,.content_section .right_box textarea{width: 100%; max-width: 500px;min-height: 40px; 
    border-color: #28282833;font-size: 14px; color: #666666;}
.content_section .right_box input[type="submit"],.content_section button.search-submit{max-width: 145px;
    background-color: #662e91; color: #ffffff;border:1px solid #662e91;font-size: 18px; cursor: pointer; }
.content_section .right_box input[type="submit"]:hover,.content_section button.search-submit:hover{
     background-color: transparent; color: #662e91;}

/*-------search---------*/
header .search_schools{display: none;}
.content_section .right_box .search-form input{width: 270px;}
.content_section button.search-submit {
    padding: 5px 20px;min-height: 40px;display: inline-block;margin-left: 5px;}
.news_box {
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.pagination {margin: 20px 0;}    
.pagination a {
    border: 1px solid #132E49;
    padding: 5px 10px;
    margin: 0 8px 10px 0;
}
.pagination a:hover,.pagination a.active {border-color:#b447b4;color: #b447b4;}

/** call-to-action button **/
.cta {
  background: #ff7720;
  background-image: -webkit-linear-gradient(top, #ff7720, #EE6300);
  background-image: -moz-linear-gradient(top, #ff7720, #EE6300);
  background-image: -ms-linear-gradient(top, #ff7720, #EE6300);
  background-image: -o-linear-gradient(top, #ff7720, #EE6300);
  background-image: linear-gradient(to bottom, #ff7720, #EE6300);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 5px #666666;
  -moz-box-shadow: 2px 2px 5px #666666;
  box-shadow: 2px 2px 5px #666666;
  color: #ffffff;
  font-size: 14px;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
}
 .cta:hover { 
  background: #EE6300;
  background-image: -webkit-linear-gradient(top, #EE6300, #ff7720);
  background-image: -moz-linear-gradient(top, #EE6300, #ff7720);
  background-image: -ms-linear-gradient(top, #EE6300, #ff7720);
  background-image: -o-linear-gradient(top, #EE6300, #ff7720);
  background-image: linear-gradient(to bottom, #EE6300, #ff7720);
  text-decoration: none;
}
/*------------------------*/
.content_section .sideform{background-color: #f5f5f5;padding: 15px 15px 30px;margin-bottom: 30px; border: 1px solid #ececec;}
.content_section .sideform h2 {
    color: #222222;
    font-size: 20px;
    padding:0 0 8px;
    text-transform: uppercase; border-top: none;
    border-bottom: 1px solid #132E49;margin:0 0 15px;
}
.custom-html-widget .sideform label {
    float: left;
    width:25px;
    background: #662e91;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    height: 29px;
    padding-top: 7px;
    font-weight: bold;
}
.custom-html-widget .sideform select {
    float: left;
    width:calc(100% - 25px);
    background-color:#FAFAFA;
    border: none;
    padding: 4px 7px 5px 5px;
    font-size: 12px;
    color: #000000;
    min-height: 29px;
}
.custom-html-widget .sideform input[type="submit"] {
    background-color: #8cc63e;;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    border-radius: 3px;
    width: 100%;display: block;
    margin: 0 auto;cursor: pointer;border: none;
}
/*.left_box .custom-html-widget input[type="submit"]:hover{background-color: #8cc63e;}*/

.degree,.category,.subject{width: 100%; float: left;margin-bottom: 20px;border: 1px solid #ccc;}

#custom_html-3{z-index: 99;}
.mobile_page_title{display: none;}
.single_program{margin: 0 0 20px;width: 100%; float: left;}
.single_program .top_section {border: 1px solid #DFDFE0; border-radius:4px 4px 0 0;width: 100%; float: left;
display: flex;flex-wrap: wrap;display: -webkit-flex;-webkit-flex-wrap: wrap;display: -ms-flexbox;-ms-flex-wrap: wrap;}
.single_program .top_section .left{width: 30%; float: left;padding: 10px 15px;border-right:1px solid #DFDFE0;position:relative;}
.single_program .top_section .right{width: 70%; float: left;padding:18px 10px;}
.single_program .top_section .right span {display: block;line-height: 1.5;}
.single_program .top_section .right span.name {font-weight: 600;}
.single_program .botton_section{width: 100%; float: left;display: flex;flex-wrap: wrap;display: -webkit-flex;
    -webkit-flex-wrap: wrap;display: -ms-flexbox;-ms-flex-wrap: wrap;border: 1px solid #DFDFE0;border:0 0 4px 4px;

flex-direction: row-reverse;}
.single_program .botton_section .left{width: 190px; float: left;padding: 10px;position: relative;}
.single_program .botton_section .right{width:calc(100% - 190px); float:right;padding: 10px;}
.botton_section .link a,a.campusexplorer-widget-launch{background-color: #8cc63e;color: #ffffff !important; 
    padding: 12px 16px; display: inline-block;border-radius: 5px;font-weight: 600;width: 150px;text-align: center;
    cursor: pointer; }


.botton_section .left .link{position: absolute;left: 50%; top: 50%;transform: translate(-50%,-50%);}
.single_program .botton_section .right p{margin: 8px 0;}
.single_program .top_section .left img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);-o-transform: translateY(-50%);
    left: 0;
    padding: 10px;
}


.top_widget.mobile {display: none;}
.mobile_popup,
header span.search_schools{display: none;}

.content_section p,.content_section ul li {line-height: 1.7;font-size: 1em;}
.custom-html-widget .sideform label{line-height: 1;}
.single_program .botton_section{flex-direction: row-reverse;}
.single_program .botton_section .right{float: right;}
form#platform-quick-degree-finder.css-k7nzw2{
    width:260px !important;
}


/*#custom_html-2 .sideform h2 {
    text-align: center;
    color: #fff;
    background: #662e91;
    border: 0;
    text-transform: initial;
    font-weight: bolder;
    margin: 0;
    padding: 10px 15px 10px;
    border-radius: 3px 3px 0 0;
}
#custom_html-2 .sideform form {
    background: #662e91;
    padding: 15px 15px 0;
    border-radius: 0;
}
#custom_html-2 .sideform form > div {
    position: relative;
    border: 0;
}
#custom_html-2 .sideform form select {
    border: 2px solid rgba(130,130,130,0.33);
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    height: 40.625px;
    padding: 0 32.5px 0 35px;
    width: 100%;
    border-radius: 3px;
    color: #393939;
}

#custom_html-2 .sideform form label {
    box-sizing: border-box;
    color: black;
    font-size: 15px;
    font-weight: bold;
    height: 40.625px;
    left: 0;
    line-height: 40.625px;
    position: absolute;
    text-align: center;
    width: 35px;
    z-index: 1;
    background: transparent;
    padding: 0;
}
#custom_html-2 .sideform input[type="submit"] {
    font-weight: normal;
    display: block;
    background: #8DC63E;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 -3.25px 0 rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 -3.25px 0 rgba(0,0,0,0.1) inset;
    -ms-box-shadow: 0 -3.25px 0 rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 -3.25px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 -3.25px 0 rgba(0,0,0,0.1) inset;
    box-sizing: border-box;
    color: rgb(0,0,0);
    cursor: pointer;
    font-size: 16.25px;
    height: 40.625px;
    margin: 0;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding: 0;
    float: none;
    max-width: 100%;
    text-transform: none;
}
#custom_html-2 .sideform center {
    background: #662e91;
    box-sizing: border-box;
    color: rgba(255, 255, 255, .6);
    display: block;
    font-size: 8.125px;
    line-height: inherit;
    padding: 5px 15px 5px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0 0 3px 3px;
}
#custom_html-2 .sideform center font {
    font-size: 8.125px;
}*/



.new_ssr_widget form#platform-quick-degree-finder {
    background: #f4f4f4 !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    width: 100% !important;
}
.new_ssr_widget form#platform-quick-degree-finder legend.css-1m4phr0 {
    color: #222222;
    font-size: 20px;
    padding: 0;
    text-transform: uppercase;
    border-top: none;
    border-bottom: 1px solid #132E49;
    margin: 0 0 15px;
    text-align: left;
    font-weight: normal;
}
.new_ssr_widget #platform-quick-degree-finder div.css-1hwmk3l {
    background: #f5f5f5 !important;
    border-bottom: 0 !important;
    height: 216px !important;
    padding: 0 !important;
}
.new_ssr_widget form#platform-quick-degree-finder label.css-ft45iw {
    margin: 0 0 20px;
    border: 1px solid #ccc;
    padding: 0;
    width: 100%;
    float: left;
}
.new_ssr_widget form#platform-quick-degree-finder label.css-ft45iw span {
    float: left;
    width: 25px;
    background: #662e91;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    height: 29px;
    padding-top: 0;
    font-weight: bold;
    position: static;
    line-height: 26px;
    opacity: 1;
}
.new_ssr_widget form#platform-quick-degree-finder select {
    float: left;
    width: calc(100% - 25px);
    border: none;
    padding: 4px 7px 5px 5px;
    font-size: 12px;
    color: #000000;
    min-height: 29px;
    background: #ffffff url(images/drop_down.png) no-repeat scroll 97% center;
    height: auto;
}

.new_ssr_widget form#platform-quick-degree-finder button.css-1r9xma {
    background-color: #8cc63e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    border-radius: 3px;
    width: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
}
.new_ssr_widget form#platform-quick-degree-finder small.css-pisks7 {
    color: #666666;
    opacity: 1;
    font-size: 10px;
    padding: 10px 15px 0;
}
.new_ssr_widget form#platform-quick-degree-finder select.css-1my1tpj:focus {
    border: 0;
}


.sc-primary,header {background-color:#fff !important;}
/* body {background:url(images/pattern-1.png) !important;} */

.img-fluid img {
    max-width: 400px !important;
}

.section-heading h2 {
    color: #494949 !important;
}

.sc-primary {
    padding:157px 0 70px !important;
}
.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    margin: 0 -15px 0 !important;
    width: auto !important;
}
.gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 0;
    margin-bottom: 0 !important;
    max-width: 358px;
    width: 100% !important;
    padding: 15px 13px;
    border-radius: 5px;
    margin: 0 auto 0px !important;
    display: block !important;
    float: none;
    background-color: #8dc73e;
    border: none;
    font-size: 16px !important;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.gform_wrapper .gform_page_footer .button.gform_next_button:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #662e91 !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.gform_wrapper .gform_page_footer .button.gform_next_button:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.gform_wrapper .gform_page_footer .button.gform_next_button span {
    color: #fff;
    z-index: 99;
    position: relative;
}
body .gform_wrapper .gform_page_footer .gform_previous_button {
    display: none !important;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, 
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {margin-bottom: 0;}
.sc-primary .gform_wrapper .gf_page_steps {
    display: none;
    text-align: center;
}

.sc-primary .gform_wrapper {
    margin: 0 !important;
}

.sc-primary .gform_wrapper ul li {
    margin: 0 !important;
}

.sc-primary .gform_wrapper ul li label {
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
}

.sc-primary .gform_wrapper ul li label span.gfield_required {
    display: none;
}

body .gform_wrapper ul.gfield_radio li {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px !important;
}
body .gform_wrapper ul.gfield_radio li label {   
    border: 1px solid #ddd;
    text-align: center;
    font-size: 20px;
    padding: 15px !important;
    color:#662e91;
    font-family: proxima_bold;
    margin: 0 0 10px !important;
    cursor: pointer;
    max-width: 100% !important;
}
body .gform_wrapper ul.gfield_radio li input[type=radio] {
    width: 100% !important;
    display: none;
}
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    border: 1px solid #8dc73e;
    color: #8dc73e;
}
.gform_wrapper .gform_page_footer {
    border: none !important;
}
section.sc-primary.thankyou-section {
    background-color: #9ecd5ee8 !important;
    padding-top: 70px !important;
}
.feature-list ul li i {
    color: #662e91 !important;
    font-size: 16px;
    margin-right: 10px;
}
.feature-list ul li {
    color: #662e91 !important;
}
section.sc-primary.thankyou-section h2 {
    color: #fff !important;
    text-transform: none;
        margin-top: 8px;
}

section.sc-primary.thankyou-section h3 {
    color: #fff;
    margin-top: 20px;
}
.feature-list ul li span.b-color {
    color: #662e91 !important;
}
.bg-grey .justify-content-md-center {
    margin-bottom: 60px;
}
.gform_wrapper .gform_page_footer input {
max-width: 358px;
    width: 100% !important;
    padding: 15px 13px;
    border-radius: 5px;
    margin: 0 auto 0px !important;
    display: block !important;
    float: none;
    background-color: #6c3696;
    border: none;
    font-size: 16px !important;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.gform_confirmation_message h2 {
    color: #8dc73e;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 1.8rem;
}

.gform_confirmation_message h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
}
.sc-primary .bg-white {
    background-color: #f2f2f2 !important;
    padding-bottom: 10px !important;
}
.gform_wrapper .top_label select.medium {
    width: 90%;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    color: #97cc4f;
    font-family: proxima_bold;
    margin: 10px auto;
    cursor: pointer;
    display: block;
}

.gform_wrapper .gform_page_footer input:hover {
    background-color: #97cc4f;
}

.gform_wrapper .gform_page_footer input:before {}
.gform_wrapper ul.gform_fields li.gfield {padding-right: 0 !important;}
.bg-grey {padding-bottom: 70px !important;}

.gform_wrapper .top_label select.medium {
width: 73.5% !important;
    border: 1px solid #ddd !important;
    text-align: center;
    font-size: 16px;
    padding: 14px 19px;
    color: #662e91;
    font-family: proxima_bold;
    margin: 16px auto 0 !important;
    cursor: pointer;
    display: block;
}
body .gform_page_footer .button {
    margin-bottom: 10px !important;
}
.gform_page_footer {
    margin-top: 6px !important;
}
.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield input {
    width: 73.5% !important;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 16px !important;
    padding: 15px !important;
    color: #e47d31;
    font-family: proxima_bold !important;
    margin: 16px auto 0;
    cursor: pointer;
    display: block;
}

.gform_wrapper div.validation_error {
    display: none;
}

.gform_wrapper .gfield_error .gfield_label {
    display: none;
}
.footer-links li a:hover {
    color: #8dc73e !important;
}

.footer-links li a {
    color: #ffffff !important;
}
i.fa.fa-star {
    color: #ffa800 !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
    padding-left: 28px;
}
.gform_wrapper .gform_page_footer input:hover {
    background-color: #97cc4f;
}

.gform_wrapper .gform_page_footer input:before {}

.gform_wrapper ul.gform_fields li.gfield input {
    width: 90%;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 16px !important;
    padding: 15px !important;
    color: #e47d31;
    font-family: proxima_bold !important;
    margin: 10px auto;
    cursor: pointer;
    display: block;
}
i.fa.fa-star {
    color:#ffa800 !important; 
}

.review-text h4 {
    color: #000 !important;
}

.review-image  p.user_name {
    color: #494949 !important;
}

.icon-box2 span {
    background-color: #662e91 !important;
}

.ictext-box h2 {
    color: #662e91 !important;
}
.ictext-box h2:hover {
    color: #8dc73e !important;
}
body .mlbox:hover .ictext-box h2 {
    color: #8dc73e !important;
}
body h2 {text-transform: none !important;}
.call-button a {
    background-color: #8dc73e !important;
}

.hvr-sweep-to-top:before {
    background-color: #662e91 !important;
}
.form_upsection {
    background: #ffffff !important;}
.header_content img {
    max-width: 400px !important;
}
.bg-form {
    /* background: url(images/flpot.jpg) !important; */
    min-height: 620px;
        background-repeat: no-repeat !important;
    background-size: cover !important;
}
#formscrl {padding: 0;}
#formscrl .campusexplorer-widget,#formscrl .campusexplorer-widget iframe {height: 100% !important;}
.header_content img {
    max-width: 400px !important;
}

.header_content {
    background-color: #f2f2f2 !important;
}

section.top-header {
    clear: both;
    background-color: #d7d7d7;
    color: #494949;
}
.bd-overlay {
    background:rgba(0, 0, 0, 0.4) !important;
}
.top-padding {
    width: 100%;
    border-bottom: none;
    margin-bottom: 24px;
    color: #494949;
}
.landing_header.greybg {
    background: #f5f5f5 !important;
}
footer.bg-init {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}

.bg-init p {
    color: #000;
}
.top-padding {text-transform: none !important;}
.bg-init .footer-links li a {
    color: #000 !important;
}
.bg-init .footer-links li a {color: #000 !important;}
.bg-init .footer-links li a:hover {color: #8dc73e !important;}
.feature-list ul li {padding-bottom: 0 !important;}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#platform-quick-degree-finder div.css-1hwmk3l,.new_ssr_widget #platform-quick-degree-finder div.css-1hwmk3l {background-color: transparent !important;}
form#platform-quick-degree-finder.css-k7nzw2,.new_ssr_widget form#platform-quick-degree-finder {background-color: transparent !important;}

@media screen and (max-width: 767px) {
    body .gform_wrapper ul.gfield_radio li label {width: 100% !important;}
    .bg-form {min-height: 300px !important; background-size: cover !important; }
    .bd-overlay {position: relative;}
    .img-fluid img {
    max-width: 400px !important;
}
}
@media screen and (max-width: 480px) {
    body .gform_wrapper ul.gfield_radio li {width:calc(100% - 30px)!important;}
    .bg-form {min-height: 234px !important; background-size: cover !important; }
    .header_content img {max-width: 100% !important;}
    .rating-user i {margin-right: 0px !important; }
    .top-padding {font-size: 2em;}
    .mobile_popup {
    background: rgba(255,255,255,.925);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
}
.mobile_popup .close {
    background: transparent url(images/close-menu.png) no-repeat scroll center center;
    background-size: 16px 16px;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;

}
.search_schools button {
    background-color: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
}
}
@media screen and (max-width: 420px) {
    .img-fluid img {max-width: 100% !important; }
    .mobile_popup .mobile_popup_content {
    border-width: 6px;
    margin: 0;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 20px);
    border: 10px solid #fff;
    box-shadow: 0 0 15px rgba(10,38,66,.25);
        text-indent: 64px;
}

}
.sideform button#trigger { 
  appearance: button;
    border: none;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 20%) 0px -3.25px 0px inset;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-size: 16.25px;
    height: 40.625px;
    margin: 15px 15px 0px;
    transition: background-color 300ms ease-out 0s;
    padding: 0px;
    float: none;
    max-width: 100%;
    display: block;
    width: 100%;
    background: rgb(141, 198, 62) !important;
 }