#contentWrap.navbar-fixed {
    margin-top:127px;
}

div.skip_links:focus {
    position:relative;
}
/*---------- Gallery and Feature Box -----------*/

.featureBox-inner {padding:100px 0px 75px;}


.noBanner .caption {
    background-color:transparent;
    max-width:100%;
    padding:0px;
}

.center-copy {
	text-align:center;
}

.btnWrapper.apply-now, #btnWrapper.apply-now {
    margin-top:20px;
    clear:both;
}

#video-player {
    position:absolute;
    display: block;
    left: 50%;
    margin: 0 auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    opacity: .8;
    width:100%;
}

/*---------- Buttons ----------*/

	
	

/* Safari 4.0 - 8.0 */
@-webkit-keyframes buttons {
    from {background-color: #ffffff; color:#004d86; box-shadow: 0px 0px 0px #666666;}
    to {background-color: #ffffff; color: #004d86; box-shadow: 0px 0px 5px #666666;}
}

/* Standard syntax */
@keyframes buttons {
    from {background-color: #ffffff; color:#004d86; box-shadow: 0px 0px 0px #666666;}
    to {background-color: #ffffff; color: #004d86; box-shadow: 0px 0px 5px #666666;}
    
}

	
	.contentWrapper {
		margin:50px auto;
}

.contentWrapper iframe {
    max-width: 100% !important;
    border: 0px !important;
}

.contentWrapper p {
        font-family: 'Univers LT W01_55 Roman', Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #231f20;
}

.contentWrapper .col1 p {
    font-family: 'Univers LT W01_55 Roman', Arial, sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #231f20;
    margin: 0px 0px 15px;
}
	
	.featureBox-inner {
		background: url('https://www.unk.edu/_files/redesign/images/feature-box-arrow.png') center -15px no-repeat;
	}
	
	
	






/*--------- Feature col small --------------*/
	
	.feature-col.small {
		width:32%;
		
		float:left;
		position:relative;
	}
    
    .feature-col.col2 {
    width:49%;
}

.col2.middle {
    margin:0px 0px 20px 2%;
}

.feature-col.col1 {
    width:100%;
}



#profile p {
    font-size: 20px;
	line-height:28px;
}

.feature-col.subCol .feature-col-inner {
background-color: rgba(255, 255, 255, 0.8);
	padding:25px 0px 35px;
}

.feature-col.gridCol a:link .feature-col-inner, .feature-col.gridCol a:visited .feature-col-inner {
    background-color: rgba(255, 255, 255, 0.8);
}

.feature-col.subCol a:hover .feature-col-inner, .feature-col.subCol a:active .feature-col-inner, .feature-col.subCol a:focus .feature-col-inner {
    background-color: rgba(255, 255, 255, 1.0);
}

.colNumber {
	color:#004d86;
	font-family: 'UniversLTW01-67BoldCn', arial, sans-serif;
	font-size:65px;
	padding:20px 5px;
	border:2px solid #004d86;
	margin: 0 auto 15px;
	-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%; /* future proofing */
-khtml-border-radius: 100%; /* for old Konqueror browsers */
	box-sizing:border-box;
	display:inline-block;
	min-width:130px;
	min-height:130px;
}

.colNumber.noBorder {
    border:0px;
    height:auto;
    width:auto;
    padding:11% 0px 2%;
}


	
	.middle {margin:0px 2% 0px;}
	
	.feature-col.small h2 {
		background-color: rgba(0, 77, 134, 0.8);
		color:#ffffff;
		text-align:center;
		font-size:19px;
		font-family:'UniversLTW01-57Condense_723821', arial, sans-serif;
		text-transform:uppercase;
		padding:10px 10px;
		line-height:23px;
		margin:0px;
	}
	
	.feature-col.small .column1, .feature-col.small .column2 {
		width:49%;
		float:left;
		padding:20px 0px 10px;
		background-color: rgba(255, 255, 255, 0.8);
	}
    
    .feature-col.small .columnFull {
        width:100%;
		float:left;
		padding:20px 0px 10px;
		background-color: rgba(255, 255, 255, 0.8);
        text-align:left;
    }

	
	.feature-col.small .column1 {
		padding-right:2%;
	}
	
	.feature-col.small .column1 p {
		text-align:right;
		font-size:21px;
		font-family:'UniversLTW01-57Condense_723821', arial, sans-serif;
		line-height:28px;
	}
	
		.feature-col.small .column2 p {
		text-align:left;
			font-family: 'UniversLTW01-67BoldCn', arial, sans-serif;
			font-size:28px;
			line-height:28px;
	}
	

/*------ 4 column ------*/

.gridContainer4 {
    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}

.columnCount4 {
    grid-column-start: 1;
    grid-column-end: 5;
}

/*--- 3 Column ------*/

.gridContainer3 {
    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: 32% 32% 32%;
	row-gap:20px;
	grid-row-gap:20px;
}

.columnCount3 {
    grid-column-start: 1;
    grid-column-end: 4;
}

/*------- 2 column ------*/
.gridContainer2 {
    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: 49% 49%;
}


.columnCount2 {
	grid-column-start: 1;
    grid-column-end: 3;
}


.feature-col.gridCol {
    width: 100%;
    height: 100%;
    margin:0px;
}



.feature-col.gridCol .feature-col-inner {
    height: 100%;
    box-sizing: border-box;
    padding:5% 0px 10%;
}

.feature-col-inner ul {
    font-family: 'Univers LT W01_55 Roman', Arial, sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #231f20;
}

/*-------- Content Wrapper Columns --------*/

.contentWrapper {
    font-family: 'Univers LT W01_55 Roman', Arial, sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #231f20;
}
.contentWrapper .col1 {
	width:60%;
	float:left;
}



.contentWrapper .col2 {
	width:40%;
	float:left;
}

.contentWrapper .badge {
    text-align:center;
}

.contentWrapper .badge p {
    font-family:'UniversLTW01-47LightCnO', arial, sans-serif;
    font-size:18px;
}

.contentWrapper .col1 h2 {
	text-align:left;
}


/*---------- Content Wrapper Feature Box ------------*/

.contentDiv {
    float: left;
    width: 32%;
    margin-bottom: 10px;
}

.contentWrapper .contentDiv.col1 {
    width:100%;
}

.contentWrapper .contentDiv.col2 {
    width: 49%;
    float: left;
}

.contentWrapper .contentDiv p {
    font-family: 'Univers LT W01_55 Roman', Arial, sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #231f20;
}

.contentWrapper .contentDiv ul, .contentWrapper .contentDiv ol {
    margin: 5px 0px 10px 25px;
    padding: 0px;
}

.contentDiv .columnContent, .contentDiv .mainImageWrapper {
    max-width:1100px;
    overflow:hidden;
}






/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {background-color: #004d86; color:#ffffff; border-width: 2px; box-shadow: 0px 0px 0px #666666;}
    to {background-color: #ffffff; color: #004d86; border-width: 2px; box-shadow: 0px 0px 5px #666666;}
}

/* Standard syntax */
@keyframes example {
    from {background-color: #004d86; color:#ffffff; border-width: 2px; box-shadow: 0px 0px 0px #666666;}
    to {background-color: #ffffff; color: #004d86; border-width: 2px; box-shadow: 0px 0px 5px #666666;}
    
}
	


select.scholarshipLocation {
	width:50%;
	margin:20px auto;
	font-size:32px;
	line-height:32px;
	font-family: 'Univers LT W01_49 Light Ult Cn', arial, sans-serif;
	display:block;
	text-transform:uppercase;
	background:#ffffff url('https://www.unk.edu/_files/redesign/images/selector-arrows.png') right no-repeat;
	border:2px solid #004d86;
	color:#004d86;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:5px 10px;
	border-radius:0px 0px 0px 0px;
}

select.grayedOut {
    color:#999999;
    border: 2px solid #999999;
}

form.fullSearch {
    margin:0px 0px 10px 0px;
}

form.fullSearch select.scholarshipLocation {
    width:48.5%;
    margin:10px 0.75%;
    float:left;
    box-sizing:border-box;
    
}



.contentWrapper fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
	text-align:center;
}

.contentWrapper legend {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 0;
    text-transform: none;
    color: #000;
}

.contentWrapper legend a {
    font-size: inherit;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
}


.contentWrapper .filter-option-outer {
	display:inline-block;
}

.contentWrapper .adm-rdo-chk-wrapper {
    position: relative;
    margin-bottom: 5px;
	
}

.contentWrapper .adm-rdo-chk-wrapper > input {
    left: 0;
    position: absolute;
    top: 2px;
    width: auto;
}

.contentWrapper input[type=checkbox] + label {
		background-color: #ffffff;
		border:2px solid #004d86;
		text-transform:uppercase;
		font-family:'Univers LT W01_49 Light Ult Cn', arial, sans-serif;
		font-size:32px;
		line-height:32px;
		padding:5px 8px;
		color:#004d86;
		text-decoration:none;
		margin:0px 4px 10px 4px;
		letter-spacing:1.5px;
		display:block;
}

.contentWrapper input[type=checkbox]:focus + label {
	background:#004d86;
	color:#ffffff;
}

.contentWrapper input[type=checkbox]:checked + label {
		background-color: #004d86;
		border:2px solid #004d86;
		color:#ffffff;
}

.contentWrapper .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/*--------- 4 year schedule or Curriculum ----------*/
 #grid {
	 display:grid;
	 grid-template-columns: 49% 49%;
	 grid-column-gap: 2%;
	 padding:10px 0px 40px;
	 grid-row-gap: 2%;
	 row-gap:2%;
}
 #grid.grid-4-col {
	 grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
 #grid.grid-3-col {
	 grid-template-columns: 32% 32% 32%;
}


 .semester ul {
	 margin: 0px;
	 padding: 0px;
}
 .semester {
	border:2px solid #eeeeee;
	 float:left;
	 min-height:100px;
	 box-sizing: border-box;
	 width:auto;
	 margin:0px;
	 min-width:32%;
}
 .fourYearTitle {
	font-family:'UniversLTW01-67BoldCn', arial, sans-serif;
	 font-size: 18px;
	 line-height: 26px;
	 padding:3px 4px;
	 background:#eeeeee;
	 color:#004d86;
	 text-transform:uppercase;
}
 #contentWrapper .semester ul, .semester li {
	list-style-type:none;
	 margin:0px;
	 font-family: "UniversLTW01-57Condense_723821",arial,sans-serif;
	 font-size:15px;
	 line-height:18px;
}
 .semester li {
	padding:3px 4px;
}
 .semester .fourYearTitle, .semester li {
	 text-align: left;
}
 .courseblock p, .courseblock p strong {
	font-family: 'UniversLTW01-67BoldCn', arial, sans-serif;
	 font-weight:normal;
}
 .courseblock {
	font-family: 'UniversLTW01-57Condense_723821', arial, sans-serif;
	 font-size:15px;
	 line-height:21px;
	 color: #231f20;
}




/*-------- footer ------------*/
	


/* --- ACCORDION --- */


#relLinks .accordionContent ul {
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.col1 #tabs ul {
    padding:5px 0px 5px 18px;
}





.col1 #tabs ul li {
    list-style: none;
    font-size: 22px;
    line-height: 28px;
    padding: 6px 0px;
}

