/*
Theme Name: Upstart Co-Lab 2
Theme URI: 
Author: the Transfuture team
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: colab
*/
html {
    margin: 0 auto;
    max-width: 2500px;
    width: 100%;
}
.up-center {
    text-align: center !important;
}
h3.mid-col-line {
    font-weight: 400;
}
html body{
    color: #59595B;
    font-size: 17px;
}

body .h1, body h1 {
    font-size: 42px;
    font-weight: 600;
}

h1,h2,h3,h4,h5{
    color: #00A388;
    font-weight: 600;
}
body h1 {
    margin-top: 0;
}
.body-content a,
.body-content a:hover,
.body-content a:focus,
.body-content a:active {
    color: #00A388;
    /*text-decoration: underline;*/
}

.body-content .col-md-6:first-child{
    padding-left:0px;

}
.body-content .col-md-6:last-child{
    padding-right:0px;

}
.nav-container{
    max-width: 1078px;
    margin: auto;
}

.navbar.navbar-default.navbar-vv {
    background-color: #fff;
    border-color: #58585a;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 4px;
    margin-bottom: 0;
}

.navbar-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.nav-logo {
    float: left;
}
.top-menu {
    display: inline-block;
    float: right;
    list-style: outside none none;
    margin: 30px 0 0;
    padding: 0;
}

.top-menu > li {
    float: left;
}

.top-menu > li:after { 
    content: '\2022';     
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.top-menu > li:last-child:after { 
    content: '';     
    padding-left: 0;
    padding-right: 10px;
}

.nav.navbar-nav.navbar-right{
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#rscroll > li > a {
    color: #fff;
    font-weight: 600;
    /* padding: 12px 60px 9px;*/
    text-align: center;
    font-size: 17px;
}
#rscroll > li:hover > a {

    background-color: rgba(0, 0, 0, 0.3);
}

.teal {
    background-color: rgba(0, 163, 136, 1);
}
.blue {
    background-color: #248CCC;
}
.orange {
    background-color: #F8971C;
}
.purple {
    background-color: #9D3995;
}

#rscroll > li {
    /* margin-right: 20px;*/
    margin-right: 1%;
    width: 24%;
}
#rscroll > li:last-child {
    margin-right: 0px;
    width: 25%;
}
.top-menu a {
    color: #58585a;
    font-size: 17px;
    font-weight: 600;
}
.top-menu a:hover {
    color: #58585a;
}
#content{
    width: 100%;
    text-align: center;
}
#content .body-content{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 1078px; 
    width: 100%;
}

/* ----------------- colors ------------------------ */

