/* -----------------------------------------------
    HOMEPAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.large-hero-divider {
    position: relative;
    width: 100%;
    display: inline-block;
}

.home .services-content-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.services-content-section .service-content {
    display: inline-block;
    position: relative;
    vertical-align: center;
    margin: 0;
    background: #6F2A8E;
    border: none;
    width: 100%;
    height: auto;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;    
    color: #fff;
    padding: 75px 24px;
    border: 1px solid #fff;
    cursor: pointer;
}
.services-content-section .service-content .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 105px;
    top: 0;
    transform: none;
}
.services-content-section .service-content img {
    max-height: 105px;
    margin-right: 15px;
}
.services-content-section .service-content .inner .title-section h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    max-width: 205px;
    line-height: 27px;
    text-transform: none;
    margin: 0 0 8px;
}
.services-content-section .service-content.pi .inner .title-section h3,
.services-content-section .service-content.dxd .inner .title-section h3 {
    max-width: 115px;
}
.services-content-section .service-content .inner .title-section p {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    position: relative;
}
.services-content-section .service-content .inner .title-section p:after {
    content:"\f178";
    position: absolute;
    bottom: 3px;
    margin-left: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 300ms ease-in-out;
    transition-delay: 300ms;
    -webkit-transition: all 300ms ease-in-out;
    -webkit-transition-delay: 300ms;
    opacity: 0;
}
.services-content-section .service-content .subtitle {
    position: absolute;
    bottom: 0;
    margin-left: 105px;
}
.services-content-section .service-content .hover-blocks {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 20px;
    width: 0;
    opacity: 0;
    transition: all 500ms ease-in-out;    
    -webkit-transition: all 500ms ease-in-out;
}
.services-content-section .service-content .hover-blocks div {
    width: 33.334%;
    height: 100%;
}


/*services specific colors*/

.services-content-section .service-content.pi {
    background: #DB7427;
    border-left: 0;
}
.services-content-section .service-content.epl {
    background: #006699;
}
.services-content-section .service-content.dxd {
    background: #0A630A;
}
.services-content-section .service-content.apl {
    background: #E8A800;
}
.services-content-section .service-content.tli {
    background: #AA2B11;
    border-right: 0;
}
.services-content-section .service-content.pi .hover-blocks .secondary-color {
    background-color: #7F3F97;    
}
.services-content-section .service-content.pi .hover-blocks .tertiary-color {
    background-color: #AE5951;
}
.services-content-section .service-content.epl .hover-blocks .secondary-color {
    background-color: #7F3F97;    
}
.services-content-section .service-content.epl .hover-blocks .tertiary-color {
    background-color: #5c3dcb;
}
.services-content-section .service-content.dxd .hover-blocks .secondary-color {
    background-color: #7f3f97;    
}
.services-content-section .service-content.dxd .hover-blocks .tertiary-color {
    background-color: #129312;
}
.services-content-section .service-content.apl .hover-blocks .secondary-color {
    background-color: #7f3f97;    
}
.services-content-section .service-content.apl .hover-blocks .tertiary-color {
    background-color: #dda38a;
}
.services-content-section .service-content.tli .hover-blocks .secondary-color {
    background-color: #7F3F97;    
}
.services-content-section .service-content.tli .hover-blocks .tertiary-color {
    background-color: #CE195F;
}

/*services hovers*/
.services-content-section .service-content:hover .inner .title-section p:after {
    opacity: 1;
}
.services-content-section .service-content:hover .hover-blocks {
    opacity: 1;
    width: 100%;
}


/* old services styling */
.services-text {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 80px;
    max-width: 900px;
    margin: 0 auto;
}
.services-item {    
    display: inline-block;
    vertical-align: top;
    margin: 0 2.5%;
    margin-bottom: 60px;
    border: 5px solid #6F2A8E;
    width: 25%;
    height: 140px;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;    
    color: #3c3c3c;
}
.services-home .services-item {
    width: auto;
    height: auto; 
    padding: 40px 40px;
}
.services-item .inner {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
}
.services-item:hover {
    background: #6F2A8E;
    color: #fff;
}
.services-item img {
    max-width: 100%;
    padding: 12px;
}
.services-top-text {
    font-family: 'Montserrat', Sans-Serif;    
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.services-bottom-text {
    font-family: 'Montserrat', sans-serif;    
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.services-item#principalsinstitute .hidden-logo img {
    opacity: 0;
    width: 198px;
    left: 50%;
    margin-left: -99px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);        
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; 
}
.services-item#principalsinstitute:hover .services-bottom-text,
.services-item#principalsinstitute:hover .services-top-text {
    display: none;
}
.services-item#principalsinstitute:hover .hidden-logo img {
    opacity: 1;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;  
}
.services-inner-text {
    padding: 0px 10px;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-size: 20px;

}
.services-learn .purple-bar {
    background-color: #6F2A8E;
    width: 100%;
    height: 7px;
    -webkit-box-shadow:6px 6px 0px rgba(111,42,142,0.54);
    -moz-box-shadow:6px 6px 0px rgba(111,42,142,0.54);
    box-shadow:3px 3px 0px rgba(111,42,142,0.54);
}
.services-learn .button.purple {
    margin-bottom: 90px;
}