.col1 #tabs .ui-tabs-panel {
	display:block;
	padding:10px 0px;
}

.col1 li a.ui-tabs-anchor:link, .col1 li a.ui-tabs-anchor {position: relative; font-family: "UniversLTW01-57Condense_723821",arial,sans-serif;}

.col1 li a.ui-tabs-anchor:link, .col1 li a.ui-tabs-anchor:visited { text-decoration:none;}
.col1 li a.ui-tabs-anchor:hover, .col1 li a.ui-tabs-anchor:active, .col1 li a.ui-tabs-anchor:focus { text-decoration:underline;}
.col1 li.ui-tabs-active a.ui-tabs-anchor {text-decoration:underline;}


.col1 li.ui-state-default a:link::before { content: '+'; position: absolute; top: -2px; left: -20px; display: block; font-size: 20px}
.col1 li.ui-tabs-active a:link::before { content: '-'; font-size: 24px; left: -17px;}



/*------- Major List -----------*/
h2.majorList {
    text-align:center;
    padding:20px 0px;
    margin:0px;
}    

#contentWrapper ul.majors {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    list-style:none;
}

#contentWrapper ul.noLetter {
    border:0px;
    padding:0px;
}

#contentWrapper ul.majors li {
    margin-bottom: 0px;
    list-style: none;
    padding:10px 0px;
}