body header .navbar{ border-color: #f8971c; }
body.color-orange header .navbar{ border-color: #f8971c; }
body.color-green header .navbar{ border-color: #00a388; }
body.color-blue header .navbar{ border-color: #f8971c; }
body.color-orange header .navbar{ border-color: #f8971c; }




/* ----------------- colors ------------------------ */

body .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.header-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}
.body-content {
    display: inline-block;
    padding: 50px 20px;
}

#footer {
    background-color: #00a388;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 30px 20px;
    width: 100%;
    color: #fff;
    text-align: center;
}
.footer-container {
    display: inline-block;
    margin: auto;
    max-width: 1078px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    width: 100%;
}
.section-one > div > ul {
    display: inline-block;
    float: left;
    list-style: outside none none;
    padding: 10px 0 0;
    width: 100%;
}
.section-two ul {
    list-style: outside none none;
    padding: 0;
}

.section-one li {
    float: left;
}
.section-two > ul > li {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 60px;
}
.section-three .col-md-6 {
    padding: 0;
}
.footer-container .section-one a {
    color: #00a388;
    font-size: 40px;
}
.section-one .fa.fa-facebook {
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 16px 5px;
}
.section-one .fa.fa-twitter {
    background-color: #fff;
    border-radius: 50%;
    padding: 8px 8px 5px;
}
.section-one .fa.fa-linkedin {
    background-color: #fff;
    border-radius: 50%;
    padding: 7px 11px;
}
.section-one .fa.fa-google-plus {
    background-color: #fff;
    border-radius: 50%;
    padding: 6px 6px 6px 12px;
}
.section-one li {
    margin-right: 11px;
}
.section-one .socialicons > li {
    margin-right: 11px;
    width: auto;
}
.footer-container .footer-left-column > div {
    display: inline-block;
    float: left;
    width: 100%;
}
.newsletter-footer {
    display: inline-block;
    float: left;
    width: 100%;
}
.section-one {
    margin-bottom: 35px;
}
.footer-container hr {
    border-width: 4px 0 0;
}
.footer-container a {
    color: #fff;
}

#footer .footer-right-column iframe {
    height: 450px !important;
}

.sub-menu {
    display: none;
}
.footer-menu .sub-menu{
    display: block;
    position: relative;
}
.footer-menu  .sub-menu > li {
    margin-bottom: 0px;
}
ul.footer-menu > li > a{
    font-weight: bold;
}
.section-two li, .section-two .sub-menu ul, .section-two .footer-menu .sub-menu {
    background-color: unset;
}



#rscroll li:hover .sub-menu {
    display: block;
}
.sub-menu {
    list-style: outside none none;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    width: auto;
    /*padding: 10px 60px;*/
    z-index: 9999;
    width: 100%;
}
.sub-menu:hover{
    display: block;
}
.teal .sub-menu {
    background-color: #00A388;
}

.blue .sub-menu {
    background-color: #248CCC;
}

.orange .sub-menu {
    background-color: #F8971C;
}

.purple .sub-menu {
    background-color: #9D3995;
}
.sub-menu > li {
    margin-bottom: 7px;
    line-height: 1.2;
}
.sub-menu > li:last-child {
    margin-bottom: 5px;
}
.sub-menu a {
    color: #fff;
    white-space: break-spaces;
}

.img-full {
    width: 100%;
}
.blog-article{
    width: 100%;
}
.blog-article > hr {
    border-color: #00a388;
    border-width: 4px 0 0;
}
.blog-article:first-child > hr {
    display: none;
}

.pagination-cont > a,
.pagination-cont > a:hover{
    color: #59595b;
    text-decoration: none;
}
.pagination-cont {
    margin-top: 70px;
}
.blog-history a {
    color: #59595b;
    text-decoration: none;
}
.news-col .p1 {
    font-weight: 600;
}
.color-ball{
    text-align: center;
    margin-top: 35px;
}

.color-ball a,
.color-ball a:hover,
.color-ball a:active,
.color-ball a:focus{
    color: #fff;
    text-decoration: none;
}

.color-ball > div {
    /* border-radius: 50%;
     background-image: url("assets/img/recircle.png");
      background-position: center center;
     background-size: contain;
    */
    display: inline-block;
    max-width: 270px;
    padding: 100px 0;
    width: 100%;
}

.option-boxes-body > iframe {
    height: auto;
    min-height: 300px;
    width: 100%;
}
.option-boxes-title > h3 {
    color: #fff;
    margin: 0;
}

.option-boxes-title {
    background-color: #00a388;
    padding: 13px 12px 12px;
}
.option-boxes-body > h3 {
    color: #59595b;
}
.option-boxes-body a {
    color: #59595b;
}
.col-md-4.option-boxes {
    margin-top: 50px;
}
body .project-head a,
body .project-head a:hover{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.project-head > p {
    font-weight: 600;
    margin: 0;
}
.project-head {
    background-color: #248ccc;
    color: #fff;
    padding: 7px;
}
.project-body {
    background-color: #def2ff;
    padding: 10px;
    overflow: hidden;

}
.project-cont {
    margin-bottom: 10px;
}

.more-less{
    /*display: none;*/
    padding: 0 10px;
    max-height: 0;
    transition: max-height 0.5s ease;
    transition: padding 0.3s ease;
}
.less-b {
    display: none;
}
.showproj .less-b{
    display: inline-block;
}
.showproj .more-b{
    display: none;
    height: 0px;
    transition: height 4s;
}

.showproj + .more-less{
    padding: 10px;
    display: block;
    max-height: 100%;
    transition: max-height 0.7s ease;
    transition: padding 0.3s ease;
}

.body-content > div {
    padding-bottom: 50px;
}

.artists-separator{
    display: inline-block;
    width: 100%;
}
.circle-img > img {
    border-radius: 50%;
    height: auto;
    width: 100%;
}
.circle-img {
    text-align: center;
    display: block;
}
.artists-separator > div{
    margin-bottom: 35px;
    text-align: center;
}

.color-ball > div{
    cursor:pointer;
}

/*.teal-ball > div{
    background-color: rgba(0,163,136,1)
}
.teal-ball > div:hover{
    background-color: rgba(0,163,136,0.75)
}

.blue-ball  > div{
    background-color: rgba(36,140,204,1)
}
.blue-ball  > div:hover{
    background-color: rgba(36,140,204,0.75)
}

.orange-ball > div{
    background-color: rgba(248,151,28,1)
}
.orange-ball > div:hover{
    background-color: rgba(248,151,28,0.75)
}

.purple-ball > div{
    background-color: rgba(157,57,149,1)
}
.purple-ball > div:hover{
    background-color: rgba(157,57,149,0.75)
}*/

.circle-img > div {
    background:rgba(248, 151, 28, 0.5);
    /*border-bottom-left-radius: 185px;
    border-top-left-radius: 185px;*/
    border-radius: 50%;
    /*float: left;*/
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    position: absolute;
    /* width: 100%;  
     height: 100%;*/
    display: none;
    color: #fff;
}
.circle-img > div > h3{
    color: #fff;
    margin-top: 150px;
}
.circle-img:hover > div {
    display: block;
}


.circle-img {
    /* display: inline-block;
     height: 350px;
     width: 350px;*/
}


.img-overlay{
    background:rgba(248, 151, 28, 0.5);
    bottom: 0;
    color: #fff;
    display: none;
    float: left;
    /*height: 100%;*/
    position: absolute;
    top: 51px;
    width: calc(100% - 15px);
}
div:hover > .img-overlay {
    display: inline-block;
}

.img-overlay > h3 {
    margin-left: 15%;
    margin-top: 29%;
    color: #fff;
}
.img-overlay > p {
    margin-left: 15%;
}
body .sub-menu a:hover {
    color: #fff;
}
#footer a:hover {
    color: #fff;
}
#footer .section-one a:hover {
    color: #00a388;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}


#rscroll .sub-menu{
    display: block;
    opacity: 0;
    -moz-transition:    all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition:      all 500ms ease;
    -ms-transition:     all 500ms ease;
    transition:         all 500ms ease;
    z-index: -99999;
}
#rscroll li:hover .sub-menu {
    display: block;
    opacity: 1;
}
#rscroll li:hover > .sub-menu {
    z-index: 99999;
}
.header-container a {
    /*text-transform: uppercase;*/
}
.header-container .submenu a {
    text-transform: none;
}

.top-menu2 {
    display: none;
    float: left;
    list-style: outside none none;
    margin: 12px 0 10px;
    padding: 0;
}

.top-menu2 > li {
    display: inline-block;
    float: left;
    width: 100%
}
.top-menu2 a {
    color: #58585a;
    font-size: 17px;
    font-weight: 600;
}
.top-menu2 a:hover {
    color: #58585a;
}





#header .navbar-toggle {
    border: medium none;
    padding-left: 0;
    width: 100%;
}
#header .navbar-toggle:hover,
#header .navbar-toggle:active,
#header .navbar-toggle:focus{
    background-color: transparent;
}
#header .navbar-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 6px;
    width: 40px;
}
#header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
#header .navbar-default .navbar-toggle .icon-bar {
    background-color: #999;
}

#header .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #58585a;
}
/*======================================================*/


.fccontent a,
.fccontent a:hover,
.fccontent a:active,
.fccontent a:focus{
    color: #fff;
    text-decoration: none;
}

.fcircle {
    position: relative;
    width: 100%;
    height: 0;
    padding: 50% 0;
    margin: 1em auto;
    border-radius: 50%;
    background: rgba(0,163,136,1);
}

.fcircle h2{
    width: 94%;
}

.fccontent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.fccontent:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 100%;
}

.fccontent h2 {
    vertical-align: middle;
    display: inline-block;
}

.color-ball > div{
    cursor:pointer;
}

.teal-ball{
    background-color: rgba(0,163,136,1)
}
.teal-ball:hover{
    background-color: rgba(0,163,136,0.75)
}

.blue-ball{
    background-color: rgba(36,140,204,1)
}
.blue-ball:hover{
    background-color: rgba(36,140,204,0.75)
}

.orange-ball{
    background-color: rgba(248,151,28,1)
}
.orange-ball:hover{
    background-color: rgba(248,151,28,0.75)
}