section.gallery-section {
	padding-bottom: 100px;
}
.gallery-section {
    background: url(/images/footer-bg.png) repeat;
    text-align: center;
}
.gallery-section h2 {
    text-align: center;
    padding: 85px 0 40px 0;
    font-size: 30px;
    font-weight: 600;
}
.breakout-gallery {
    display: inline-block;
	overflow: hidden;
	position: relative;
	height: 281px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	clear: both;
	zoom: 1;
    text-align: center;
}
.breakout-gallery:hover {
	height: 320px;
}
.breakout-gallery .gallery-viewer {
    position: relative;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.breakout-gallery .gallery-viewer:hover {
	margin-top: 20px;
}
.breakout-gallery .gallery-container {
	margin: 0 auto;
	display: inline-block;
}
.breakout-gallery .gallery-item {
	float: left;
	width: 280px;
	height: 280px;
	margin: 0 25px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    background: #fff;
    position: relative;
}
.breakout-gallery .gallery-item:hover {
    width: 305px;
    height: 305px;
    margin-top: -20px;
    position: relative;
}

.breakout-gallery .gallery-item:first-child:hover {
    margin-left: 100px;
}

.breakout-gallery .gallery-item:last-child:hover {
    margin-right: 100px;
}
.breakout-gallery a.gallery-item-components {
    height: 100%;
    position: relative;
    display: block;
}
.breakout-gallery .gallery-item:hover .gallery-item-components:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(111,42,142,.85);
}
.breakout-gallery .gallery-item img {
	object-fit: contain;
	display: block;
	margin: 0;
	border: 0;
    background: #fff;
	margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90%;
}
.breakout-gallery .gallery-item:hover img {
    height: auto;
}
.breakout-gallery .gallery-item .gallery-item-label {
	opacity: 0;
	width: 100%;
	text-align: center;
	margin: 10px auto;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
    position: absolute;
    z-index: 9;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.breakout-gallery .gallery-item:hover .gallery-item-label {
	opacity: 1;
}
.breakout-gallery .gallery-item .gallery-item-label h4 {
	font-weight: normal;
	font-size: 28px;
	line-height: 44px;
	margin: 0;
    color: #fff;
    padding: 0 15px;
}
.breakout-gallery .gallery-item .gallery-item-label p {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	display: block;
}
.testimonials {
    height: 600px;
}
.testimonials-bg {
    background: url(/images/bg-1.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.slick-slide img {
    max-width: 100%;
}
.slick-prev, 
.slick-next {
    z-index: 999;
}

.slick-prev:before, .slick-next:before {
    color: #989898;
    font-size: 55px;
}

.twitter-section {
    background-color: #f8f8f8;
    padding: 60px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;

}
.twitter-section .twitter-title {
    margin-right: 68px;
}
.twitter-section .twitter-title i {
    color: #4099FF;
    font-size: 27px;
    margin-right: 25px;
}
.twitter-section .twitter-feed {
    width: 700px;
}



/* -----------------------------------------------
    ABOUT
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.top-section {
    margin-bottom: 80px;
}

.partners.top-section,
.staff-contact.top-section {
    margin-bottom: 0;
}
.staff-contact.top-section .purple-divider {
    padding: 0;
}
.top-section h1 {
    text-align: center;
    margin: 80px 0 28px 0; 
    font-weight: 700;
    font-size: 45px;
}
.top-section .purple-divider {
    border-top: 2px solid #6F2A8E;
    width: 266px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.top-section p {
    /*font-size: 18px;*/
    
}
.about-n2.top-section p {
    clear: left;
}
.about-n2.top-section a {
    text-transform: none;
}
.about-n2 .about-image {
    max-width: 400px;
    float: left;
    margin: 7px 35px 35px 0;
}

.about-n2.top-section .core-list {
    font-size: 18px;
}
.about-n2.top-section .core-list div {
    text-align: center;
    margin-bottom: 10px;
}
.partners {
    text-align: center;
    /*padding-bottom:20px;*/
}  
.partners h3 {
    font-size: 36px;
    font-weight: 700;
    padding: 50px 0;
}
.partners .circle-image {
    max-width: 184px;
    max-height: 184px;
    margin: 0 auto;
    position: relative;
}
.partners a.bio-link .circle-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(111,42,142,0.4);
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.partners a.bio-link:hover .circle-image:before {
    opacity: 1;
}
.partners .circle-image img {
    background-color: #6F2A8E;
    border-radius: 100px;
    width: 100%;
    height: auto;
}
.partners a.bio-link .partner-name {
    font-size: 25px;
    padding: 20px 0;
    font-family: 'PT Sans', Sans-Serif;
    text-transform: none;
    font-weight: normal;
}
.partners a.bio-link:hover .partner-name {
    color: #6F2A8E;
}
.partners .row.centered .columns {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 2%;
}

.staff-contact .top-section {
    padding-bottom:0;
}

.contact .partners {
    margin-top: 100px;
}

.contact .partner-name h6 {
    margin-bottom: 0;
    font-size: 15px;
}

.partners .row {
    margin-bottom: 50px;
}
/*.partners .associate-single {
    display: inline-block;
    padding: 0px 6%;
}*/
.learn-button {
    margin: 150px 0;
    text-align: center;
}

/* -----------------------------------------------
    PARTNERS/ASSOCIATES PAGES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.staff-page .partners-list,
.staff-page .associates-list {
    margin-bottom: 180px;
}
.staff-page .bio-top .contact-info-row > div {
    display: block;
    padding-right: 0;
}
.staff-page .bio-top .contact-info-row > div a {
    font-size: 18px;
}
.staff-page .contact-info-row i {
    margin-right: 5px;
    font-size: 18px;
}
.staff-page .bio-bottom {
    margin: 20px 0;
}
.staff-page a.staff-link .circle-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(111,42,142,0.4);
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.staff-page a.staff-link:hover .circle-image:before {
    opacity: 1;
}
.staff-page a:hover .partner-name {
    
}
.staff-page .staff-more .button.purple.small {
    font-size: 12px;
    padding: 0 13px;
}
/* -----------------------------------------------
    BIO PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bio-top {
    text-align: center;
    margin-top: 80px;
}
.bio-top .circle-image {
    max-width: 184px;
    max-height: 184px;
    margin: 0 auto;
    position: relative;
}
.biopage .bio-top .circle-image {
    max-width: 280px;
    max-height: 280px;
}
.bio-top .circle-image img {
    background-color: #6F2A8E;
    border-radius: 100%;
    width: 100%;
    height: auto;
}
.bio-top .partner-name {
    font-family: "Montserrat", Sans-Serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #6F2A8E;
    display: inline-block;
    padding: 0 30px 20px;
    margin: 20px 0 30px 0;
}

.bio-top .contact-info-row > div {
    display: inline-block;
    padding-right: 5%;
    
}
.bio-top .contact-info-row > div a {
    text-transform: none;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
}
.bio-top .contact-info-row > div:last-child {
    padding-right:0;
}
.contact-info-row i {
    color: #6F2A8E;
    margin-right: 15px;
    font-size: 20px;
}
.bio-bottom {
    margin: 60px 0 180px 0;
}
.bio-details-text > div {
    margin: 25px 0;
    line-height: 35px;
    font-size: 18px;
}
.bio-details-text ul {
    margin: 0 0 24px;
    padding-left: 40px;
    list-style: disc;
}
.bio-details-text li {
    margin: 0;
    padding: 0;
    list-style: disc;
}
.bio-bottom .back-associates {
    text-align: center;
    margin: 0 auto;
}
.bio-bottom .back-associates .button {
    padding: 4px 20px;
}

/* -----------------------------------------------
    SERVICES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.n2-services p {
    font-size: 20px;
    text-align: center;
}
.images-divider {
    margin-bottom: 50px;
    margin-top: 50px;
    overflow:hidden;
}
.responsive-slick,
.responsive-slick-clients {
    display: none;
}
.images-divider .image-section {
    width: 100%;
}
.images-divider .image-section img {
    display: block;
    width: 100%;
    max-height: 422px;
}


.images-divider .slick-prev, 
.images-divider .slick-next {
    width: 70px;
    height: 100%;
}
.images-divider .slick-prev, 
.images-divider .slick-next,
.images-divider .slick-prev:focus,
.images-divider .slick-next:focus {
    z-index: 999;
    background-color: rgba(255,255,255,0.2);
}
.images-divider .slick-prev:hover,  
.images-divider .slick-next:hover {
    background-color: rgba(255,255,255,0.6);
}
.images-divider .slick-prev:before, 
.images-divider .slick-next:before {
    color: #fff;
    font-size: 55px;
}
.images-divider .slick-prev:hover::before,  
.images-divider .slick-next:hover::before {
    color: #555;
}

.services .primary-services {
    margin-top: 80px;
}
.primary-services-menu {
    text-align: center;
    padding: 40px 10px 0;
}
.primary-services-menu h4 {
    font-weight: 700;
    font-size: 24px; 
    margin: 0 0 30px; 
}
.services .purple-divider {
    border-top: 2px solid #6F2A8E;
    width: 266px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.primary-services.institutes {
    margin: 0 auto 40px;
    text-align: center;
    max-width: 1200px;    
}
.primary-services.institutes .services-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 50px 20px;    
    position: relative;
    padding: 10px;
}
.primary-services.institutes .services-item:hover {
    background: #e2e3e3;
}
.primary-services.institutes .no-link:hover {
    background: transparent;
}
.primary-services.institutes .services-item .inner {
    top: auto;
    transform: none;
}
.primary-services.institutes .services-item .inner img {    
    top:0;
    left: 0;
    height: 105px;
    max-width: none;
    width: auto;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;    
}
.primary-services.institutes .services-item.eli img {    
    height: 125px;
}
.primary-services .services-item {
    width: 18%;
    margin: 0 .75%;
    height: 110px;
    vertical-align: top;
}
.primary-services .services-row {
    margin-bottom: 25px;
}
.primary-services .services-row:last-child {
    margin: 0;
}
.primary-services .services-top-text {
    font-size: 14px;
}
.primary-services .services-bottom-text {
    font-size: 14px;
}
.primary-services .services-item#principalsinstitute .hidden-logo img {
    width: 150px;   
    margin-left: -75px;
}

.primary-services-menu li a {
    font-size: 17px;
    color: #3c3c3c;
}
.primary-services-menu a:hover {
    
}
.more-services {
    margin-top: 40px;
    text-align: left;
}
/*.more-services h6 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: none;
}*/
.more-services ul {
    margin: 0;
    padding: 0;
}
.more-services li {
    list-style: none;
    display: inline-block;
    width: 21%;
    font-size: 17px;
}
.more-services li:nth-child(4n) {
    width: 33%;
}
.primary-services .menu-content {
    margin-left: 30px;
}
.primary-services h5 {
    font-weight: bold;
    text-transform: none;
}

.primary-services h3 {
    color: #6F2A8E;
}

.primary-services .section-content {
    padding: 5px 0 0 20px;
}
.primary-services .service-container {
    margin: 0 0 60px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ccc;
}
.primary-services .service-container.last {
    border: 0;
    padding: 0;
}
.primary-services .top-link {
    font-size:15px;
    display: inline-block;
    margin-top:20px;
    font-weight: 400;
}
.primary-services p {
    font-size: 18px;
}

.service-links {
    margin: 100px 0;
    padding: 0px 60px;
}
.service-links .six.columns {
    margin: 0 auto;
    text-align: center;
}
.institutes .services-item {
    border: none;
}
.institutes .services-item:hover {
    background-color: transparent;
}




/* -----------------------------------------------
    INITIATIVES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.eli-purple {
    color: #7f3f97;
}
.eli-blue-purple {
    color: #553fc6;
}
.eli-teal {
    color: #006699;
}
.eli-teal-button {
    background: #006699;
    color: #fff;
}
.eli-teal-button:hover {
    background: #309ad5;
    color: #fff;
}
a.button.eli-gray-button {
    background: #eee;
    color: #0f6696;
    border-radius: 15px;
    padding: 35px 0;
    display: block;
}
a.button.eli-gray-button:hover {
    background: #d2d2d2;
    color: #0f6696;
}
.l4l-red {
    color: #961d1f;
}
.l4l-red-button {
    background: #961d1f;
    color: #fff;
}
.l4l-red-button:hover {
    background: #c13a3d;
    color: #fff;
}
.l4l-pink {
    color: #99116a;
}
.l4l-purple {
    color: #7f3f97;
}
a.button.l4l-gray-button {
    background: #eee;
    color: #961d1f;
    border-radius: 15px;
    padding: 35px 0;
    display: block;
}
a.button.l4l-gray-button:hover {
    background: #d2d2d2;
    color: #961d1f;
}
.initiative-section {
    padding-bottom: 10px;
    margin-bottom: 90px;
    border-bottom: 1px solid #ccc;
}
.initiative-section.no-border {
    padding: 0;
    border: 0;
}
.initiative-section .back-to-top {
    margin: 60px 0 15px;
    text-align: center;
}




/*OLD INITIATIVE PAGES*/
.initiative .main-title {
    text-align: center;
    margin: 0 0 45px;
}
.initiative-sub-logo {
    text-align: center;
    margin: 0 0 25px;
}
.initiative-sub-logo ul {
    margin: 0;
    padding: 0;
}
.initiative-sub-logo li {
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-family: 'Allura';
    text-transform: none;
    font-weight: bold;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
}
.initiative-sub-logo .cookie {
    font-family: 'Cookie';
    font-size: 110%;
}
.initiative-sub-logo li:after {
    content: '';
    width: 3px;
    background: #000;
    height: 10px;
    position: absolute;
    right: -8px;
    top: 21px;
    width: 10px;
    border-radius: 100%;
}
.initiative-sub-logo li:last-child {
    margin: 0;
    padding: 0;
}
.initiative-sub-logo li:last-child:after {
    content: none;
}

.initiative .intro-link {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.initiative .intro-text {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 3%;
    margin-left: 3%;
    border-left: 5px solid #0f6696;
}
.initiative.l4l .intro-text {
    border-left: 5px solid #961d1f;
}
.initiative .intro p {
    text-align: left;
    margin: 0;
}
.initiative .intro .title {
}

.initiative .top-section img {
    max-width: 350px;
}
.initiative .menu-links-container {
    margin: 0 0 60px;
}
.initiative .menu-links-container,
.initiative .menu-links {
    height: 62px;
}
.initiative .menu-links {
    text-align: center;    
    background: url(/images/footer-bg.png) #fff;
}
.initiative .menu-links .mobile-nav-toggle-secondary {
    display: none;
    position: relative;
}
.initiative .menu-links .mobile-nav-toggle-secondary i.close {
    opacity: 0;
}
.initiative .menu-links .mobile-nav-toggle-secondary i {
    position: absolute;
    left: 0;
    top: 12px;
}
.initiative .menu-links.sticky {    
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%
}
.initiative .menu-links ul {
    padding: 0;
    margin: 0;
}
.initiative .menu-links li {
    display: inline-block;
    margin: 0;
    border-right: 1px solid #d2d2d2;
}
.initiative .menu-links li:last-child {
    margin-right: 0;
    border: 0;
}
.initiative .menu-links li a {
    display: block;
    padding: 20px 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.eli .menu-links li a {
    color: #0f6696;
}
.eli .menu-links li a:hover {
    color: #553fc6;
    background-color: rgba(0,0,0,.07);
}
.l4l .menu-links li a {
    color: #961d1f;
}
.l4l .menu-links li a:hover {
    color: #99116a;
    background-color: rgba(0,0,0,.07);
}
.dxd .menu-links li a {
    color: #0a630a;
}
.dxd .menu-links li a:hover {
    color: #0a630a;
    background-color: rgba(0,0,0,.07);
}

.apl .menu-links li a {
    color: #333;
}
.apl .menu-links li a:hover {
    background-color: rgba(0,0,0,.07);
}
.initiative .learn-button {
    margin: 100px 0;
}
.initiative .testimonials {
    height: auto;
}
.initiative .testimonial-text {
    float: none;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px;
}
.initiative.eli .main-quote {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0f6696;
    padding: 10px;
    width: 480px;
    margin: 0 auto 40px;
    text-align: center;
}

.initiative.eli .initiative-logo,
.initiative.eli .tasa-logo {
    max-width: 280px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
}

.initiative .l4l .main-quote {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.initiative .testimonials .left-quote:before {
    left: -20px;
}
.initiative .testimonials .right-quote:before {
    right: -20px;
}

.initiative .l4l .main-quote {
    color: #961d1f;
}

#fact-sheet .title {
    font-size: 20px;
    margin: 60px 0 20px;
}
#fact-sheet,
#fact-sheet p {
   font-size: 15px;
}
#fact-sheet .session-details {
    padding-left: 30px;
}
#fact-sheet .session-detail {
    border-left: 5px solid #0f6696;
    padding: 0 0 0 20px;
    margin: 0 0 25px;
}
.l4l #fact-sheet .session-detail {
    border-left: 5px solid #961d1f;
}
#fact-sheet .session-detail h5 {
    font-size: 14px;
    text-transform: none;
    margin: 0 0 10px;
}
.eli #fact-sheet .six.columns {
}