.alpha-link:link, .alpha-link:visited {
    color:#ffffff;
    background:#004d86;
    border:2px solid #004d86;
    font-size:17px;
    font-family:"UniversLTW01-57Condense_723821",arial,sans-serif;
        margin: 0px 5px 10px;
    width: 32px;
    display:inline-block;
    text-align:center;
    text-decoration:none;
}

.alpha-link:hover, .alpha-link:focus, .alpha-link:active {
    color:#004d86;
    background:#ffffff;

}

div.deptRow {
    width: 48.5%;
    float: left;
    padding: 1%;
    background: #eeeeee;
    box-sizing: border-box;
    margin: 5px 0.75% 5px 0.75%;
    height: auto;
    font-size: 15px;
    min-height: 90px;
}

div.deptRow a {
    display:block;
    text-decoration:none;
}

.maj-sort {
    text-align:center;
    clear:both;
}

.majorList h2 {
    border-bottom: 2px solid #e4a115;
    margin:35px .75% 12px;
	text-align:center;
}

.deliverySearchBox {
    display: block;
        padding: 0px 0px;
    margin: 10px 0px 0px;
}

.majors .deliverySearchBox {
    border: 2px solid #ffffff;
    padding: 10px 5px;
    margin: 5px 0px;
}



a .deliveryIcon, .deliveryIcon {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
	padding:0px 5px;
	font-size:14px;
	color:#000000;
	height:27px;
}

a .degreeType, .degreeType {
    color:#000000;
    text-decoration:none;
}

a:hover .degreeType, a:focus .degreeType {
    color:#000000;
    text-decoration:none;
}


a:hover .deliveryIcon, a:focus .deliveryIcon {
    color:#000000;
}

.majorTitle {
    height: 50px;
    text-decoration: underline;
}

.deliveryIcon img {
	width:25px;
	padding-right:3px;
	vertical-align:middle;
}
.deliveryCaption {
    vertical-align:middle;
}


.slide-in-right {
	-webkit-animation: slide-in-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
	        animation: slide-in-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-5-31 9:27:42
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}



/*ANIMATION*/