.purple-ball{
    background-color: rgba(157,57,149,1)
}
.purple-ball:hover{
    background-color: rgba(157,57,149,0.75)
}


.top-menu a:focus {
    outline: medium none;
    outline-offset: 0;
    text-decoration:none;
    color: #58585a;
}

#joinModal .modal-header {
    border-bottom: medium none;
}

#joinModal .modal-content{
    border-radius: 0;
    background-color: #555;
}

#joinModal .modal-dialog {
    margin: 50px auto;
    max-width: 400px;
    width: 100%
}
#joinModal .modal-body > h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}
#joinModal .close {
    color: #fff;
    opacity: 1;
}
#joinModal .form-control {
    border-radius: 0;
    font-size: 20px;
    min-height: 40px;
    border: medium none;
}
#joinModal .button-submit {
    background-color: #00a388;
    border: medium none;
    color: #fff;
    font-weight: 600;
    min-height: 60px;
    text-transform: uppercase;
}
#joinModal {
    color: #fff;
}
#joinModal span.wpcf7-not-valid-tip{
    color: #fff;
}
#joinModal .ajax-loader{
    display: none;
}

.teal .sub-menu,
.purple .sub-menu,
.blue .sub-menu,
.orange .sub-menu,
.grey .sub-menu{
    padding-left: 15px;
}
.grey .sub-menu{
    background-color: #58585A;
}

.staff-members .col-left {
    width: 20%;
    min-height: 1px;
}
.staff-members div {
    display: inline-block;
    float: left;
}
.staff-members .col-right {
    width: 80%;
    padding-left: 20px;
}
.col-left > img {
    border-radius: 50%;
    height: 190px;
    width: 190px;
}
.staff-members {
    display: inline-block;
    margin: 25px 0;
}

.pad-left-no{
    padding-left: 0 !important;
}
.pad-right-no{
    padding-right: 0 !important;
}
.col-md-3 .col-md-4.option-boxes {
    padding: 0;
    width: 100%;
}
.staff-members {
    width: 100%;
}
.body-content .news-widget a {
    color: #58585a;
    text-decoration: none;
}


body .carousel-control.left {
    background-image: none !important;
}

body .carousel-control.right{
    background-image: none !important;
}

body .carousel .item > h3 {
    margin-top: 0;
    font-size: 30px;
}
body .carousel-inner {
    margin: 0 auto;
    max-width: 800px;
    padding: 25px;
}
body .carousel-indicators {
    bottom: -50px;
}

body .glyphicon-chevron-right::before {
    content:"\003e";
    background-color: #999;
    border-radius: 50%;
    color: #fff;
    padding: 1px 9px 2px 11px;
    font-size: 34px;
    font-weight: 600;
}

body .glyphicon-chevron-left::before {
    content: "\003c";
    background-color: #999;
    border-radius: 50%;
    color: #fff;
    padding: 1px 13px 3px 9px;
    font-size: 34px;
    font-weight: 600;
}

body .carousel-indicators > li {
    background-color: #ddd;
    border-color: #dddddd;
    height: 12px;
    margin: 0;
    width: 12px;
}

body .carousel-indicators .active{
    background-color: #999999;
    border-color: #999999;
}

body .carousel.content {
    margin-top: 50px;
}

.list-bullet {
    border-radius: 50%;
    float: left;
    height: 10px;
    margin: 5px 5px 0 0;
    width: 10px;
}


body .carousel-control:focus{
    opacity: 0.5;
}

.img-credit {
    margin-bottom: 15px;
    margin-top: 9px;
}

.body-content .row {
    margin-left:  0;
    margin-right: 0;
}

.home-second .col-md-4.option-boxes.news-widget {
    padding-left: 0;
}

.home-second .widget.col-md-4.option-boxes.widget_text {
    padding: 0;
}
.home-second .col-md-4.option-boxes:last-child {
    padding-right: 0;
}

.balls-container {
    display: inline-block;
    height: 800px;
    width: 100%;
}


.ball-1-container{
    position: absolute;
    right: 21%;
    top: 15%;
    width: 51%;
}
.ball-2-container {
    position: absolute;
    right: 14%;
    width: 39%;
}
.ball-3-container {
    position: absolute;
    right: 16%;
    top: 42%;
    width: 26%;
}
.ball-4-container {
    position: absolute;
    right: 33%;
    top: 38%;
    width: 20%;
}
.ball-5-container {
    position: absolute;
    right: 67%;
    top: 59%;
    width: 18%;
}
.ball-6-container {
    position: absolute;
    top: 71%;
    width: 16%;
}

.ball-1 {
    border-radius: 50%;
    height: 0;
    padding: 50% 0;
    width: 100%;
}
.ball-2 {
    border-radius: 50%;
    height: 0;
    padding: 50% 0;
    width: 100%;
}
.ball-3 {
    border-radius: 50%;
    height: 0;
    padding: 50% 0;
    width: 100%;
}

.ball-4 {
    border-radius: 50%;
    height: 0;
    padding: 50% 0;
    width: 100%;
}

.ball-5 {
    border-radius: 50%;
    height: 0;
    padding: 50% 0;
    width: 100%;
}