.cohort-details .regional {
    margin-bottom: 50px;
}
.cohort-details ul {
    padding: 10px 0 0 40px;
}
.cohort-details ul li {
    margin: 0;
}
.cohort-details .six.columns {
    padding: 0 2% 0 0;
    position: relative;
}
.cohort-details .six.columns:last-child {
    padding: 0 0 0 2%;
}
.cohort-details .six.columns:last-child:after {
    position: absolute;
    left: -4%;
    top: 0;
    height: 101%;
    width: 1px;
    background: #ccc;
    content: '';
}
.cohort-details .more-information {
    background-color: #e6e6e6;
    padding: 20px 20px;
    border-top: 5px solid #0f6696;
}
.l4l .cohort-details .more-information {
    border-color: #961d1f;
}
.initiative .partners .single-partner {
    width: 50%;
    display: block;
    float: none;
    margin: 0 auto;
}
.l4l.initiative .columns {
    margin-bottom: 30px;
}
.initiative .partners .bio-link {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-right: 4%;
}
.initiative .partners .bio-link .circle-image .img {
    max-width: 100%;
}
.initiative .partners .staff-contact-info {
    display: inline-block;
    vertical-align: top;
    width: 69%;
    text-align: left;
}
.initiative .partners .staff-contact-info .partner-name {
    font-size: 25px;
    padding: 0;
    font-family: 'PT Sans', Sans-Serif;
    text-transform: none;
    font-weight: normal;
}
.initiative .partners a.bio-link .circle-image:before {
    content: none;
}
.initiative .partners .staff-contact-info .partner-name h6 {
    margin-bottom: 10px;
}