a:hover .scale-up-center, a:focus .scale-up-center, .majors .scale-up-center:hover, .majors .scale-up-center:focus, a.scale-up-center:hover, a.scale-up-center:focus, a:hover .scale-up-center .news_image, a:focus .scale-up-center .news_image {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.scale-up-center2:hover svg path.st1, .scale-up-center2:focus svg path.st1 {
	-webkit-animation: scale-up-center2 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center2 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	transform-origin: 10px 10px;
}



/* ----------------------------------------------
 * Generated by Animista on 2019-6-3 15:55:37
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}


@-webkit-keyframes scale-up-center2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
	  
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes scale-up-center2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

/*-------- back to top button ------------*/

.closeButton {
    display: block;
    color: #ffffff;
    position: sticky;
    position: -webkit-sticky;
    top: 200px;
 	left: 80.15%;
    z-index: 999;
    line-height: 1.5;
    text-decoration: none;
    visibility:hidden;
	background:#004d86;
	font-size:18px;
	text-align:center;
	padding:10px 10px;
	vertical-align:middle;
	width:100px;
	margin-top:15px;

}



.closeButton svg {width:28%; vertical-align:middle;}
.closeButton svg .st0 {fill:#ffffff;}

.closeButton:hover svg .st0, .closeButton:focus svg .st0, .closeButton:active svg .st0 {fill:#e4a115;}

a.closeButton:link, a.closeButton:visited {
	color:#ffffff;
}

.visible {
    visibility:visible !important;
}
.mobileVid {display:none; width:100%; height:auto;}
.videoPlaceholder {width: 100%; height: auto; position:absolute; left:0px;}
/*THIS WILL BE THE REDESIGN STYLE SHEET -- USE THIS SHEET TO ADD ANY STYLING TO THE HOMEPAGE -- */


/*-------- Announcement ----------*/
.announcement {background:#0079bf; border-bottom:2px solid #ffffff;}
.announceInner {max-width:1100px; margin:0 auto; font-family:'UniversLTW01-57Condense_723821', arial, sans-serif; text-transform:uppercase; text-align: left;font-size: 16px; line-height: 24px; padding: 10px 0px; width:90%;}
.announceInner a:link, .announceInner a:visited {color:#ffffff; text-decoration:underline;}
.announceInner a.button:link, .announceInner a.button:visited {display: block;
    display: inline-block;
    background-color: rgba(0, 77, 134, 0.8);
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-family: 'Univers LT W01_49 Light Ult Cn', arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 8px;
    color: #ffffff;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    letter-spacing: 1.5px;
    border-radius: 0px;
    
}

/*---------- Header ------------*/
#header, #header > *, #header > * > *, #header > * > * > *, #header > * > * > * > * { box-sizing: content-box; }
#footerLinks, #footerLinks > * {box-sizing: content-box;}

/*GENERAL STYLING -- THIS IS FOR STYLING THAT WILL BE USED THROUGHOUT THE WHOLE PAGE*/
.welcome {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; font-size: 2em; font-weight: 1500; color: #004D86; padding: 0em 0 0 0; text-transform:uppercase;}
.beadjective {font-family: SummerLovingSolid-Regular; font-size: 7em; color: #004d86; margin: 0 0 0 0; letter-spacing: 0.02em; line-height: 0.6em;}
.sectionheader {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; font-size: 3em; color: #004d86; padding: 1.5em 0 0.25em 0em; text-align:center;}
.sectionheader:active {color: #e4a115;}
ul li {list-style: none;}
ul li a {display: block;}


/* Banner Buttons and Sticky Buttons */

.sticky-menu a.topButton {
	position:absolute;
	right:10px;
	bottom:0px;
	display:none;
}

.sticky-menu {background:#004d86; font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; text-transform:uppercase; position:absolute; bottom:0px; width:100%; z-index:1000;}
.sticky-menu a{display:inline-block; margin:10px 10px;}
.sticky-menu a:link, .sticky-menu a:visited {color:#ffffff;}
.sticky-menu svg { width:30px; vertical-align:middle; margin-right:5px;}
.sticky-menu svg .st0 {fill:#ffffff;}
.sticky-menu a:hover, .sticky-menu a:visited, .sticky-menu a:focus {text-decoration:#e4a115 underline !important; border:0px;}
.sticky-menu a:hover svg .st0, .sticky-menu a:focus svg .st0, .sticky-menu a:active svg .st0 {fill:#e4a115;}
#gallery img {width:100%;}
#gallery .sticky-menu img {width: 28px; vertical-align: middle; margin-right: 5px;}
.playButton {position: absolute; top: 20px; right: 20px; text-transform: uppercase; font-family: 'UniversLTW01-57Condense_723821', arial, sans-serif; color: #ffffff; font-size: 30px; line-height: 35px;}
.playButton .bold {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif;}

/*3 STEP PROCESS STYLING -- ACCORDION STYLING*/
.processOverlay {padding: 1.2em 0 0.1em 0; }
.contentWrapper, .fourYear { margin: 55px auto 0px; text-align: left;}
.contentWrapper .contentDiv p.overlayText {color: #004d86; font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; text-transform: uppercase; font-size: 1.25em; line-height: 1.15em; display: block; text-align:center;}
.contentWrapper h2.tabheader {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; font-size: 4em; text-transform: uppercase; text-align: center; padding: 0.3em 0 0.10em 0; color:#004d86;}
.tabsubheader {font-family: 'Univers LT W01_55 Roman', Arial, sans-serif; font-size: 2em; text-align: center; padding: 0 0 1.75em 0; margin: 0em 0 0 0;}
.tabbuttons {text-align: center; font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; font-size: 2em; text-transform: uppercase;}
.tabbuttons ul {margin:0px; padding:0px;}
.tabbuttons ul li.contentDiv {float: none; width: 31%; display: inline-block; vertical-align: top; overflow:hidden; }
.tabbuttons a {text-decoration: none; background-color: #004d86; color: #ffffff; overflow:hidden;}
.tabbuttons a:hover, .tabbuttons a:focus {color: #ffffff; border:2px solid #004d86;}
.buttonText {padding:.8em; line-height: 1.15em;}
.bemid {font-family: SummerLovingSolid-Regular; font-size: 6.5em; color: #004d86; text-transform:uppercase;}
.midheader {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; font-size: 3em; text-transform: uppercase;}
.bluetriangle {display: none; z-index:-10; position:relative;}
.ui-state-active .bluetriangle {display: block;}
hr {display: block; border: 0; border-top: 0.08em solid #e4a115; margin: 0 0 0.5em 0; padding: 0; width: 100%;}
.slide-in-top{
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.mainImage {text-align:center;}
.mainImage svg {width:35%; margin:0 auto; overflow:visible; padding:15px 0px;}
circle {    stroke-dasharray:none; stroke-width: 1px; animation:none;}
.exploreIcons {width:75%; margin-bottom: 0px;}
.exploreIcons a, .applyIcons a {display:block;}
.exploreIcons a:hover, .exploreIcons a:focus, .exploreIcons a:active, .applyIcons a:hover, .applyIcons a:focus, .applyIcons a:active {border:2px solid #004d86;}
.mainImage img {width: 33%;}

.svgIcon:hover g g path, .svgIcon:focus g g path, .svgIcon:hover line, .svgIcon:focus line, .svgIcon:hover circle, .svgIcon:focus circle {stroke:#004d86;}
/* ----------------------------------------------
 * Generated by Animista on 2019-8-8 11:10:28
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) .3s both;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-8-9 13:44:0
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





/*STATS CSS STYLING -- THIS STYLING CAN CHANGE DEPENDING ON THE STATISTICS*/
.statsimage {background-image:url('../../images/gallery/campus-beauty-13.jpg');}
.statstitle {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; text-transform: uppercase; color: #ffffff; background-color: rgba(0, 77, 134, 0.8); padding: 0.5em; margin: 0 0 1.25em; font-size: 3em;}
.statsnumber {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; font-size: 3.5em; color: #000000;  margin: -0.2em 0 0 0;}
.statstext {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; font-size: 1.5em; color: #000000; font-weight: 100; margin: -0.02em 0 0 0; text-transform: uppercase;}
.columnbox {padding: 2.083em 0 2.917em; background-color: rgba(255,255,255,0.9); height:100%;}
.learnmore {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; font-size: 1.8em; background-color: #004d86; color: #ffffff; width: 100%; align-content: center; padding: 0.5em .5em 0.5em .5em; margin: 1.5em 0 0 0; border: 0; text-transform: uppercase;}
.learnmore:hover {background-color: white; color: #004d86; transition: 0.2s;  cursor: pointer;}
h2.featureTitle {text-transform: uppercase; color: #ffffff; background-color: rgba(0, 77, 134, 0.8); padding: 15px; margin: 0px 0px 0px; font-size:35px; font-family:'UniversLTW01-67BoldCn', arial, sans-serif;}
.subCol p {padding: 0px 20px; margin: 0px 0px 10px;}
.statDisclaimer { max-width: 1100px; margin: 0px 0px 20px; width: 100%; padding: 15px; background-color: rgba(0, 77, 134, 0.8);}
.statDisclaimer p {color:#ffffff; font-family:'UniversLTW01-57Condense_723821', arial, sans-serif; font-size:14px; font-size:.875rem; line-height:21px; line-height:1.3125rem; margin-bottom:0px;}
.featureBox {background-size: cover; background-attachment: fixed;}


/*STUDENT SELECTION CSS STYLING -- THE BACKGROUND IMAGE CAN BE CHANGED OUT*/

.studentselectionimage {background-image:url("../../images/campus-beauty-12-edited.jpg");}
.selectiontext {font-family: 'UniversLTW01-47LightCn', arial, sans-serif; font-size: 2.2em; text-transform: uppercase; color: #ffffff; text-align: left;}



/*LATEST NEWS CSS -- USE THIS AREA TO ADD STYLING FOR THE LATEST NEWS BLOCK*/

.limitWidth {
	margin: 0 auto;
	max-width:2000px;
}

.flexslider {-webkit-box-shadow: 0px 0px 6px #aaa; -moz-box-shadow:0px 0px 6px #aaa; box-shadow: 0px 0px 6px #aaa;}

.story_section {
	width: 100%;
	padding: 0px;
	margin: 0px;
    max-width:500px;
}




.story_section a {
	text-decoration: none;
}

.story_section a:hover, .story_section a:focus {
    border:2px solid #004d86;
}


.story_width {
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

.flexslider .slides .triangle_image {
	position: absolute;
	width: 100%;
	z-index:50;
}

.image_section {
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
	max-height: 250px;
	height:250px;
	display:block;
}



.news_image {
	height: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	position:relative;
	max-height:250px;
	
}

.center .news_image {
    margin-left:-30%;
}

.right .news_image {
    float:right;
}

.flexslider .slides img.news_image {
    width:auto;
    max-width:none;
}

.title_section {
	align-items: center;
	margin: 0% auto;
	padding: 0px;
	box-sizing: border-box;
	max-width: 250px;
	display:block;
}

.news_title {
	color: #004d86;
	font-family: 'UniversLTW01-67BoldCn', arial, sans-serif;
	text-align: left;
	padding: 0px 12%;
	margin: 0px;
	font-size: 1.2em;
	line-height: 1.25em;
	display:block;
}


/*FLEXBOX CSS -- CALENDAR STYLING -- THIS IS SUBJECT TO CHANGE*/

.calendarevent {font-family: 'UniversLTW01-57Condense_723821', arial, sans-serif; font-size: 1.4em; color: #004d86; text-align: left; display:inline-block; width:76%; margin-top: -2.75%; line-height: 1.3em;}
.calendarday {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; font-size: 4em; line-height: 0.6em; color: #004d86; display:block; text-align:center;}
.calendarmonth {font-family: 'UniversLTW01-47LightCn', arial, sans-serif; font-size: 2.416em; text-transform: uppercase;  color: #004d86; display:block; text-align:center;}
a {text-decoration: none !important;}


 .carousel {
	 background-image: linear-gradient(#004d86, #002948);
	 height: 22em;
}
.carousel-cell { display:block; width: 25%; height: 12em; margin-right: 1em; background: #ffffff; opacity: 75%; border-radius: 0; margin: 5em 2em 2em 0; text-align: left; padding: 3em; counter-increment: carousel-cell;}
.date {display:inline-block; width:20%; margin-right:4%;}
.carousel-cell div {vertical-align:middle;}


.carousel-cell.is-selected {
  background: #ffffff;
}

.carousel-cell:hover, .carousel-cell:focus {
    border:2px solid #e4a115;
}

/* cell number */
.carousel-cell:before, .carousel-cell__number {
  display: block;
  text-align: left;
  line-height: 2em;
  font-size: 0em;
width: 100px;
  margin: 0 auto;
  content: counter(carousel-cell);
}

.cellheader {
  color: #004d86;
  font-size: 2.5em;
  font-family: "Univers LT Std 67 Bold Condensed", "Univers 55";
  text-align: center;
	}
	
.cellcontent {
  color: #004d86;
  font-size: 1.3em;
  font-family: "Univers LT Std 67 Bold Condensed", "Univers 55";
  margin-top: -0.8em;
}
	
.calendarnumber {
  font-family: "Univers LT Std 67 Bold Condensed", "Univers 55";
  font-weight: 400;
  font-size: 4em;
  margin: 0 0 -0.5em 0;
  color: #004d86;
	}


/*SOCIAL MEDIA CSS -- MAY BE STYLED MORE LATER
============================
============================*/

.ReactModal__Content {
    text-align:left;
}

.src-boardOne-BragifyEmbed-module__bragify-layout-grid--3XP-6 {
    padding: 10px 0px;
}

.src-boardOne-BragifyEmbed-module__load-more-wrapper--2FsoF {
    padding: 0px 0px 20px;
}

.src-boardOne-BragifyEmbedItem-module__post-slide--1vnI9 {
    background-color: #dddddd !important;
}

.src-boardOne-BragifyEmbedItem-module__post-back--HaRmA .src-boardOne-BragifyEmbedItem-module__caption--19ovy>a:link, .src-boardOne-BragifyEmbedItem-module__post-back--HaRmA .src-boardOne-BragifyEmbedItem-module__caption--19ovy>a:visited {
    text-decoration: underline !important;
}

.src-boardOne-BragifyEmbedItem-module__post-back--HaRmA .src-boardOne-BragifyEmbedItem-module__caption--19ovy>a:hover, .src-boardOne-BragifyEmbedItem-module__post-back--HaRmA .src-boardOne-BragifyEmbedItem-module__caption--19ovy>a:focus {
    text-decoration: none !important;
}

.src-boardOne-BragifyEmbed-module__bragify-modal-copy--1ITLM>a:link, .src-boardOne-BragifyEmbed-module__bragify-modal-copy--1ITLM>a:visited {
    text-decoration: underline !important;
}

.src-boardOne-BragifyEmbed-module__bragify-modal-copy--1ITLM>a:hover, .src-boardOne-BragifyEmbed-module__bragify-modal-copy--1ITLM>a:focus {
    text-decoration: none !important;
}

/*Alert CSS 
==============================
=============================*/

 #alert {
	 text-align:left;
	 background:#9f3515;
	 color:#ffffff;
	 max-width:1024px;
	 margin:0 auto;
	 padding:10px 0px;
	 font-family:'UniversLTW01-57Condense_723821', arial, sans-serif;
	 font-size: 16px;
	 border:4px double #ffffff;
}
 .alert-title {
	 font-family:'UniversLTW01-67BoldCn', arial, sans-serif;
	 font-size: 28px;
}
 .alert-title, .alert-message, .alert-date {
	 padding:5px 15px;
}
 .alert-message p {
	color:#ffffff;
}


/*IDs -- USED SPARINGLY -- SOMETIMES WITH CLASSES*/

#studentselection {font-family: 'UniversLTW01-67BoldCn', arial, sans-serif; background-color: transparent; border-color: #ffffff; color: #ffffff; padding: 0.7em 0 0.4em .5em; font-size: 1.5em; background-image: url("../../images/white-triangle.png"); background-position-x: 97%; background-position-y: center;}
#studentselection:hover {cursor: pointer;}
#studentselection option {background:#ffffff; color:#004d86;}
#besocial {font-family: SummerLovingSolid-Regular; font-size: 6em; color: #004d86;}
#socialmedia {margin: 0 0 0 0.5em; font-size: 2.5em;}
#socialspace {margin: 4em 0 0 0;}
#links {text-decoration: none;}
#scheduleavisit {margin: 1em;}
#majorbottom {margin: 0 0 -10em 0;}
#video-player2, #gallery video {width:100%; height:auto; background-image:url('../../images/be-bold-placeholder.jpg'); background-size:cover;}
#gallery {height:auto; max-height:100%; overflow:visible; -webkit-box-shadow: 0px 5px 6px #aaa;
    -moz-box-shadow: 0px 5px 6px #aaa; box-shadow: 0px 5px 6px #aaa; }
#gallery.navbar-fixed {
    /*------- margin-top: 186px; ------------*/
}    

/*--------- Banner Caption ---------*/
	.caption {
    background-color: rgba(0, 77, 134, 0.8);
    width: auto;
    text-align: left;
    padding: 15px 25px 15px;
    overflow: hidden;
    max-width: 750px;
		position:relative;
		float:left;
}

 .placement.Right .caption {
	 float:right;
}
 p.subtitle, #contentWrapper p.subtitle {
	 font-family: 'UniversLTW01-57Condense_723821', arial, sans-serif;
	 font-size: 25px; font-size:1.5625rem;
	 line-height: 28px; line-height:1.75rem;
	 color: #ffffff;
	 
}

 .placement {
	position:absolute;
	 z-index:50;
}

 .caption-wrapper {
	 width:auto;
	 margin-bottom:10px;
}

 .placement.Right .caption-wrapper {
	 background:url(/renderfile/ca48a5a590d8019217e7258ec37ac161/_files/redesign/images/banner-arrow-right.png) right bottom no-repeat;
}
 .Left {
	left:20px;
}
 .Right {
	right:20px;
}
 .Top {
	top:5%;
}
 .Bottom {
	bottom:5%;
}

 .caption span.rotator-title {
	 color: #ffffff;
	 font-family: 'UniversLTW01-67BoldCn', arial, sans-serif;
	 font-size: 45px;
	 margin: 0px 0px 3px;
	 line-height: 56px;
	 display: block;
	 text-transform: uppercase;
}

.caption p.subtitle {
    font-family: 'UniversLTW01-57Condense_723821', arial, sans-serif;
	 font-size: 25px; font-size:1.5625rem;
	 line-height: 40.5px; line-height:2.34375rem;
    color: #ffffff;
    
}

.caption p.subtitle span {text-transform: uppercase;}

/*---------- Buttons ----------*/
 .fbuttons a:link, .fbuttons a:visited {
	 display:block;
	 background-color: rgba(0, 77, 134, 0.8);
	 border:2px solid #ffffff;
	 text-transform:uppercase;
	 font-family:'Univers LT W01_49 Light Ult Cn', arial, sans-serif;
	 font-size:32px;
	 line-height:32px;
	 padding:5px 8px;
	 color:#ffffff;
	 text-decoration:none;
	 margin:0px 8px 10px 0px;
	 letter-spacing:1.5px;
	 float:left;
}
 .Right .fbuttons a:link, .Right .fbuttons a:visited {
	 float:right;
}
 .fbuttons a:hover, .fbuttons a:active, .fbuttons a:focus {
	 background-color: rgba(255, 255, 255, 0.8);
	 border:2px solid #ffffff;
	 color:#004d86;
	 -webkit-animation-name: buttons;
	/* Safari 4.0 - 8.0 */
	 -webkit-animation-duration: .5s;
	/* Safari 4.0 - 8.0 */
	 animation-name: example;
	 animation-duration: .5s;
	 animation-fill-mode: forwards;
}
/* Safari 4.0 - 8.0 */
 @-webkit-keyframes buttons {
	 from {
		background-color: #ffffff;
		 color:#004d86;
		 box-shadow: 0px 0px 0px #666666;
	}
	 to {
		background-color: #ffffff;
		 color: #004d86;
		 box-shadow: 0px 0px 5px #666666;
	}
}
/* Standard syntax */
 @keyframes buttons {
	 from {
		background-color: #ffffff;
		 color:#004d86;
		 box-shadow: 0px 0px 0px #666666;
	}
	 to {
		background-color: #ffffff;
		 color: #004d86;
		 box-shadow: 0px 0px 5px #666666;
	}
}

@media only screen and (max-width:2000px) {.carousel-cell {width:35%;}}
@media only screen and (max-width: 1200px) {.carousel {height:20em;} .carousel-cell div {vertical-align:top;}}


@media only screen and (max-width: 1125px) {#gallery.navbar-fixed {margin-top: 235px;}}


/*MEDIA QUERIES WILL GO HERE -- MOST OF THESE WILL BE FOR TEXT*/


@media only screen and (max-width: 1200px) {.calendarday {font-size: 3em;} .calendarmonth {font-size: 1.75em;} .calendarevent {font-size: 1.25em;} a.carousel-cell {    padding: 3em 1em; height:10em;} .carousel {height:20em;} .buttonText{min-height:4em;}}



@media only screen and (max-width: 830px) {.beadjective {font-size: 6.5em;} .welcome {font-size: 2em;} .bemid {font-size: 2.75em;} .midheader {font-size: 1.2em; margin: 0 0 0 -0.5em;} #besocial {font-size: 2.5em;} #socialmedia {font-size: 1.5em;} #studentselection {width: 80%;} .sectionheader {font-size: 2em; padding: 1.5em 0 0 0;} .statstitle {font-size:2.25em;}  .tabbuttons {font-size: 1em; }  .contentWrapper h2.tabheader {font-size: 2.75em;} .tabsubheader {font-size: 1.25em;} #searchspacing {font-size: 1.5em; padding-bottom: 0.05em;} .processOverlay{padding: 0.5em 0 0 0;} #overlayText {font-size: 1em;} #boxwidth {width: 15%; padding: 0; margin: 0; }  .upcomingevents {padding-top: 3em !important;}  .flex-viewport { padding-bottom: 25px; } .contentWrapper .contentDiv.col2 { width: 49%; float: left;} .contentWrapper .contentDiv p.overlayText { font-size: 1em; line-height: 1.10em;} .deliveryMethod {position: absolute; right: 0px; margin: 0px -5.55% 0px -5.55%; left: 0px;} .deliveryMethod img { width: 35px; vertical-align:middle;} .deliveryMethod .method { display:inline;} #video-player {width: auto;} .feature-col.small { width: 100%; float: none; margin-top: 30px;} .featureBox-inner .fbuttons a:link, .featureBox-inner .fbuttons a:visited, .contentWrapper .fbuttons a:link, .contentWrapper .fbuttons a:visited { width: 100%; margin: 5px auto; box-sizing: border-box;} .feature-col #profileImg, .feature-col .columnContent { max-width: 100%; width:100%; padding: 20px 20px 20px 20px;} .feature-col #profileImg.video { max-width: 100%; width:100%;} .mainImage svg {width: 45%;} .exploreIcons { width: 90%;} .applyIcons {width:60%;} .applyIcons .mainImage svg {width:35%;} .applyIcons .middle {margin:0px;} .feature-col.gridCol {display:none;} .feature-col.middle {display:block;} .subCol.middle {margin:25px 0px;} #video-player2, #gallery video {width:100%; height:auto; background-image:url('../../images/be-bold-placeholder.jpg'); background-size:cover;} .placementRight .caption {float:left;} .Right .fbuttons a:link, .Right .fbuttons a:visited {float:left;} .caption span.rotator-title {font-size:35px; line-height:41px;}.gridContainer3 {display: block;} 
    
}

@media only screen and (max-width:768px) {.carousel-cell div {vertical-align:middle;} .calendarday {font-size: 4em;} .calendarmonth {font-size: 2.416em;} .calendarevent {font-size: 1.3em; margin-top: -1.75%; width:72%;} a.carousel-cell { height: 11.5em; padding: 3em;} .date {width:24%;} .beadjective {font-size: 4em;} .welcome {font-size: 1em;} .applyIcons {width:60%;} .calendarday {font-size:3.5em;} .calendarmonth {font-size:2.116em;} #video-player2{display:none;} .mobileVid {display:block;} form.fullSearch select.scholarshipLocation {width: 99%;} .news_title {font-size: 1.15em; line-height: 1.25em;} .sticky-menu .fullItem {display:none;} .sticky-menu a.topButton .topText {display:none;} .playButton {display:none;} .carousel {height:22em;} .carousel-cell {width: 95%;}}



@media only screen and (max-width:730px) {.caption span.rotator-title {font-size:32px; line-height:38px;} 
.featureBox {background-size: auto; background-attachment: initial; background-position: bottom;}
div.deptRow {width: 100%; float: left; padding: 1%; background: #eeeeee; box-sizing: border-box; margin: 5px 0px 5px 0px; height: auto; font-size: 15px; min-height: 90px;} .contentDiv {width:100%;}
}
@media only screen and (max-width:650px) {.calendarevent {font-size:1.2em;} .caption span.rotator-title {font-size:28px; line-height:34px;} p.subtitle {font-size:20px; line-height:23px;}
        .fbuttons a:link, .fbuttons a:visited {
    background-color: rgba(0, 77, 134, 1.0);
    
}



.caption {
    float: none;
	background-color: rgba(0, 77, 134, 1.0);
}

.placement {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 50px;
}

.Top {top:0px;}
.Left {left:0px;}
    
}


@media (max-width: 500px) {
	.news_title {
		font-size: 1em;
		line-height: 1.2em;
	}
}

@media (max-width: 450px) {
 .image_section {
	 height:250px;
}
    
}

@media (max-width: 375px) {
 .image_section {
	 height:188px;
}
    
}

@media (max-width: 360px) {
 .image_section {
	 height:180px;
}
    
}

/* hannon hill changes */

.full-width-image-cta {
    display: flex;
    background-color: #004d86;
    width: 100%;
    margin: 72px 0 12px 0em;
    position: relative;
    overflow: hidden;
}

.full-width-image-cta .fwicta-left {
    width: 55%;
    padding: 30px;
}

.full-width-image-cta .fwicta-left::after {
    content: '';
    display: block;
    height: 140%;
    width: 371px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    position: absolute;
    background-color: #004d86;
    top: 0;
    left: 41%;
    z-index: 1;
}

.full-width-image-cta .fwicta-left .fwicta-left-content {
    text-align: left;
    z-index: 2;
    position: relative;
}

.full-width-image-cta .fwicta-left .fwicta-left-content a,
.full-width-image-cta .fwicta-left .fwicta-left-content a:visited {
    color: #fff;
    text-decoration: underline !important;
    border: none;
}

.full-width-image-cta .fwicta-left .fwicta-left-content a:hover,
.full-width-image-cta .fwicta-left .fwicta-left-content a:focus {
    color: #E90;
}

.full-width-image-cta .fwicta-left .fwicta-left-content h2,
.full-width-image-cta .fwicta-left .fwicta-left-content h3,
.full-width-image-cta .fwicta-left .fwicta-left-content p {
    color: #fff;
    margin-bottom: 20px;
}

.full-width-image-cta .fwicta-right {
    width: 45%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-width-image-cta .fwicta-left .fwicta-left-content .cta-links {
    margin-top: 30px;
}

.full-width-image-cta .fwicta-left .fwicta-left-content .cta-link {
    font-family: 'UniversLTW01-57Condense_723821', arial, sans-serif;
    padding: 12px;
    font-size: 27px;
    background-color: #fff !important;
    color: #004d86 !important;
    display: inline-block;
    text-decoration: none !important;
    border: solid 1px #fff;
    text-transform: uppercase !important;
}

.full-width-image-cta .fwicta-left .fwicta-left-content .cta-link:hover,
.full-width-image-cta .fwicta-left .fwicta-left-content .cta-link:focus {
    background-color: #004d86 !important;
    color: #fff !important;
    border: solid 1px #fff !important;
}

.full-width-image-cta .fwicta-left .fwicta-left-content .cta-link+.cta-link {
    margin-left: 20px;
}

@media (max-width: 1279px) {
    .full-width-image-cta .fwicta-left::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .full-width-image-cta .fwicta-left {
        width: 100%;
        padding: 30px 20px;
    }
    .full-width-image-cta .fwicta-right {
        display: none;
    }
    .full-width-image-cta .fwicta-left .fwicta-left-content .cta-link {
        padding: 7px;
        font-size: 20px;
    }
}