.ball-6 {
    border-radius: 50%;
    height: 0;
    padding: 50% 0;
    width: 100%;
}
.ball-text {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.ball-text::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.ball-text > p {
    color: #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

.ball-1 .ball-text {
    padding-left: 10%;
    text-align: left;
}

.ball-hover {
    left: 0;
    padding-top: 29px;
    position: absolute;
    text-align: left;
    top: 54%;
    width: 500px;
    z-index: 99999;
    display: none;
}
.ball-text > p:hover + .ball-hover {
    display: inline-block;
}
.ball-hover:hover {
    display: inline-block;
}
.ball-hover > div {
    background-color: #eeeeee;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 4px rgba(221,221,221,1);
    -moz-box-shadow: 2px 2px 4px rgba(221,221,221,1);
    box-shadow: 2px 2px 4px rgba(221,221,221,1);


}
.ball-hover > div a,
.ball-hover > div a:hover,
.ball-hover > div a:active,
.ball-hover > div a:focus{
    color: #333;
    text-decoration: none;
}

.artists-separator > div > div{
    margin-bottom: 35px;
    text-align: center;
}
.artists-separator .emparejador {
    display: inline-block;
    margin: 0;
    width: 100%;
}
.section-three .col-md-12 {
    padding: 0;
}

.col-md-3.pad-right-no.pad-left-no > div:first-child {
    margin-top: 0;
}

html body #footer {
    font-size: 16px;
}

.advisors-members div {
    float: left;
}
.advisors-members {
    width: 100%;
    display: inline-block;
}
.advisors-members {
    margin: 25px 0;
}

.advisors-members .col-left {
    min-height: 1px;
    width: 37%;
}

.advisors-members .col-right {
    padding-left: 8px;
    width: 63%;
    padding-right: 8px;
}

.disimp:hover{
    display: block !important;
}

.disimp > ul {
    padding-left: 20px !important;
}
.home-video {
    /*max-width: 854px;*/
    width: 100%;
}
.p-credit {
    font-size: 15px;
    margin-top: 20px;
}



body .lbreak {
    display: none;
}


.project-head.res {
    background-color: #9c3995;
}
.project-body.res {
    background-color: #fbe7f0;
}
.project-body.res.more-less > a {
    color: #59595b;
    text-decoration: none;
}
.pbigheader {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600;
}

.psmallheader {
    font-size: 38px;
    font-weight: 500;
}
body .s1 b,
body .s1 strong {
    font-size: 22px;
}
body .s1 a,
body .s1 a b {
    font-size: 18px;
}
.fccontent h2 > p {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 500;
}
body .ball-title{
    color:#fff;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.project-body.res.more-less > a:hover {
    text-decoration: underline;
}

.page-template-page-temp-news .body-content a {
    text-decoration: none;
}
.page-template-page-temp-news .body-content a:hover {
    text-decoration: underline;
}
.textwidget > h3,.home-map h3  {
    color: #59595b;
    font-size: 22px;
    font-weight: 600;
}

.page-template-page-temp-news .body-content .textwidget a {
    /*text-decoration: underline;*/
}
.page-template-page-temp-news .body-content .textwidget h3 a,
.page-template-page-temp-news .body-content .textwidget h3 a:hover{
    text-decoration: none;
}

body .submit-button {
    background-color: #58585a;
    border: medium none;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px 16px;
    text-transform: uppercase;
}

.home-video > iframe {
    height: 600px;
    /*max-width: 854px;*/
    width: 100%;
}
.single.single-artist .navbar.navbar-default.navbar-vv {
    border-color: #f8971c;
}

.mc4wp-alert > p {
    display: inline-block;
    margin-top: 15px;
}

.project-head > a {
    width: 100%;
}
.more-b {
    display: inline-block;
}

.fccontent.nclick {
    border-radius: 50%;
    cursor: pointer;
}
.join-newsletter{
    display: none;
}
#joinModal .newsletter-footer .join-newsletter {
    display: block;
}
#joinModal .newsletter-footer > p {
    display: none;
}
#joinModal .mc4wp-form {
    display: inline-block;
    margin-top: 20px;
}
body #joinModal .submit-button {
    background-color: #00a388;
}


.body-content .single-artis-extra a,
.body-content .single-artis-extra a:focus,
.body-content .single-artis-extra a:active,
.body-content .single-artis-extra a:hover{
    color: #59595b;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 14px;
    text-decoration: none;
}
.single-artis-extra > div:first-child {
    padding-right: 15px;
}
.single-artis-extra > div {
    padding: 0;
}
.single-artis-extra > div:last-child {
    padding-left: 15px;
}
.single-artis-extra {
    display: inline-block;
}

body .col-md-4.option-boxes .textwidget a:hover {
    text-decoration: underline;
}


.body-content .textwidget h3 > a {
    color: #58585a;
    text-decoration: none;
}
.section-one .fa.fa-instagram {
    background-color: #fff;
    border-radius: 50%;
    padding: 7px 10px 6px 10px;
}
.upstart-news {
    margin-bottom: 50px;
}

.new-desc {
    padding: 10px 0;
}
.upstart-news a,
.upstart-news a:hover,
.upstart-news a:active,
.upstart-news a:focus{
    color: #9d3995;
}
.single-upstartnews .navbar.navbar-default.navbar-vv {
    border-color: #9d3995 !important;
}
.news-col img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.news-col {
    max-width: 33%;
    width: 100%;
    float: left;
}

.news-col p{
    margin-bottom: 20px;
}
.nct {
    color: #fff;
    padding: 15px 10px;
}
/*.nct + p {
    text-align: center;
}
.nct + p:last-child {
    text-align: left;
}*/
.news-col:last-child {
    padding-left: 20px;
    padding-right: 0;
}
.news-col:first-child {
    padding-left: 0;
    padding-right: 20px;
}
.news-col {
    padding: 0 10px;
}
.news-list {
    display: inline-block;
    width: 100%;
}
.single-upstartnews .upstart-news .news-list, .blog-single .news-list{
    padding: 0 10%;
}
.blog-single  h1 img {
    width: 100%;
    max-width: 600px;
}

.body-content .upstart-news a{
    text-decoration: none;
}
/*.body-content .upstart-news a:hover,
.body-content .upstart-news a:focus,
.body-content .upstart-news a:active {
    text-decoration: underline;
}*/

.camp-social {
    width: 100%;
    display: inline-block;
    background-color: #00a388;
    padding: 13px 5px;
    margin: 18px 0px 8px 0px;
}
.camp-social a,
.camp-social a:focus,
.camp-social a:hover,
.camp-social a:active{
    color: #fff;
    font-size: 14px;
}
.camp-social div {
    width: 50%;
    float: left;
    text-align: center;
}
.camp-social img {
    max-width: 30px;
}


.news-col a {
    font-size: 17px;
}
td.quote-text {
    padding-left: 45px;
    font-size: 28px;
}