.initiative .bio-top {
    margin-top: 20px;
}
.eli .bio-top .partner-name {
    /*color: #0f6696;*/
}
.initiative #facilitators .contact-info {
    text-align: center;
    word-break: break-all;
}
.initiative .registration-button {
    margin: 80px 0;
}
.initiative .focus {
    margin-top: -20px;
}
.initiative .focus li {
    margin: 0 0 0;
}

#facilitators .row.partners {
    padding-left: 120px;
}

.login .register-initiative-list {
    margin: 0 0 100px;
    text-align: center;
}

.register-initiative-list a {
    display: inline-block;
    text-align:center;
    width: 28%;
    margin-right: 5%;
    margin-bottom:100px;
}
.register-initiative-list a:nth-child(3n) {
    margin-right: 0;
}
.register-initiative-list a:last-child {
    margin: 0;
}
.register-initiative-list a img {
    max-width: 320px;
}



.dxd .initiative-sub-logo {
    color: #0a630a;
    font-size: 42px;
    line-height: 1;
}
.initiative.dxd .testimonial-text {
    padding-top: 0;    
}
.initiative.dxd .main-quote {
    padding: 0;
    color: #0a630a;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.initiative.dxd .intro-text {
    border-color: #0a630a;
}
a.button.dxd-green-button {
    background: #0a630a;
    color: #fff;
}
a.button.dxd-green-button:hover {
    background: #239f23;
}
a.button.dxd-gray-button {
    background: #eee;
    color: #0a630a;
    border-radius: 15px;
    padding: 35px 0;
    display: block;
}
a.button.dxd-gray-button:hover {
    background: #d2d2d2;
    color: #0a630a;
}
.dxd #fact-sheet .title {
    color: #0a630a;
}
.dxd #fact-sheet .session-detail {
    border-color: #0a630a;
}

.dxd #cohorts .columns {
    text-align: center;
    padding: 15px 30px;
}
.dxd #cohorts .columns h4 {
    color: #0a630a;
}
.dxd #cohorts .columns ul {
    display: inline-block;
}
.dxd #cohorts .columns li {
    text-align: left;
}


.apl .initiative-sub-logo {
    color: #e8a800;
    font-size: 30px;
    line-height: 1;
}
.initiative.apl .initiative-logo,
.initiative.apl .tasa-logo {
    max-width: 330px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
.initiative.apl .initiative-logo {
    width: 330px;
}
.initiative.apl .tasa-logo {
    height: 100px;
}
.initiative.apl .main-quote {
    padding: 10px;
    color: #e8a800;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 480px;
    margin: 0 auto 40px;
    text-align: center;
}
.initiative.apl .intro-text {
    border-color: #e8a800;
}
a.button.apl-yellow-button {
    background: #e8a800;
    color: #fff;
}
a.button.apl-yellow-button:hover {
    background: #333;
}
a.button.apl-gray-button {
    background: #eee;
    color: #333;
    border-radius: 15px;
    padding: 35px 0;
    display: block;
}
a.button.apl-gray-button:hover {
    background: #d2d2d2;
    color: #333;
}
.apl #fact-sheet .title {
    color: #e8a800;
}

.apl .cohort-details .no-dates {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.apl .cohort-details .no-dates li {
    list-style-type: none;
}

.pi #fact-sheet .title {
    color: #dd730a;
}
.initiative.pi .main-quote {
    padding: 0;
    color: #dd730a;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.initiative.pi .intro-text {
    border-color: #dd730a;
}
.initiative.pi .intro-text {
    border-color: #dd730a;
}
a.button.pi-orange-button {
    background: #dd730a;
    color: #fff;
}
a.button.pi-orange-button:hover {
    background: #333;
}

#sponsors {
    text-align: center;
}
#sponsors h4 {
    text-transform: none;
}



/* -----------------------------------------------
    CLIENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.n2-clients p {
    width: 80%;
    padding: 120px 0 180px 0;
}
.n2-clients {
    position: relative;
}
.n2-clients.top-section img {
    position: absolute;
    top: 230px;
    right: 260px;
    z-index: -1;
    display: block;
}*/

.n2-clients.top-section {
    text-align: center;
    font-size: 20px;
}
.image-text-section {
    /*width: 50%;
    float:left;*/
    position: relative;
    text-align: center;
    max-height: 595px;
}
.image-text-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(111,42,142,0.4);
    opacity: 0;
}
.images-divider a:hover .image-text-section:before {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.image-text-section img {
    width: 100%;
    height: auto;
    display: block;
}
.black-textbox {
    position: absolute;
    background-color: #3F4045;
    color: #fff;
    top: 50%;
    left: 50%;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    padding: 0 20px;
    line-height: 60px;
    text-transform: uppercase;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.white-textbox {
    position: absolute;
    background-color: #fff;
    color: #3F4045;
    width: auto;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    padding: 10px 16px;
    text-transform: uppercase;
    opacity: 0;
    width: 248px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}
.images-divider a:hover .white-textbox {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.client-list {
    position: relative;
}
.client-list .service-links {
    position: relative;
}
.client-list .service-links > img {
    position: absolute;
    /*top: -115px;*/
    top:-220px;
    z-index: -5;
    display: block;
    opacity: .9;
    left: 50%;
    margin-left: -280px;
}
.client-list h4 {
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
}

.client-list .row {
    margin: 0 0 24px;
}
#by-service .available-service {
    text-align: center;
    overflow: hidden;
}
#by-service h4 {
    text-transform: none;
    margin: 30px 0 15px;
    font-size: 23px;
    text-align: left;
}
#by-service .available-service:first-child h4 {
    margin-top: 0;
}
#by-service ul {
    text-align: left;
}
#by-service ul.search-services {
    column-count: 2;
}
#by-service li {
    list-style: none;
}
/*#by-service .client-icon {
    width: 100px;
    height: 100px;
    background: #fff;
    position: relative;
    border: 1px solid #949396;
    padding: 10px;
    display: inline-block;
    margin: 5px 15px;
}
#by-service .client-icon img {
    object-fit: contain;
    display: block;
    border: 0;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    max-width: 100%;
    max-height: 100%;
}*/
#by-client .icon-box {
    height: 100%;
    margin: 0 auto;
    position: relative;
}
#by-client .client-icon {
    /*display: none;*/
    /*width: 100px;
    height: 100px;
    background: #fff;
    position: relative;*/
    border: 1px solid #ccc;
    /*padding: 10px;*/
    float: left;
    position: relative;
    width: 21%;
    padding-bottom: 24%;
    margin: 1%;
    overflow: hidden;
    background: #fff;
}
#by-client .client-icon img {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    padding: 2%;
}
.client-info {
    float: left;
    width: 71%;
    margin-left: 5%;
}
.client-info h4 {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    margin: 3px 0 10px 0;
}
.client-info li {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.client-info ul {
    margin-bottom:10px;
}
.client-info ul > li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: -12px;
    font-size: 18px;
}
.client-info li a {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    text-transform: none;
    font-weight: normal;
}
.client-info li a:hover {
    color: #6F2A8E;
}
.clients .service-links {
    margin: 80px 0 200px 0;
}
.client-list .ui-widget.ui-widget-content,
.client-list .ui-widget-content {
    border: none;
    background: none;
}
.client-list .ui-widget-header {
    border: none;
    border-bottom: 3px solid #6F2A8E;
    background: none;
}
.client-list .ui-tabs .ui-tabs-nav {
    padding: 0;
}
.client-list .ui-corner-all, 
.client-list .ui-corner-top, 
.client-list .ui-corner-right, 
.client-list .ui-corner-tr {
    border-radius: 0;
}
.client-list .ui-state-default.ui-state-active, 
.client-list .ui-widget-content .ui-state-default.ui-state-active, 
.client-list .ui-widget-header .ui-state-default.ui-state-active, 
.client-list a.ui-button:active, 
.client-list .ui-button:active, 
.client-list .ui-button.ui-state-active:hover {
    border: none;
    background-color: #6F2A8E;
}
.client-list .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 15px 60px;
}
.client-list .ui-state-active a, 
.client-list .ui-state-active a:link, 
.client-list .ui-state-active a:visited {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.client-list .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
    background-color: rgba(110, 42, 141, 0.48); rgba(111, 42, 142, 0.61)
}
.client-list .ui-state-default, 
.client-list .ui-widget-content .ui-state-default, 
.client-list .ui-widget-header .ui-state-default {
    border: none;
    background-color: rgba(111,42,142,0.39);
}
.client-list .ui-state-default a, 
.client-list .ui-state-default a:link, 
.client-list .ui-state-default a:visited, 
.client-list a.ui-button, 
.client-list a:link.ui-button, 
.client-list a:visited.ui-button, 
.client-list .ui-button {
    color: #fff;
    padding: 15px 60px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}
.client-list .ui-tabs .ui-tabs-panel {
    padding: 15px 0 100px;
}
.ui-widget-content a {
    color: #6F2A8E;
}

#by-service .row {
    margin-bottom: 40px;
}

/* -----------------------------------------------
    CONTACT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-details .row {
    width: 80%;
    margin: 0 auto;
}
.contact-details i {
    text-align: center;
    display: block;
    color: #6F2A8E;
    font-size: 30px;
    margin-bottom: 15px;
}
.contact-details h5 {
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}

.contact-details h6 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-bottom: 7px;
}

.contact-details p,
.contact-details a {
    font-size: 20px;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-transform: none;
}

.staff-contact-info {
   font-size: 15px;
   font-family: 'PT Sans', sans-serif;
}
.staff-contact-info i {
    margin-right: 5px;
}
.map-form {
    margin-bottom: 150px;
}
.map-form h5 {
    text-transform: none;
    font-size: 21px;
    margin-bottom: 10px;
}
.map-section iframe {
    width: 100%;
}
.form-row {
    position: relative;
}

.form-section ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #3F4045;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
}
.form-section :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #3F4045;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
}
.form-section ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #3F4045;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
}
.form-section :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #3F4045;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
}


/* -----------------------------------------------
    CASE STUDY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.services-provided {
    height: 500px;
    overflow: hidden;
}
.services-provided .left-section,
.services-provided .right-section {
    position: relative;
    width: 50%;
    height: 100%;
}
.services-provided .right-section {
    float: right;
    background: url(/images/services-provided-right.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
}
.services-provided .left-section {
    float: left;
    background: url(/images/services-provided-left.jpg) no-repeat;
    background-position: right center;
    background-size: cover;
    border-right: 4px solid #fff;
    z-index: 2;
}
.services-provided .left-section:after,
.services-provided .left-section:before {
    content: "";
    position: absolute;
    right: -59px;
    top: 50%;
    margin-top: -100px;
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-left: 60px solid #202626;
    border-bottom: 100px solid transparent;
}
.services-provided .left-section:before {
    right: -64px;
    top: 50%;
    margin-top: -104px;
    width: 0;
    height: 0;
    border-top: 104px solid transparent;
    border-left: 62px solid #fff;
    border-bottom: 104px solid transparent;   
}
.services-provided .left-text,
.services-provided .right-text {
    color: #fff;
    font-size: 25px;
    max-width: 600px;
}
.services-provided .left-text {
    display: inline-block;
    float: right;
    padding: 0 15% 0 0;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.services-provided .right-text {
    float: left;
    padding: 0 0 0 15%;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.services-provided .left-text h6,
.services-provided .right-text h6 {
    font-size: 25px;
    margin-bottom: 20px;
}
.services-provided .left-text ul,
.services-provided .right-text ul {
    padding-left: 15px;
}
.services-provided .left-text li,
.services-provided .right-text li {
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.services-provided .left-text li:before,
.services-provided .right-text li:before {
    content: '-';
    left: -12px;
    top: 0;
    position: absolute;
}

.quote-area {
    margin: 100px 0;
}
.quote-area .quote-text {
    padding: 20px 40px;
    position: relative;
}
.quote-area .left-quote:before {
    font-family: Georgia;
    content: '\201C';
    position: absolute;
    top: -60px;
    left: 0;
    width: 64px;
    height: 109px;
    font-size: 150px;
    color: #a675bf;
    text-shadow: 4px 4px 0px rgba(111,42,142,.31);
}
.quote-text .main-quote {
    text-align: center;
    padding: 30px 30px;
    font-size: 20px;
}
.quote-text .quote-by {
    text-align: right;
    padding-right: 50px;
    font-size: 20px;
}
.quote-area .right-quote:before {
    font-family: Georgia;
    content: '\201D';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 109px;
    font-size: 150px;
    color: #a675bf;
    text-shadow: 4px 4px 0px rgba(111,42,142,.31);
}

/*.more-clients .row {
    padding: 0 7%;
}
.more-clients .client-item {*/
    /*width: 250px;
    height: 250px;
    position: relative;
    display: block;
    border: 1px solid #949396;
    float: left;
    width: 18%;
    padding-bottom: 18%;
    margin-left: 2%;*/
    /*float: left;
    position: relative;
    width: 18%;
    padding-bottom: 18%;
    margin: 1%;
    overflow: hidden;
    border: 1px solid #949396;
}
.more-clients .client-item:first-child {*/
    /*margin-left: 0;*/