.video-icon {
    width: 25px;
    height: 26px;
    margin-top: -4px;
    margin-left: 5px;
}
.title-block h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}
.title-block {
    padding: 7px;
    /*margin-bottom: 20px;*/
}
hr {
    display: inline-block;
    width: 100%;
}
.modal {
    padding: 0 !important;
}
#modalpop a,
#modalpop a:hover,
#modalpop a:focus,
#modalpop a:active{
    color: #00a388;
    text-decoration: none;
}
#modalpop .modal-dialog {
    width: 100%;
    /*max-width: 800px;*/
    /*max-width: 600px;*/
    /*max-width: 900px;*/
    max-width: 1200px;
    margin-top: 10% !important;
    margin: 0 auto;
    padding: 0 10px;
}
.modal-col {
    display: inline-block;
    width: 100%;
    max-width: 50%;
    float: left;
}
#modalpop img {
    width: 100%;
    max-width: 300px;
}
#modalpop p {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
}
#modalpop .modal-content {
    /*border-radius: 0;*/
}
#modalpop .modal-body {
    text-align: center;
}
#modalpop .modal-content > div {
    display: inline-block;
    width: 100%;
}
#modalpop .modal-header {
    padding: 5px 7px 2px 7px;
    border-bottom: 0;
}
#modalpop .modal-header .close {
    margin-top: 0;
    /*border: 1px solid;*/
    /*border-radius: 50%;*/
    padding: 1px 6px 0px 5px ;
    font-size: 25px;
}
tr.half-col {
    width: 100%;
    max-width: 50%;
    float: left;
}
tr.half-col td {
    width: 100%;
    max-width: 100%;
    float: left;
    margin-top: 20px;
}
tr.half-col img {
    max-width: 100%;
    width: auto;
}
tr.half-col img {
    max-width: 100%;
    width: auto;
    padding-right: 14px;
    margin-top: 50px;
}
.modal-body h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

#modalpop img {
    width: 100%;
    max-width: 300px;
    height: auto;
}


.modal-t-col {
    display: inline-block;
    width: 100%;
    float: left;
    /*max-width: 33%;*/
    /*max-width: 25%;*/
    max-width: 20%;
    /*max-width: 16.6%;*/
    /*max-width: 14.2%;*/
    padding: 5px;
}
#modalpop .modal-t-col a, #modalpop .modal-t-col a:hover, #modalpop .modal-t-col a:focus, #modalpop .modal-t-col a:active {
    color: #9D3995;
}

.project-body.res a {
    width: 100%;
    display: inline-block;
}

/*.bg-color .col-md-9 {
    background-color: #fff;
}
.bg-color {
    padding: 0 !important;
    display: inline-block;
    width: 100%;
    background-color: #248ccc;
}*/
.sidebar-menu{
    display: inline-block;
    width: 100%;
    background-color: #248ccc;  
}
.sidebar-menu li:hover{
    background-color: #0068A2;
}
.sidebar-menu a,.sidebar-menu a:hover,.sidebar-menu a:active,.sidebar-menu a:focus {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: 8px 15px 8px 7px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    white-space: normal;
    font-size: 16px;
}
.sidebar-menu .menu-item-has-children .showsub + .sub-menu {
    position: relative;
    display: block;
    background-color: #0068A2;
}
.arbg{
    background-color: #0068A2;
}
.sidebar-menu .sub-menu li{
    margin: 0;
}
.sidebar-menu .menu-item-has-children.showsub{
    background-color: #065B8C;
}
.sidebar-menu .menu-item-has-children > a:after { 
    content: '+';
    position: absolute;
    right: 5px;
    top: 8px;
}
.sidebar-menu .menu-item-has-children > a.showsub:after { 
    content: '-';
    position: absolute;
    right: 5px;
    top: 8px;
}
.sidebar-menu li {
    position: relative;
}
.sidebar-menu >ul > li:last-child a{
    border-bottom: medium none;
}
.sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.divisor hr {
    margin-top: 40px;
    margin-bottom: 10px;
    border-top: 3px solid #248ccc;
}
.divisor a,.divisor a:focus,.divisor a:active,.divisor a:hover {
    color: #248ccc !important;
    text-decoration: none;
}
.divisor span {
    margin-right: 10px;
}

.creat-lean span.s1{
    /*color: #248ccc;*/
}
.sid-menu-cont{
    width: 100%;
    max-width: 24%;
    float: left;
}
.single-creativity_lens .navbar.navbar-default.navbar-vv{
    border-color: #248ccc; 
}
.creat-links a,.creat-links a:hover,.creat-links a:focus,.creat-links a:active{
    color: #248ccc;  
}
.footnotes {
    border-top: 2px solid #999;
    margin-top: 30px;
    padding-top: 15px;
}
span.not-num {
    font-size: 14px;
    top: 0;
    display: block;
    float: left;
    margin-right: 5px;
    color: #777;
}
span.not-con, .footnotes p {
    font-size: 16px;
    color: #777;
}
.comment-cont .form-control.button-submit {
    width: auto !important;
}
.comment-cont .form-control {
    max-width: 350px;
}
.comment-cont + div.wpcf7-response-output {
    margin: 0;
    padding: 5px;
    width: 100%;
    max-width: 350px;
    font-size: 15px;
}
.footnotes a {
    font-size: 16px !important;
}
.footnotes {
    font-size: 16px;
    color: #777;
    word-wrap: break-word;
}
.sid-cont-cont.creat-links {
    display: inline-block;
    width: 100%;
    max-width: 76%;
    float: left;
    padding-left: 20px;
}
.blog-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.blog-content p {
    margin: 0 0 20px;
}
span.half-col {
    display: inline-block;
    width: 100%;
    max-width: 50%;
    float: left;
    margin-bottom: 20px;
}
span.half-col:first-child {
    padding-right: 10px;
}
span.half-col:last-child {
    padding-left: 10px;
}

.sid-cont-cont ul li:last-child,
.creat-lens ul li:last-child{
    padding-bottom: 0;
}

.sid-cont-cont ul li,
.creat-lens ul li {
    padding-bottom: 10px;
}