/*}
.more-clients .client-box {*/
    /*height: 100%;
    position: relative;
    display: block;*/
    /*height: 100%;
    margin: 0 auto;
}
.client-box img {*/
    /*max-width: 100%;
    display: block;
    position:relative;
    margin: 0 auto;*/
    /*top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    height: auto;
    max-width: 85%;
    padding: 5%;
    
}
.more-clients h4 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}*/
.casestudy .gallery-section {
    background: none;
    padding-bottom: 0;
}

/* -----------------------------------------------
    LOGIN PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.login {
    margin-top: 0;
    text-align: center;
}
.login  .login-form {
    max-width: 500px;
    margin: 0 auto 140px;
    width: 90%;
}
.login .redirect {
  margin-bottom: 30px;
}

.login .top-section {
  margin-top: 80px;
}
.login .top-section h1 {
  margin-top: 20px;
}
.login .form-row.submit {
    text-align: left;
    margin-top: 40px;
}
.login .sub-title {
    margin-bottom: 5px; ;
}
.login .new-account {
    margin-left: 0;
}
.login .extra-links {
    text-align: left;
}
.login .button {
  padding: 17px 50px;
}
.login .button-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.login.change-password .login-form {
    text-align: left;
    margin: 0 0 140px;
}

/* -----------------------------------------------
    FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.primary-footer {
    height: 410px;
}
.footer-main {
    height: auto;
    background: url(/images/footer-bg.png) repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo {
    background: url("/images/footer-logo.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 72px;
    margin-right: 75px;
}
.footer-nav {
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.footer-nav li {
    list-style: none;
    padding: 5px 0;
}
.footer-nav li a:hover {
    color: #6F2A8E;
}

.footer-right, .footer-left {
    width: 50%;
}
.footer-left .inner-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 415px;
    margin: 0 150px 0 auto;

}
.footer-right {
    position: relative;
}
.footer-right .testimonial {
    height: 377px;
    position: relative;
}
.footer-right .testimonial:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background: rgba(111, 42, 142, .8);
}
.footer-right img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.footer-right .testimonial-text {
    position: absolute;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    float: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 90px;
}
.footer-right .testimonial-text .main-quote {
    position: relative;
    text-align: center;
    line-height: 36px;
    margin-bottom: 20px;
}
.footer-right .testimonial-text .main-quote:before {
    content: url('../images/assets/purple-start-quote.svg');
    position: absolute;
    top: -50px;
    left: -15px;
}
.footer-right .testimonial-text .quote-and-line {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin-top: 25px;
}
.footer-right .testimonial-text .quote-and-line .line {
    display: inline-block;
    position: relative;
    left: -90px;
    top: 11px;
    width: 300px;
    background-color: #fff;
    height: 2px;
}
.footer-right .testimonial-text .quote-by {
    display: inline-block;
    text-align: left;
    margin-left: -50px;
}
.footer-right .testimonial-text .quote-by span {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat', sans-serif;
}


.footer-bottom {
    overflow: hidden;
    background-color: #6F2A8E; 
}
.footer-bottom .wrapper {
    width: 60%;
}
.footer-bottom .footer-info {
    padding: 17px 0;
    float: left;
    width: 33%;
    text-align: center;
}
.footer-bottom .footer-info.address {
    width: 45%;
}
.footer-bottom .footer-info.phone {
    width: 20%;
}
.footer-info a {
    font-size: 16px;
    color: #fff;
    font-family: "PT Sans", sans-serif;
}
.footer-info i {
    padding-right: 10px;
    color: #fff;
    font-size: 15px;
}*/
/* -----------------------------------------------
    TABLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table.full {
    width: 100%;
}


/* -----------------------------------------------
    FORMS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.form-row {
    margin: 0 0 20px;
}
.form-row.sm {
    max-width: 300px;
}
.form-row.med {
    max-width: 700px;
}
.form-row.lg {
    max-width: 100%;
}

.form-section.sm {
    max-width: 300px;
}
.form-section.med {
    max-width: 700px;
}
.form-section.lg {
    max-width: 100%;    
}
.form-row.centered,
.form-section.centered {
    margin-left: auto;
    margin-right: auto;
}

.simple-form {
    max-width:600px;
    margin: 0 auto;
}

.password {
    max-width:600px;
    font-size: 30px;
    margin: 60px auto 0;
}

.password h1{
    max-width:600px;
    font-size: 30px;
}

.form-row.submit .button.button.medium{
    font-size: 18px;
    padding: 12px 40px;
}
 .row.menu{
    margin-top: 10px;
 }

.form-row .inner-form-row {
    margin: 0 0 10px;
}
.form-row .inner-form-row:last-child {
    margin: 0;
}
.form-row .hidden {
    display: none;
}
.form-row.submit {
    margin: 50px 0 10px;
}
.error-msg {
    color: #ec1c24;
    margin-bottom: 25px;
}
.extra-links {
    margin: 30px 0 0;
    font-style: italic;
}


/* Generic Forms
--------------------------- */

.input-container input::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    color: #aaa;
}
.input-container input:-moz-placeholder { /* Firefox 18- */
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    color: #aaa;
}
.input-container input::-moz-placeholder {  /* Firefox 19+ */
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    color: #aaa;
}
.input-container input:-ms-input-placeholder {  
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    color: #aaa;
}
.input-container textarea {
    width: 99%;
    padding: 15px;
}
.input-container.w-icon input {
    padding-left: 30px;
}
.input-container.w-icon .input-icon {
    position: absolute;
    top: 5px;
    left: 9px;
    color: #aaa;
}
.input-container.select {
    background: #E1E1DC;
    position: relative;
}
.input-container.select.focused {
    border-color: #E1E1DC;
}
.input-container.select:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 26px;
    color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20.5px;
    pointer-events: none;
}
.input-container.select select {
    width: 100%;
    border: 0;
    background: transparent;
    margin: 0;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";    
    padding: 17px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}
.input-container.select.small select {
    padding: 7px 0 6px 11px;
}
.input-container.checkbox {
    border: none;
    background-color: transparent;
}
.registration .checkbox label {
    font-weight: 400;
}

.checkbox input {
  position: absolute;
  visibility: hidden;
  cursor: pointer;
  height: 0;
  width: 0;  
}
.checkbox input:checked + label:before,
.checkbox input:checked + label:hover:before {
    background-color: #fff;
    border: 2px solid #bbb;
}
.checkbox input:checked + label:after,
.checkbox input:checked + label:hover:after {
    opacity: 1;
}
.checkbox label {
  display: block;
  position: relative;                
  cursor: pointer;
  font-size: 14px;
  padding-left: 40px;
  user-select: none;
  font-weight: 400;
  font-style: italic;

}
.checkbox label:first-child {
  margin-top: 25px;
}                

.checkbox label:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 250ms ease;
  border: 2px solid #bbbbbb;
}
.checkbox label:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid #3F4045;
  border-width: 0 4px 4px 0;
  transform: rotate(40deg);
  transition: all 250ms ease;
}
.checkbox label:hover:before {
  background-color: #ddd;
}   
.checkbox label:hover:after {
  opacity: .3;
  border-color: #888;
}

.input-container.checkboxlist,
.input-container.radiobuttonlist {
    border: 0;
    background: none;
}
.input-container.checkboxlist table,
.input-container.radiobuttonlist table {
    margin: 0;
}
.input-container.checkboxlist tr,
.input-container.radiobuttonlist tr {

} 
.input-container.checkboxlist td,
.input-container.radiobuttonlist td {
    border: 0;
    padding: 0;
}
.input-container.checkboxlist input,
.input-container.radiobuttonlist input {
    border: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 7px 0 0;
}
.input-container.checkboxlist label,
.input-container.radiobuttonlist label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    min-width: 130px;
    margin: 0;
}
.input-container.checkboxlist.inline tr,
.input-container.radiobuttonlist.inline tr {
    display: inline;
}
.input-container.checkboxlist.inline td,
.input-container.radiobuttonlist.inline td {
    display: inline;
    border: 0;
    padding: 0 30px 0 0;
}
.input-container.checkboxlist.inline tr:last-child td,
.input-container.radiobuttonlist.inline tr:last-child td {
    padding: 0;
}
.input-container.checkboxlist.inline label,
.input-container.radiobuttonlist.inline label {
    display: inline;
}

/*-- button radiobuttons --*/
.input-container.radiobuttons input {
    visibility: hidden;
    position: absolute;
}
.input-container.radiobuttons label {    
    display: block;
    background: #ddd;
    min-width: 0;
    padding: 16px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    display: inline-block;
    margin: 0 10px 10px;    
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.input-container.radiobuttons label:hover {
    background: #c2c2c2;
}
.input-container.radiobuttons input[type=radio]:checked + label {
    background: #6F2A8E;
    color: #fff;
}



.checkbox.faux > label,
.checkbox.faux .input-container {
    display: inline-block;
    vertical-align: top;
}
.checkbox.faux input[type=checkbox] {
    visibility: hidden;
}
.checkbox.faux .input-container {
    position: relative;
    top: -1px;
    border: 0;
    background: none;
    position: relative;
    margin-left: 15px;
}
.checkbox.faux .faux-checkbox {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor:pointer;
    top: 0;
    left: 0;
    background: #E1E1DC;    
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.checkbox.faux .faux-checkbox:hover {
    background: #ccc;
}
.checkbox.faux .faux-checkbox:after {
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 3px solid #222;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;                    
}
.checkbox.faux .faux-checkbox:hover::after {
    opacity: .2;
}
.checkbox.faux input[type=checkbox]:checked + .faux-checkbox:after {
    opacity: 1;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;             
}



/* ---- Fancy Placeholder Input Containers ---- */
.input-container.placeholderstyle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    width: 100%;
    border: 0;
}
.input-container.placeholderstyle input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    float: right;
    padding: 12px 15px;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    background: transparent;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}