.home-map {
    display: none;
}
.home-map h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.home-map img {
    width: 100%;
}
.home-map {
    width: 100%;
    float: left;
}
.home .home-map {
    display: inline-block;
    bottom: 0;
    position: absolute;
    padding-right: 15px;
}
span.sep-line {
    display: inline-block;
    width: 100%;
    border-top: 50px solid #00a388;
    float: left;
    margin: 30px 0 20px;
}
.home-second .col-md-4.option-boxes.news-widget {
    /*height: 877px;*/
}
td.quote-img.block-table > span {
    max-width: 50%;
    margin-bottom: 25px;
}
td.quote-img.block-table,td.quote-img.block-table > span {
    width: 100%;
    float: left;
}
td.quote-img.block-table > span > img {
    margin-bottom: 10px;
}
.item-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.drkbg {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.2);*/
}
.item-slide-caption {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10% 0 6%;
    color: #fff;
    z-index: 99;
}
.item-slide-caption-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.item-slide-caption p {
    margin-bottom: 0;
}
.item-slide-caption-title-copy{
    font-size: 20px;
    margin-bottom: 25px;
    display: inline-block;
}
a.item-slide-caption-button,a.item-slide-caption-button:hover,a.item-slide-caption-button:focus,a.item-slide-caption-button:active {
    color: #fff;
    text-decoration: none;
    background-color: #F8971C;
    padding: 8px 20px 9px;
    display: inline-block;
}
.item.slide-bg-item {
    /*padding-bottom: 7px;*/
}
/*----------------------------------------------------------------------------------*/
.alsoirht{
    max-width:255px; 
}
.irht{
    max-width:380px; 
    width: 50% !important;
}
.widget.option-boxes.widget_text {
    display: inline-block;

}
div#text-9{
    display: none;
}
.page-id-3944 div#text-9,
.page-id-4222 div#text-9,
.page-id-3302 div#text-9{
    display: inline-block;
    margin-bottom: 50px;
}
div#text-9 + .col-md-4.option-boxes.news-widget {
    margin-top: 0;
}
.page-id-3944 div#text-9 + .col-md-4.option-boxes.news-widget,
.page-id-4222 div#text-9 + .col-md-4.option-boxes.news-widget,
.page-id-3302 div#text-9 + .col-md-4.option-boxes.news-widget{
    display: none;
}
.nitem, .nitemlist,.nitemimg,.nitemcont {
    display: inline-block;
    width: 100%;
    float: left;
}
.nitemimg img {
    width: 100%;
    max-width: 90px;
    padding-right: 5px;
}
.nitemimg {
    max-width: 15%;
}
.nitemcont {
    max-width: 85%;
}
.nitem {
    border-top: 2px solid #248CCC;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nitem:last-child {
    border-bottom: 2px solid #248CCC;
}
.nitemcont p {
    margin: 0;
}
.nitemlist {
    margin-top: 30px;
    margin-bottom: 50px;
}
.col-md-3.pad-right-no.pad-left-no, .col-md-9.pad-left-no {
    display: inline-block;
}
.top-menu a {
    font-size: 15px;
}
.row.home-second .col-md-4 {
    padding-right: 15px !important;
}
.readmb {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.readmb span {
    padding: 12px 17px;
    display: inline-block;
    color: #fff;
    background-color: #9d3995;
    border-radius: 9px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.nathide,.readmb.shownewsN{
    display: none;
}
.nathide.shownewsN{
    display: inline-block;
    width: 100%;
}
.logoslist img {
    max-width: 100%;
    /*max-width: 200px;*/
}
.logoslist > div {
    width: 100%;
    max-width: 33.33%;
    display: inline-block;
    float: left;
    padding: 20px;
    text-align: center;
}
.logoslist {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 60px;
}
/*---------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
    body .staff-members .col-left {
        text-align: center;
        width: 100%;
    }
    body .staff-members .col-right {
        width: 100%;
    }

    body .advisors-members .col-md-6 {
        width: 100%;
    }
    body .advisors-members div {
        float: none;
    }
    body .advisors-members {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    body .advisors-members .col-left {
        min-height: 1px;
        width: 100%;
    }
    body .advisors-members .col-right {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    body .ball-hover {
        width: 100%;
    }

    body .lbreak {
        display: block !important;
    }
    body .hlbreak {
        display: none;
    }

}
@media (max-width: 991px) {
    .home .home-map {
        position: relative;
        padding-right: 0;
    }
    .home-second .col-md-4.option-boxes.news-widget {
        height: auto;
    }
    .row.home-second > div {
        display: inline-block;
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 900px) {
    .modal-t-col {
        max-width: 50%;
    }
    .modal-col-sep {
        display: inline-block;
        width: 100%;
    }
}
@media (max-width: 880px) {
    td.quote-img iframe {
        width: 100% !important;
    }
}
@media (max-width: 800px) {
    .ball-5-container {
        top: 52%;
    }
    .ball-6-container {
        top: 66%;
        width: 18%;
    }
    .divisor {
        margin-bottom: 30px;
    }

    body .footer-container{
        padding-left: 0;
        padding-right: 0;
    }
    body .footer-container > div {
        padding-left: 0;
        padding-right: 0;
    }

    body .home-video > iframe {
        height: 480px;
    }
    .body-content .col-md-6:last-child {
        padding-left: 0;
    }

    body .body-content {
        padding: 20px 20px 0;
    }
    body .body-content > div {
        padding: 0 0 10px;
    }

    body .col-md-4.option-boxes {
        margin-top: 20px;
    }

    body .carousel .carousel-indicators {
        bottom: -5px;
    }
    body .carousel .carousel-inner {
        padding: 25px 25px 50px;
    }

    body .single-artis-extra > div:first-child {
        padding-right: 0;
    }
    body .single-artis-extra > div:last-child {
        padding-left: 0;
    }
    .top-menu2{
        display: block;
    }
    .top-menu{
        display: none;
    }

    #rscroll > li > a{
        padding: 11px 17px 10px;
    }
    .top-menu2 a {
        padding-left: 17px;    
    }
    #rscroll .sub-menu {
        padding-left: 17px;
    }
    #rscroll > li , #rscroll > li:last-child {
        margin-right: 0;
        width: 100% !important
    }
    .nav.navbar-nav.navbar-right {
        overflow: hidden;
    }
    .sub-menu {
        position: relative;
    }
    #rscroll .sub-menu {
        opacity: 1;
    }

    .footer-container {
        width: 100%;
    }
    .section-two > ul > li {
        margin: 6px 0;
        width: 100%;
    }
    .section-one li:last-child {
        margin-right: 0px;
    }
    .section-one li {
        margin-right: auto;
        text-align: center;
        width: 25%;
    }

    #rscroll > li > a{
        text-align: left;
    }
    #rscroll .sub-menu{
        display: none;
    }
    .staff-members .col-left {
        margin-bottom: 15px;
        width: 100%;
    }
    .row.home-second > div{
        padding: 0;
    }
}
@media (max-width: 780px) {
    body .balls-container {
        height: auto;
        text-align: center;
    }
    body .balls-container > div {
        display: inline-block;
        margin-bottom: 10px;
        max-width: 300px;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
    body .ball-1 .ball-text {
        padding-left: 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    span.half-col {
        max-width: 100%;
    }
    span.half-col:first-child {
        padding-right: 0;
    }
    span.half-col:last-child {
        padding-left: 0;
    }
    .sid-cont-cont.creat-links {
        max-width: 100%;
        padding: 20px 0;
    }
    .sid-menu-cont {
        max-width: 100%;
        padding: 0 !important;
    }
}
@media (max-width: 760px) {
    .modal-t-col {
        /*max-width: 50%;*/
    }
}
@media (max-width: 682px) {
    #modalpop img {
        max-width: 250px;
        height: auto;
    }
}
@media (max-width: 670px) {
    .single-upstartnews .upstart-news .news-list, .blog-single .news-list {
        padding: 0;
    } 
}
@media (max-width: 600px) {
    #header .navbar-toggle {
        float: left;
    }
    body .home-video > iframe {
        height: 288px !important;
    }
    .item-slide-caption-title {
        font-size: 25px;
    }
    .item-slide-caption-title-copy {
        font-size: 17px;
        margin-bottom: 20px;
    }
}
@media (max-width: 580px) {
    .news-col {
        max-width: 100%;
        padding: 0 !important;
    }
    .news-col img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
    .nct + p {
        text-align: center;
    }
    .nct + p:last-child {
        text-align: left;
    }
    .logoslist > div {
        max-width: 50%;
    }
}
@media (max-width: 560px) {
    .modal-t-col {
        max-width: 100%;
    }
    .modal-col {
        max-width: 100%;
    }
    table.quote-table td {
        width: 100%;
        display: inline-block;
    }
    td.quote-img {
        text-align: center;
    }
    td.quote-text {
        padding: 0;
        margin-top: 15px;
        font-size: 20px;
    }
    tr.half-col {
        max-width: 100%;
        text-align: center;
    }
    tr.half-col img {
        padding-right: 0;
        margin-top: 0;
    }
}
@media (max-width: 467px) {
    .camp-social div {
        width: 100%;
    }
    .camp-social div:first-child {
        margin-bottom: 10px;
    }
    td.quote-img.block-table > span {
        max-width: 100%;
    }
}
.video-widget{
    display: none;
    width: 100%;
}
.video-widget img {
    width: 100%;
    margin-bottom: 5px;
}
.home .video-widget {
    display: inline-block;

}

.webnew.textwidget {

    margin-top: 20px;
    text-align: center;
    max-width: 100%;
    float: left;
    padding: 0 !important;
}
.home .webnew.textwidget {
    /*margin-top: 0;*/
}
.webnew.textwidget > div {
    background-color: #f8971c;
    padding: 20px 8px;
}
.webnew.textwidget h3 {
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 15px;
}
.webnew.textwidget:nth-last-child(2) {
    padding-right: 5px;
}
.webnew.textwidget:last-child {
    padding-left: 5px;
}
.body-content .webnew.textwidget h3 > a {
    color: #fff;
    text-decoration: none;
    font-weight: 400 !important;
}
@media (max-width: 1007px) {
    .webnew.textwidget {
        /*margin-top: 0;*/
    }
}
@media (max-width: 991px) {
    .webnew.textwidget {
        /*margin-top: 0;*/
    }
}

body #videosCarousel .carousel-inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}
body #videosCarousel .carousel-indicators {
    display: inline-block;
    bottom: 0;
    position: relative;
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
    left: 0;
}
body #videosCarousel .carousel-indicators .ol-cont {
    background-color: #999999;
    border-color: #999999;
}
body #videosCarousel .carousel-indicators .ol-cont.active {
    background-color: #00a388;
    border-color: #00a388;
}
.img-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    cursor: pointer;
    z-index: 9;
}
.mob-bg{
    display: none;
}
.b-bg-span{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
}
.home .webnew.textwidget:last-child h3 {
    /*margin-bottom: 38px;*/
}
.item-slide-caption.button-only {
    top: auto;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    padding: 0;
    transform: none;
}
a.block_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.staff_underl{
    margin-top: 10px;
    border-top: 3px solid #00A388;
}
@media (max-width: 991px) {
    .home-video > iframe {
        height: 525px;
    }
}
@media (max-width: 978px) {
    .home .webnew.textwidget:last-child h3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 863px) {
    .home .webnew.textwidget:last-child h3 {
        margin-bottom: 39px;
    }
}
@media (max-width: 824px) {
    .home .webnew.textwidget:last-child h3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 654px) {
    .home .webnew.textwidget:last-child h3 {
        margin-bottom: 39px;
    }
}
@media (max-width: 601px) {
    .home .webnew.textwidget:last-child h3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 526px) {
    .webnew.textwidget {
        max-width: 100%;
        padding: 0 !important;
        margin: 10px 0;
    }
    .home .webnew.textwidget {
        margin: 10px 0;
    }
}
@media (max-width: 810px) {
    .home-video > iframe {
        height: 480px;
    }
}
@media (max-width: 755px) {
    .home-video > iframe {
        height: 350px;
    }
    .img-bg {
        display: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        background-color: #000;
        height: 100%;
    }
    .img-bg.mob-bg {
        display: block;
    }
}
@media (max-width: 1058px) {
    .webnew.textwidget h3 {
        font-size: 22px;
    }
}
@media (max-width: 1032px) {
    .webnew.textwidget h3 {
        font-size: 21px;
    }
}
@media (max-width: 995px) {
    .webnew.textwidget h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .webnew.textwidget h3 {
        font-size: 22px;
    }
}
.a_right, .a_left {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.a_right {
    text-align: right;
}
@media (max-width: 485px) {
    .a_left,.a_right {
        text-align: center;
    }
}
.video-w-cont {
    position: relative;
    background-color: #f8971c;
}
.video-widget p {
    background-color: #f8971c;
    color: #fff;
    padding: 0 5px 2px;
}
span#yw_button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.wp-block-file{
    margin-top: 20px;
}
body .wp-block-file a {
    border-radius: 0 !important;
}

.wp-block-file .wp-block-file__button {
    background: #00A388 !important;
    font-size: 15px !important;
    padding: 10px 15px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    color: #fff !important;
}
@media (max-width: 600px) {
    iframe.embed-pdf-viewer,object.embed-pdf-viewer {
        width: 100%;
    }
}


.grey {
    background-color: #58585A;
}
#rscroll > li:last-child {
    margin-right: 0px;
    width: 20%;
}
#rscroll > li {
    margin-right: 1%;
    width: 19%;
}

.uu-38 {
    text-align: center;
}
.uu-38 a {
    font-weight: 600;
}
.uu-38 p, .uu-38 h2 {
    margin-bottom: 20px !important;
}