.input-container.placeholderstyle input:focus {
    outline: none;
}
.input-container.placeholderstyle .form-label {
    display: inline-block;
    float: right;
    width: 100%;
    height: 43px;
    color: #777;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: text;
    border: 2px solid #E1E1DC;
    font-weight: normal;
    text-transform: uppercase;    
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.input-container.placeholderstyle .form-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transform: scale3d(0.97, 0.85, 1);
    transform: scale3d(0.97, 0.85, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}
.input-container.placeholderstyle span {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 15px 0;
    text-align: left;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.input-container.placeholderstyle.filled .form-label:before,
.input-container.placeholderstyle.filled .form-label span {
    -webkit-transition: none;
    transition: none;
}
.input-container.placeholderstyle.focused .form-label,
.input-container.placeholderstyle.filled .form-label {
    cursor: default;
    pointer-events: none;
}
.input-container.placeholderstyle.focused .form-label {
    border-color: #777;
}
.input-container.placeholderstyle.focused .form-label span,
.input-container.placeholderstyle.filled .form-label span {
    -webkit-transform: translate3d(-11px, -19px, 0);
    transform: translate3d(-15px, -30px, 0);
    opacity: .7;
    font-size: 12px;
    font-weight: bold;
    color: #5C0025;
}

/* Join Forms Validation
--------------------------- */
.input-container.placeholderstyle .error {
    position: absolute;    
    color: #ec1c24;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.form-row label.error {
    font-size: 13px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 15px;
}
.input-container.placeholderstyle.validate-error .form-label span {
    display: none;
}
.input-container.placeholderstyle.validate-error label.error {
    display: block;
}
.input-container.placeholderstyle.validate-error.focused .form-label span {
    display: none;
}
.input-container.placeholderstyle.validate-error.focused label.error,
.input-container.placeholderstyle.validate-error.filled label.error {
    -webkit-transform: translate3d(-8px, -22px, 0);
    transform: translate3d(-8px, -22px, 0);
    opacity: .7;
    font-size: 14px;
}


/* Select2 Styling
--------------------------- */

.select2-container {
    width: 100%;
    height: auto;
}
.select2-container .select2-choice {
    border: 0;
    border-radius: 0;
    background: 0;
    color: #656565;
    padding: 17px 0 17px 19px;
    height: auto;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
}
.select-two.small .select2-container .select2-choice {
    padding: 7px 0 6px 15px;
}
.select2-container .select2-choice .select2-arrow {
    border: 0;
    border-radius: 0;
    background: none;
}
.select2-container .select2-choice abbr {
    background: none;
}
.select2-container .select2-choice .select2-arrow b {
    background: none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.select2-results li {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    margin: 0 0 3px;    
}
.select2-drop {
    z-index: 99999;
}
.select2-drop-active {
    -moz-transform: scale(1.007) translateY(3px);
    -webkit-transform: scale(1.007) translateY(3px);
    -o-transform: scale(1.007) translateY(3px);
    -ms-transform: scale(1.007) translateY(3px);
    transform: scale(1.007) translateY(3px);
    border: 2px solid #E1E1DC;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-search input,
.select2-search input:focus {
    border: 1px solid #c5c5c5;
    color: #656565;
}


/* -----------------------------------------------
    ADDED CONTENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.img-col img {
    max-width: 100%;
    height: auto;
}



/* -----------------------------------------------
    INITIATIVE REGISTRATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.registration .top-section {
    margin: 60px 0 0;
}
.registration .top-section h1 {
    font-size: 30px;
}
.registration label {
    font-weight: bold;
}
.registration .input-container {
    border-color: #bbb;
}
.registration .input-container.focused {
    border-color: #555;
}
.registration .form-section {
    background: #f2f2f2;
    padding: 40px;
    margin: 0 auto 100px;
}
.registration .form-section .form-header {
    color: #6F2A8E;
}
.choose-cohort {
    margin: 0 0 40px;
}
.choose-cohort label {
    text-align: center;
}
.choose-cohort h3 label {
    font-size: 24px;    
    margin: 0 0 30px;
}
.choose-cohort table,
.choose-cohort tbody {
    display: block;
}
.choose-cohort tr,
.choose-cohort td {
    display: inline-block;
}
.choose-cohort td {
    margin: 0 10px 20px;
    padding: 0;
}
.choose-cohort .input-container.radiobuttons {
    text-align: center;
}
.choose-cohort .input-container.radiobuttons label {
    margin: 0;
}

.district-name {
    margin: 0 0 80px;
}

.person-title .input-container label {
    display: inline-block;
    margin: 0 15px 0 0;
    width: auto;
    min-width: 0;
}
.person-title .input-container label:last-child {
    margin: 0;
}
.registration #divPI.form-row {
    margin-bottom: 40px;
}
.registration .form-row.submit {
    text-align: center;
    margin: 0 0 60px;
}
.registration .form-row.submit .button i {
    margin-left: 14px;
}

.form-section.registrant-container {
    margin: 0 0 25px;
}

.add-registrant .button {
    padding: 10px 25px;
    font-size: 16px;
}
.registrant-info {
    margin: 0 0 40px;
}
.registrant-info:last-child {
    margin: 0;
}

.registration .team-member {
    overflow:hidden;
}
.registration .team-member .columns {
    margin-top: 5px;
}
.registration .member-tbd {
    float: left;
    width: 12%;
}
.registration .member-tbd .input-container {
    padding-left: 7px;
}
.registration .member-number {
    font-weight: 700;
    font-size: 18px;
    color: #6F2A8E;
    margin: 0 0 15px;
}
.registration .member-details {
    float: left;
    width: 88%;
}
.registration-confirmation-body {
    margin: 0 0 100px;
}
.registration.confirm-team .district-name {
    margin-bottom: 50px;
}
.registration.confirm-team .district-name:first-child {
    margin-bottom: 15px;
}
.registration.confirm-team input[readonly="readonly"] {
    background-color: #CCC;
}
.registration.confirm-team .form-header {
    margin-top: 30px;
}
.registration.confirm-team .form-header:first-of-type {
    margin-top: 0;
}
.registration.confirm-team .member-details {
    float: left;
    width: 96%;
}

.registration.confirm-team .row-number {
    float: left;
    width: 4%;
    color: #6F2A8E;
    font-size: 22px;
    font-weight: 700;
    line-height: 118px;
}
.registration.confirm-team .form-row {
    margin: 0;
}

#rblCohorts {
    max-width: 1000px;
    margin: 0 auto;
}


/* -----------------------------------------------
    REGISTRATIONS REDESIGN
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.registration.redesign h2, .registration.redesign h3, 
.registration.redesign h4, .registration.redesign h5, .registration.redesign h6 {
    color: #6F2A8E;
}
.registration.redesign .title-section {
  margin: 0 0 40px;
}
.registration.redesign .title-section h4 {
  margin: 0 0 15px;
}
.registration.redesign .title-section p {
  margin-top: 0;
  font-style: italic;
}
.registration.redesign .subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.registration.redesign .input-container.radiobuttonlist td {
  padding-left: 0;
}
/*button section*/
.registration.redesign .form-row.submit {
  text-align: center;
  margin: 0;
}
.registration.redesign .form-row.submit.top {
    margin-bottom: 40px;
}
.registration.redesign .form-row.submit.button-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 0;
}
.registration.redesign .form-row.submit.button-section.left {
    justify-content: flex-start;
    text-align:  left;
}

.registration.redesign .form-row.submit.button-section .control-buttons .button.purple {
  margin: 0 0 40px 50px;
}
.registration.redesign .button {
  border-radius: 60px;
/*  padding: 13px 38px;*/
  margin-bottom: 0;
}
.registration.redesign .centered .form-row.submit #btnSubmit {
  margin-bottom: 100px;
}
.registration.redesign .control-buttons #btnBack {
  color: #6F2A8E;
  font-weight: 700;
  font-size: 20px;
}
.registration.redesign .control-buttons #btnBack i {
  margin-right: 5px;
}

.registration.redesign .registrant {
  margin-top: 20px;
}
.registration.redesign .registrant:first-child {
  margin-top: 0;
}
.registration.redesign .add-registrant {
  color: #6F2A8E;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.registration.redesign .add-registrant .fa {
    margin-right: 10px;
}

/*Form Review*/
.registration.redesign .section-information ul {
  list-style-type: none;
  padding: 0;
  column-count: 2;
}
.registration.redesign .section-information.team ul {
  list-style-type: none;
  padding: 0;
  column-count: 3;
}
.registration.redesign .section-information.team .member {
  margin-bottom: 40px;
}
.registration.redesign .section-information.team .member:last-child {
  margin-bottom: 0;
}
.registration.redesign .section-information ul li {
  margin-bottom: 20px;  
}
.registration.redesign .district-acknowledgement {
  margin-top: 40px;
}
.registration.redesign .centered {
    text-align: center;
    margin-bottom: 40px;
}

/*  Profile Cropping
----------------------- */
#puPic {
    text-align: center;
}

.serve .imageBox {
    position: relative;
    height: 700px;
    width: 850px;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
    border: 1px solid #aaa;
}

    .serve .imageBox .thumbBox {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 800px;
        height: 650px;
        margin-top: -325px;
        margin-left: -400px;
        box-sizing: border-box;
        border: 1px solid #b2b2b2;
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.2);
        background: none repeat scroll 0% 0% transparent;
    }

    .serve .imageBox .spinner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        line-height: 340px;
        background: none;
        font-family: 'futura-pt', sans-serif;
        font-weight: 500;
        font-size: 17px;
        text-transform: uppercase;
        color: #bbb;
    }


.rotator .imageBox {
    position: relative;
    height: 600px;
    width: 850px;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
    border: 1px solid #aaa;
}

    .rotator .imageBox .thumbBox {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 802px;
        height: 533px;
        margin-top: -266px;
        margin-left: -400px;
        box-sizing: border-box;
        border: 1px solid #b2b2b2;
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.2);
        background: none repeat scroll 0% 0% transparent;
    }

    .rotator .imageBox .spinner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        line-height: 340px;
        background: none;
        font-family: 'futura-pt', sans-serif;
        font-weight: 500;
        font-size: 17px;
        text-transform: uppercase;
        color: #bbb;
    }

.zoom-button,
.rotate-button,
.fit-to-size {
    background: none;
    box-shadow: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 3px solid #31432f;
    text-align: center;
    color: #31432f;
    padding: 0;
    margin-right: 10px;
}

    .zoom-button:hover,
    .rotate-button:hover,
    .fit-to-size:hover {
        color: #829C8D;
        border-color: #829C8D;
    }

.fit-to-size {
    border-radius: 0;
    margin: 0;
    width: auto;
    height: auto;
    padding: 2px 15px 1px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.zoom-button i,
.rotate-button i {
    margin: 0;
}

.hidden-image {
    display: none;
}

.kb-title {
    margin-bottom: 10px;
}

.kb-description {
    margin-bottom: 10px;
}

.del-btn {
    margin-left: 15px;
}

span.desc-cell {
    width: 550px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}