.home .row.home-second .col-md-4 {
    padding-right: 15px !important;
}
.home .row.home-second .col-md-4:last-child {
    padding-right: 0 !important;
}
.row.home-second .col-md-4:nth-child(2) {
    padding-right: 0 !important;
}
.row.home-second .col-md-4 {
    /*padding-right: 0px !important;*/
}
.col-md-4.option-boxes .mid-col-line {
    border-color: #f8971c;
}
.mid-col-line { padding-bottom: 13px; border-bottom: 3px solid #00a388; }
.mid-col-line:last-child {
    border-bottom: medium none;
}
p.p1.mid-col-line {
    padding-bottom: 25px;
    margin-bottom: 26px;
    border-color: #248ccc !important;
    margin-top: 10px;
}
.col-md-4.option-boxes.news-widget .mid-col-line {
    border-color: #00a388;
    margin-top: 29px;
    margin-bottom: 25px;
    padding-bottom: 17px;
}
.home-map img {
    width: 100%;
    height: 192px;
    max-width: 340px;
    max-height: 192px;
}
.home-second .widget.col-md-4.option-boxes.widget_text iframe {
    height: 89px;
}
@media (max-width: 990px) {
    .home-map span.sep-line {
        margin-top: 0 !important;
    }
}
h3.mid-col-line {
    font-size: 20px;
}
.home-map p {
    font-size: 16px;
}
.option-boxes-title > h3 {
    text-align: center;
}
.textwidget > h3, .home-map h3 {
    font-size: 21px;
}
.page-template-page-temp-our-name .body-content .textwidget h3 > a:hover{
    text-decoration: underline;
}
.page-template-page-temp-our-name h3.mid-col-line {
    font-size: 23px;
    font-weight: 400;
}
.s2 {
    font-size: 19px;
}
.s3 {
    font-size: 21px;
}

div#text-5 .option-boxes-title {
    background-color: #248CCC;
}
div#text-5 .mid-col-line {
    border-bottom: 3px solid #248CCC;
}

@media (max-width: 460px) {
    .wp-block-file {
        margin-top: 20px !important;
        float: left !important;
    }
}

.divisor.breadcrumb_d span {
    margin: 0;
}
.divisor.breadcrumb_d span:last-child {
    display: none;
}

.body-content .col-md-9{
    padding-right: 60px;
}
@media (max-width: 990px) {
    .body-content .col-md-9 {
        padding-right: 15px; 
    }
}



div#wpcf7-f2519-p2522-o2,
div#wpcf7-f3301-p3309-o2{
    width: 100%;
    max-width: 400px;
}
div#wpcf7-f2519-p2522-o2 .wpcf7-response-output,
div#wpcf7-f3301-p3309-o2 .wpcf7-response-output{
    margin: 20px 0 0 0 !important;
}
div#wpcf7-f2519-p2522-o2 input.wpcf7-form-control.wpcf7-submit,
div#wpcf7-f3301-p3309-o2 input.wpcf7-form-control.wpcf7-submit{
    background-color: #00a388;
    border: medium none;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
div#wpcf7-f2519-p2522-o2 input[type="text"],
div#wpcf7-f2519-p2522-o2 input[type="email"],
div#wpcf7-f3301-p3309-o2 input[type="text"],
div#wpcf7-f3301-p3309-o2 input[type="email"]{
    font-size: 20px;
    padding: 8px;
    font-weight: 500;
    width: 100%;
}
p.scodeshare {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    color: #999;
    padding-top: 5px;
    margin-right: 10px;
}
div#wpcf7-f2519-p2522-o2 form,
div#wpcf7-f3301-p3309-o2 form{
    width: 100%;
}

.txtmdlcol{
    text-align: center;
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 303px;

}
@media (max-width: 575px) {
    .imgcol {
        max-width: 100% !important;
        text-align: center;
    }
    .txtcol,.txtmdlcol {
        max-width: 100% !important;
    }
    .txtmdlcol h4,.txtmdlcol h3,.txtmdlcol h2,.txtmdlcol h1,.txtmdlcol p,.txtmdlcol a,.txtmdlcol span {
        text-align: center !important;
    }
    #modalpop2 .modal-dialog {
        margin-top: 20% !important;
    }
}
.wp-block-image img {
    height: auto;
}

span.videolink {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 9px;
}
.videolink i.fa.fa-youtube-play {
    font-size: 68px;
    color: rgba(0,0,0,0.6);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.videolink:hover i.fa.fa-youtube-play{
    color: rgb(0, 173, 239); 
}
span.videolink img {
    width: 100%;
    max-width: 150px;
}
a.watchbtn {
    color: #fff;
    background-color: #9d3995;
    padding: 7px 15px 6px;
    border-radius: 9px;
}
a.watchbtn:hover,a.watchbtn:focus,a.watchbtn:active {
    color: #fff;
    background-color: #9d3995;
    text-decoration: none;
}

a.watchbtn i {
    font-size: 14px;
    position: relative;
    top: -1px;
    right: -2px;
}
.upstart-news.isnewsup a {
    color: #00A388;
}
.upstart-news.isnewsup .camp-social a {
    color: #fff;
}
.single-upstartnews .upstart-news.isnewsup .news-list{
    padding: 0;
}


.home-second .mid-col-line {
    padding-bottom: 0px;
    margin-top: 6px;
}

.home-second .textwidget.mid-col-line p {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 17px;
    line-height: 1.3;
}
.home-second .col-md-4.option-boxes.news-widget .mid-col-line {
    border-color: #00a388;
    margin-top: 25px;
    margin-bottom: 35px;
    padding-bottom: 18px;
    font-size: 23px;
    line-height: 1.3;
    padding-left: 40px;
    padding-right: 40px;
}
p.p1.mid-col-line {
    padding-bottom: 16px !important;
    margin-bottom: 11px;
    border-color: #248ccc !important;
    margin-top: 13px;
}
span.videolink img {
    width: 100%;
    max-width: 100px;
}
span.videolink.videomainlink img {
    max-width: 213px;
}
.col-md-12.pad-left-no.pad-right-no.homecontent {
    font-size: 20px;
}

.s2,body .s1 a, body .s1 a b,.s3 {
    font-size: 17px;
}

ul.tcolul {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
    max-width: 50%;
    float: left;
}
ul.tcolul li {
    margin-bottom: 5px;
}
.page-id-4334 .mbrloginwidgt,
.page-id-4201 .mbrloginwidgt{
    display: none !important;
}

p.p1.mid-col-line {
    padding-bottom: 4px !important;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 15px;
}