/**
 * @file
 * Main CSS Styles for Georgia Tech's gt_subtheme
 *
 * For best results, use the custom.css style sheet for any CSS customizations you'd like to make.
 * Just be sure to make a backup of your custom.css file prior to updating to a new version of
 * the GT Subtheme.
 *
 */

/* Universal Styles */

.row {
	max-width: none;
	padding: 0;
}

#breadcrumb {
	margin-bottom: 30px;
}
.front #breadcrumb {
	display: none;
}

#masthead { 
	min-height: 0; 
}

#breadcrumb .row {
/*	max-width: none !important;*/
	width: 86%;
	padding: 0 !important;
	background-color: transparent !important;
}
#breadcrumb ul {
	margin: 0 auto;
	float: none;
}
#breadcrumb li.first a {
	padding-left: 0 !important;
}
#utility-links .menu {
	margin-left: -10px;
}
#gt-logo img {
	margin-left: -20px;
}
#main-menu-wrapper ul li.first {
	margin-left: -12px !important;
}
#main-menu-wrapper ul li ul li.first {
	margin-left: 0 !important;
}
.block {
	padding: 0;
}
div[class*="block-count-"] .block, .block.third-width, .block.half-width {
	padding: 0 10px 10px;
}
div[class*="block-count-"] .block .block-body, .block.third-width .block-body, .block.half-width .block-body {
	padding: 0 5px;
}
.block .block-body {
	padding: 0;
}
aside[class*="block-count-"] .block .block-body {
	padding: 10px;
}
.block-title-wrapper {
    font-size: 24px !important;
}
.block-title-wrapper h4 {
    font-weight: 300;
    padding: 0 !important;
    text-transform: none !important;
    border-bottom: none !important;
    font-size 1.4em;
    margin-left: 10%;
}
.read-more {
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.3px;
    font-weight: bold;
    background-color: #EEB211;
    vertical-align: middle;
    line-height: 2em;
    float: right;
    padding: 0 12px;
}
.read-more a {
    color: #000;
}
.read-more a:after {
    content: " \203A";
    font-family: 'Arial', sans-serif;
    font-size: 17px;
    font-weight: 100;
    position: relative;
    letter-spacing: -2px;
}
.read-more:hover {
   background-color: #000;
}
.read-more:hover a {
    text-decoration: none;
    color: #fff;
}
.more-link {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 40px;
}
.more-link a {
    color: 000;
}
.more-link a:after {
  content: "\203A";
    font-size: 100px;
    font-weight: bold;
    position: relative;
    top: 19px;
    color: #054A9A;
}
.more-link a:hover {
    color: #EEB211;
    text-decoration: none;
}
.login {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}
.login a {
    color: #000;
}
.login a:after {
  content: " \203A";
    font-size: 100px;
    font-weight: bold;
    position: relative;
    top: 19px;
    color: #054A9A;
    letter-spacing: -20px;
}
.login a:hover {
    color: #EEB211;
    text-decoration: none;
}

#content.sidebar-left {
	width: 60%;
	float: right;
	margin: 0 7% 0 0;
}
#sidebar-left.solo-sidebar {
	width: 23%;
	margin-left: 7%;
	margin-right: 3%;
}


/************************************/
/*    Homepage styling      */
/************************************/

.front .row {  /* makes content full-width */
    max-width: none !important;
    padding: none !important;
}
.front .block .block-body {
    padding: 0 0 !important;
}
.front #block-views-homepage-slideshow-home-slides .block {
    padding: 0 !important;
}
.front .region-spotlight {
    padding-top: 0 !important;
    /* margin: -10px; */
}
.front .flex-control-paging {
    display: none !important;
}
.front #breadcrumb .clearfix {
    display: none;
}
.front #block-views-homepage-slideshow-home-slides {
    padding: 0 !important;
}
.front #block-views-homepage-slideshow-home-slides .block-body {
	padding: 0 !important;
}
.front .view-homepage-slideshow .view-content {
	margin-bottom: 5rem;
}
.front .flexslider-processed {
	padding-top: 0;
}
.front .flexslider {
	background-color: #000 !important;
	height: auto !imprortant;
	border: none !important;
	margin-bottom: 0px !important;
	background: transparent !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	-o-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
.front .flexslider:before { 
	content: "";
	transform: skew(0deg,5deg) translateX(-49.9%);
    position: absolute;
    z-index: 0;
    bottom: -60px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #666;
}
.front .flexslider:after {	
	content: "";
	transform: skew(0deg,-5deg) translateX(49.9%);
    position: absolute;
    z-index: 0;
    bottom: -60px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #666;
}
.front ul.slides {
	background-color: #666;
}
.front ul.slides li {
	position: relative;
	margin-bottom: 0 !important;
}
.front ul.slides li img {

}
.front ul.slides li .container {
	width: 100%;
	padding: 0 10%;
	background-color: #666;
	position: relative;
}
.front ul.slides li .container:before {
	transform: skew(0deg,5deg) translateX(-49.9%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #666;
	background-image: linear-gradient(rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
}
.front ul.slides li .container:after {
	transform: skew(0deg,-5deg) translateX(49.9%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #666;
	background-image: linear-gradient(rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
}
.front ul.slides li .container .caption {
	position: relative;
	z-index: 500;
	padding: 20px 0 0;
	width: 80%;
	margin: 0 auto;
	color: #fff;
}
.front ul.slides li .container .caption .slide-title {
	font-size: 42px;
	margin-bottom: 12px;
	font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.front ul.slides li .container .caption .slide-title a {
	color: #fff;
}
.front ul.slides li .container .caption .slide-text {
	min-height: 3em;
	line-height: 1.5em;
	font-size: 18px;
}
.front ul.slides li .container .caption .slide-link {
	display: none;
}

.front .flex-direction-nav {
	width: 80%;
	position: absolute;
    top: calc(50% + 100px + 4em);
	margin-left: 10%;
}
.front .flex-direction-nav li a {
	width: 50px;
	height: 50px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.front .flex-direction-nav a.flex-prev:before {
	font-family: 'Arial', sans-serif !important;
	content: "\2039" !important;
	font-size: 60px;
	color: #000;
	margin-top: -10px;
	margin-left: 14px;
}
.front .flex-direction-nav a.flex-next:before {
	font-family: 'Arial', sans-serif !important;
	content: "\203A" !important;
	font-size: 60px;
	color: #000;
	margin-top: -10px;
	margin-right: 14px;
}


/* Page Title with BG Image Header Styles */

#page-title:not(.bg-image) {
	margin: 30px 0;
}
.front-page-title-hidden #page-title {
	display: none;
}
#main:not(.with-spotlight) #page-title.bg-image {
    background-size: cover;
    height: 0;
    padding-bottom: 28%;
    position: relative;
}
#main:not(.with-spotlight) #page-title.bg-image:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0px 0 50vw;
    border-color: #fff transparent transparent transparent;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#main:not(.with-spotlight) #page-title.bg-image:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 80px 50vw;
    border-color: transparent transparent transparent #fff;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    bottom: 0;
}
#page-title:not(.bg-image) h2.title {
	width: 86%;
	margin: 0px auto;
}
#main:not(.with-spotlight) #page-title.bg-image h2 {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 16% 15% 0 !important;
	margin: 0;
}
#main:not(.with-spotlight) #page-title.bg-image h2:before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0px 0 50vw;
    border-color: #EEB211 transparent transparent transparent;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    bottom: 20px;
}
#main:not(.with-spotlight) #page-title.bg-image h2:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 80px 50vw;
    border-color: transparent transparent transparent #EEB211;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    bottom: 20px;
}
#main:not(.with-spotlight) #page-title .yellow-chevron {
	display: none;
}
#main:not(.with-spotlight) #page-title.bg-image .yellow-chevron {
	display: block;
	position: absolute;
	bottom: 0;
}

#page-title.bg-image .yellow-chevron {
	background: #EEB211;
}
#page-title.bg-image .yellow-chevron:before {
	display: none;
}
#page-title.bg-image .yellow-chevron:after {
	display: none;
}
#page-title .title {
	padding: 0;
}
.yellow-chevron {
	background: transparent;
    width: 100%;
    height: 20px;
    position: relative;
	margin-top: -1px;
}
.yellow-chevron:before {
	content: "";
	transform: skew(0deg,5deg) translateX(-49.9%);
    position: absolute;
    z-index: 0;
    bottom: -60px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EEB211;
}
.yellow-chevron:after {
	content: "";
	transform: skew(0deg,-5deg) translateX(49.9%);
    position: absolute;
    z-index: 0;
    bottom: -60px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EEB211;
}


/* Ways to Engage */

#block-views-ways-to-engage-ways-home {
    border-top: 4px solid ##E5E5E5 !important;
    padding-bottom: 80px;
}
#block-views-ways-to-engage-ways-home .view-content {
    position: relative;
    margin: 0 auto;
}
#block-views-ways-to-engage-ways-home .views-row {
    width: 25%;
    float: left;
    position: relative;
    padding: 0;
    overflow: hidden;
	padding-bottom: 2rem;
}
#block-views-ways-to-engage-ways-home .views-field-title {
    font-size: 1.4em !important;
    margin: 0 auto;
    padding: 20px 0 12px 0 !important;
    text-align: center;
    font-weight: 400;
    color: #636363;
}
#block-views-ways-to-engage-ways-home .block-title-wrapper {
    font-size: 1.2em !important;
    width: 86%;
    margin: 0 auto;
    padding: 22px 0 12px 0 !important;
    border-top: 3px solid #e5e5e5;
}
#block-views-ways-to-engage-ways-home .content {
    width: 86%;
    margin: 0 auto;
    border-bottom: 3px solid #e5e5e5;
}
#block-views-ways-to-engage-ways-home .views-field-field-overlay {
	width: 100%;
	display: block;
    opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	box-transition: all .2s ease-in-out;
	position: absolute;
	background-color: rgba(238,178,17,0.4);
}
#block-views-ways-to-engage-ways-home .views-row:hover .views-field-field-overlay {
    opacity: 1;
}
#block-views-ways-to-engage-ways-home .content .views-field a {
    color: #636363;
    text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}


/* Events Block */

#block-views-events-block {
    float: right;
    width: 38%;
    padding-right: 7%;
}
#block-views-events-block .block-title-wrapper {
    padding-top: 111px;
}
#block-views-events-block .block-title-wrapper h4 {
    font-size: 36px;
	margin-bottom: 30px;
}
#block-views-events-block .views-row {
	margin-bottom: 30px;
}
#block-views-events-block .views-field-field-date-time {
	margin-bottom: 10px;
}
#block-views-events-block .views-field-field-featured-image {
	width: 100%;
	margin-bottom: 10px;
}
#block-views-events-block .views-field-field-featured-image img {
    padding-bottom: 3px;
    width: 100%;
    height: auto;
}
#block-views-events-block .views-field-title {
    font-size: 18px;
    padding-bottom: 12px;
	font-weight: bold;
}
#block-views-events-block .views-field-body p {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: auto;
}
.views-field-field-event-link {
	font-weight: bold;
}


/* News Block */

#block-views-news-center-block-1 {
    float: left;
    width: 60%;
    background: repeating-linear-gradient(
        180deg, #ECECEC, #ECECEC 4px, #fff 4px, #fff 10px);
    border-right: 6px solid #9B9B9B;
    padding: 67px 3% 0 7%;
}
#block-views-news-center-block-1 .block-title-wrapper {
    padding-top: 33px;
    padding-bottom: 18px;
}
#block-views-news-center-block-1 .block-title-wrapper h4 {
    font-size: 46px;
    font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
#block-views-news-center-block-1 .views-row {
    border: 1px solid #dfdfdf;
    margin-bottom: 55px;
    background-color: #fff;
}
#block-views-news-center-block-1 .view-content {
    width: 100%;
    background-color: transparent;
}
#block-views-news-center-block-1 .views-field-field-news-category {
    padding: 5px 4%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
#block-views-news-center-block-1 .views-field-title {
    padding: 10px 4%;
    font-size: 18px;
    font-weight: bold;
	font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#block-views-news-center-block-1 .field-item .content a img {
    height: 100%;
}
#block-views-news-center-block-1 .views-field-body p {
    padding: 10px 4%;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
#block-views-news-center-block-1 .read-more {
	margin: 0 4% 20px 0;
}
#block-views-news-center-block-1 .read-more a {
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	box-transition: all .2s ease-in-out;
}
#block-views-news-center-block-1 .read-more:hover a {
	color: #EEB211;
}


/* Partner with GT IISP */

#block-block-231 {
    width: 86%;
    margin: 0 7%;
}
#block-block-231 .block-title-wrapper {
    padding-top: 30px;
    padding-right: 4%;
}
#block-block-231 .block-title-wrapper h4 {
    font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
#block-block-231 .block-title-wrapper h4:before {
    font-family: 'Arial', sans-serif;
    content: "\00bb";
    font-size: 78px;
    color: #EEB211;
    display: inline;
    margin-left: -4%;
    letter-spacing: 3px;
}
#block-block-231 .block-title-wrapper h4 {
    font-size: 46px;
}
#block-block-231 .content p.spotlight {
    font-weight: bold;
    color: #626262;
    font-size: 18px;
    float: left;
}
#block-views-cybersecurity-images-cybsec-adv {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
#block-views-cybersecurity-images-cybsec-adv .block-title-wrapper {
    padding: 60px 0;
}
#block-views-cybersecurity-images-cybsec-adv .block-title-wrapper h4 { /* GA Tech Adv */
    width: 86%;
    margin: 0 auto;
    font-size: 36px;
    color: #EEB211;
    font-weight: 600;
}
#block-views-cybersecurity-images-cybsec-adv .content {
    width: 86%;
    margin: 0 auto;
    position: relative;
}
#block-views-cybersecurity-images-cybsec-adv .content .view-content .views-row {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    position: relative;
    overflow: hidden;
}
#block-views-cybersecurity-images-cybsec-adv .views-field-title {
    font-size: 20px;
    display: block;
	margin-bottom: 8px;
}
#block-views-cybersecurity-images-cybsec-adv .content .views-field img {
    max-width: none !important;
    width: 100% !important;
    height: auto;
   	margin: 0 0 15px;
}
#block-views-cybersecurity-images-cybsec-adv .views-row-4 {
    margin-right: 0 !important;
}
#block-views-cybersecurity-images-cybsec-adv .content .views-field-field-caption {
    font-size: 18px;
}

#block-block-230 { /* Join the ... */
    width: 86%;
    margin-left: 7%;
    padding-bottom: 30px;
	margin-bottom: 30px;
}
#block-block-230 .block-title-wrapper {
    padding: 60px 0 8px 0;
}
#block-block-230 .block-title-wrapper h4 { 
    font-size: 24px;
    color: #054A9A;
}
#block-block-230 .content p {
    font-size: 18px;
}
#block-block-230 .read-more {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#block-block-230 .read-more a {
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#block-block-230 .read-more:hover a {
	color: #EEB211;
}

#block-bean-homepage-divider-1 {
    width: 100%;
    padding: 0;
}


/* Home Bottom Section */

.front #content.sidebar-right.one-sidebar {
    width: 60%;
    float: left;
    position: relative;
}
.front #sidebar-right.solo-sidebar {
    width: 38%;
    float: right;
}
.front .region-main-bottom {
	padding-right: 2%;
}
#block-block-235 .read-more, #block-block-234 .read-more {
	margin-bottom: 30px;
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#block-block-235 .read-more:hover, #block-block-234 .read-more:hover {
	color: #EEB211;
	text-decoration: none;
}

#block-block-239 { /* Cybersecurity Researchers */
    width: 86%;
    margin-left: 11.67%;
    float: left;
    padding: 50px 0;
    font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
#block-block-239 .block-title-wrapper h4 {
    font-size: 44px;
}
#block-block-239 .block-body {
    display: none;
}
#block-block-235, #block-block-234 {
    width: 86%;
    float: left;
    margin-left: 11.67%;
    position: relative;
}
#block-block-235, #block-block-234 {
    border: 1px solid #dfdfdf;
    padding: 0 !important;
    margin-bottom: 55px;
    z-index: 300;
}
#block-block-235 .block-title-wrapper h4, #block-block-234 .block-title-wrapper h4 {
    font-size: 24px;
    font-weight: 400;
    margin-left: 3%;
}
#block-block-235 .content img, #block-block-234 .content img {
    padding: 0 !important;
    margin-bottom: 4%;
    width: 100%;
}
#block-block-235 .content p, #block-block-234 .content p {
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 -2px .5em;
}

#block-block-236 { /* IISP Leadership */
    width: 86%;
    float: left;
    margin-left: 11.67%;
    padding: 0 0 40px;
}
#block-block-236 .block-title-wrapper {
      padding: 20px 4% 0 0;
}
#block-block-236 .block-title-wrapper h4 {
    color: #002350;
}
#block-block-236 .content p a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #000;
}
#block-block-236 .content p a:after {
  content: " \203A";
    font-size: 100px;
    font-weight: bold;
    position: relative;
    top: 19px;
    color: #054A9A;
    letter-spacing: -20px;
}
#block-block-236 .content p a:hover {
    color: #EEB211;
    text-decoration: none;
}
#block-views-appearances-block {
    padding-top: 10em;
    margin-left: 4%;
}
#block-views-appearances-block .block-title-wrapper h4 {
    color: #3068A9;
    padding: 0;
    font-size: 28px;
	margin-bottom: 30px;
}
#block-views-appearances-block .content .views-row {
    padding-bottom: 24px;
}
#block-views-appearances-block .content .views-field {
    line-height: 1.5em;
    font-size: 18px;
}
#block-views-appearances-block .content .views-field span.field-content {
    font-weight: bold;
}
#block-views-appearances-block .content .views-field span.date-display-single {
    font-weight: 100;
    color: #707070;
}
#block-views-appearances-block .content .views-field .field-content {
    color: #153b66;
    font-weight: 500;
    font-size: 18px;
}
#block-views-appearances-block .content .views-field .field-content a {
    color: #5887BC;
}
#block-views-appearances-block .content .views-field .field-content a:hover {
    color: #5887BC;
    text-decoration: underline;
}
#block-block-229 { /* Threat Report */
    width: 100%;
    margin-left: 4%;
    margin-top: 40px;
}
#block-block-229 .block-title-wrapper h4 {
    font-size: 24px;
    margin-bottom: 25px;
}
.home_middle_section #content-lead {
    padding: 0;
}
#block-block-229 .content h4 {
    font-size: 18px;
	line-height: 1.5em;
	padding-right: 15%;
    margin-bottom: 20px;
}
#block-block-229 .content p {
    font-size: 14px;
    font-weight: 400;
    padding-right: 15%;
    margin-bottom: 30px;
}
.front .home_bottom_section {
	width: 100%;
	position: relative;
	background: repeating-linear-gradient(180deg, #ececec, #ececec 4px, #fff 4px, #fff 13px);
}
.sidebar-right {
	background-color: #fff;
}
#sidebar-right {
    padding-right: 7%;
}
#block-block-232 .content img, #block-block-237 .content img {
    width: 100% !important;
	height: auto !important;
    padding: 0;
}
#block-block-232, #block-block-237 {
    padding: 0 !important;
    width: 100%;
}


/************************************/
/*    News Page    */
/************************************/

.page-news-center .row {  /* makes content full-width */
    max-width: none !important;
    padding: none !important;	
}
.view-display-id-sticky_news .read-more {
	margin-bottom: 30px;
	margin-right: 7%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.view-display-id-sticky_news .read-more a, .view-display-id-latest_four .read-more a {
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.view-display-id-sticky_news .read-more:hover a, .view-display-id-latest_four .read-more:hover a {
	color: #EEB211;
}
.view-display-id-latest_four .read-more {
	margin-bottom: 30px;
	margin-right: 14%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#block-views-news-center-other-recent-news {
    padding-top: 3rem;
    width: 100%;
	padding-left: 11.67%;
}
#block-views-news-center-other-recent-news .block-title-wrapper h4 {
    font-size: 32px;
	margin-bottom: 3rem;
    font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    color: #0F2F54;
}
#block-views-news-center-other-recent-news .content .views-field-title a:hover {
    color: #EEB211;
}
#block-views-news-center-other-recent-news .content .views-field-title a {
    color: #636363;
    font-size: 18px;
    font-weight: bold;
    min-height: 2em;
}
#block-views-news-center-other-recent-news .content .views-field-created {
    font-size: 14px;
    color: #636363;
}
#block-views-news-center-other-recent-news .content .views-field {
	padding-bottom: 8px;
}
#block-views-news-center-other-recent-news .content .views-field-field-source {
	font-weight: bold;
	font-size: 14px;
}
#block-views-news-center-other-recent-news .content .view-footer {
    display: none;
}
#block-views-news-center-other-recent-news .views-row {
    padding-bottom: 2%;
    border-bottom: 2px solid #B2B2B2;
    margin-bottom: 30px;
}
.views-field-field-news-category {
    background-color: #F5D25B;
    padding: 1% 4% 1%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
#block-block-238, #block-block-233 {
    width: 88.33%;
	margin-left: 11.67%;
}
#block-block-238 .block-title-wrapper h4 {
    font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    color: #0F2F54;;
    font-size: 32px;
}
#block-block-233 {
    border-bottom: 7px solid #eeb211;
}
#block-block-233 .block-title-wrapper {
    padding: 0;
}
#block-block-233 .block-title-wrapper h4 {
    font-size: 22px;
    line-height: 2em;
    border-bottom: 7px solid #eeb211 !important;
	margin-bottom: 30px;
    text-transform: uppercase;
}
#block-block-233 .block-title-wrapper h4:before {
    content: "\f05a";
    display: inline;
    font-family: FontAwesome;
    letter-spacing: 8px;
}
#block-block-233 .content p {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
}
#block-block-233 .content p em {
    color: #054A9A;
    font-weight: 300 !important;
} 
#block-block-233 .content p em a {
    color: #335083;
}
#block-block-233 .block-body {
	padding: 0;
}


/* Home Bottom Section on News Center Page */

.page-news-center #content.no-sidebars {
	width: 100%;
}
.news-center-bottom-left-content {
	float: left;
	width: 60%;
	position: relative;
	padding-right: 2%;
}
.news-center-bottom-right-content {
    float: right;
    width: 40%;
    position: relative;
    background: repeating-linear-gradient(180deg, #ececec, #ececec 4px, #fff 4px, #fff 13px);
}
#block-block-240, #block-block-238, #block-views-newsletter-block  {
    width: 74%;
    float: left;
    margin-left: 10%;
    padding: 0;
}
#block-block-238 {
	padding-top: 3rem;
}
#block-block-240 {
	margin-bottom: 60px;
}
#block-block-240 .block-title-wrapper {
    padding-top: 4rem;
}
#block-views-newsletter-block {
	padding-top: 1rem;
}
#block-block-240 .block-title-wrapper h4 {
    color: #0F2F54;
}
#block-block-240 .content p a {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 1.25em;
}
#block-block-240 .content p a:hover {
    text-decoration: none;
}
#block-block-240 .content p a:after {
  content: " \203A";
    font-size: 85px;
    font-weight: bold;
    position: relative;
    top: 14px;
    color: #054A9A;
    letter-spacing: -20px;
}
/*
#block-block-239 .block-title-wrapper h4 {
    font-family: "Roboto slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 26px;
    line-height: 2em;
}
#block-block-239 .block-title-wrapper h4:before {
  content: "\00bb";
    font-family: 'Arial', sans-serif;
    font-size: 36px;
    color: #EEB211;
    display: inline;
    letter-spacing: -8px;
}
#block-block-239 .content p a {
    font-size: 16px;
    font-weight: 500;
}
*/
#block-block-238 .block-title-wrapper {
	margin-bottom: 20px;
    border-bottom: 2px solid #B2B2B2;
}
#block-block-238 .block-title-wrapper h4 {
    font-weight: bold;
    color: #0C4D9A;
    font-size: 32px;
}
#block-block-238 .content {
    display: none;
}
#block-views-newsletter-block {
    border-bottom: 2px solid #B2B2B2;
}
#block-views-newsletter-block .block-title-wrapper {
    padding: 1% 4% 7% 0;
}
#block-views-newsletter-block .block-title-wrapper h4 {
    line-height: 1em;
    display: inline;
    vertical-align: -webkit-baseline-middle;
    font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
#block-views-newsletter-block .block-title-wrapper h4:before, #block-views-blog-block .block-title-wrapper h4:before {
    content: "\00bb";
    font-family: 'Arial', sans-serif;
    font-size: 65px;
    color: #EEB211;
    display: inline;
    letter-spacing: 4px;
    font-weight: 400;
    vertical-align: top;
}
#block-views-newsletter-block .field-content {
    display: none;
}
#block-views-newsletter-block .content p a {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1em;
}
#block-views-newsletter-block .view-footer {
    padding-top: 2%;
	margin-bottom: 30px;
}
#block-views-newsletter-block .view-footer p a:hover {
    text-decoration: none;
}
#block-views-newsletter-block .view-footer p a:after {
  content: " \203A";
    font-size: 60px;
    font-weight: 400;
    position: relative;
    color: #054A9A;
    letter-spacing: -12px;
    vertical-align: top;
}
#block-views-blog-block .block-title-wrapper h4 {
    line-height: 1.5em;
    display: inline;
    vertical-align: -webkit-baseline-middle;
    font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
#block-views-blog-block {
    margin-left: 8%;
    width: 80%;
}
#block-views-blog-block .block-title-wrapper {
    margin-bottom: 4%;
    padding: 20px 4% 15px 0;
}
#block-views-blog-block .block-title-wrapper h4:before {
    color: #054A9A;
}
.view-id-blog .view-header {
	position: relative;
	float: right;
	margin-top: -70px;
	margin-right: 4%;
	font-size: 36px;
}
.view-id-blog .view-header a {
	color: #EEB211;
}
#block-views-blog-block .views-row {
    padding-bottom: 20px;
    border-bottom: 2px solid #B2B2B2;
    margin-bottom: 20px;
}
#block-views-blog-block .views-field-title span.field-content a {
    color: #22599A;
    font-size: 18px;
    font-weight: bold;
    min-height: 2em;
}
#block-views-blog-block .views-field-view-node span.field-content a:before {
    content: "> ";
    position: relative;
    display: inline;
}
#block-views-blog-block .views-field-view-node span.field-content a {
    color: #EEB211;
    font-size: 14px;
    font-weight: 400;
}
#block-views-blog-block .content .views-label-created:before {
    content: "\f017";
    font-family: FontAwesome;
    font-size: 18px;
    color: #636363;
    letter-spacing: 2px;
}
#block-views-blog-block .content .views-label-created {
    font-size: 18px;
    color: #636363;
    font-weight: bold;
}
#block-views-blog-block .views-field {
    padding-bottom: 15px;
}

/* Fixes to max-width containers */

#utility .row, #superfooter .row, #footer .row, #primary-menus-wrapper, #identity-wrapper, #content {
	width: 86%;
	margin: 0 auto;
	float: none;
	max-width: none;
}
/*
.row #content {
	width: 100%;
}
*/

.front #superfooter .row, .page-news-center #superfooter .row {
	padding-left: 0;
	padding-right: 0;
}

/* Faculty By Expertise Page Styles */

.page-faculty-by-expertise .views-exposed-form .views-exposed-widget {
	padding: 0;
}

.page-faculty-by-expertise .views-exposed-form #edit-title-wrapper, .page-faculty-by-expertise .views-exposed-form #edit-name-wrapper  {
	width: 42%;
	margin-right: 2%;
}

.page-faculty-by-expertise .views-exposed-form #edit-title-wrapper label, .page-faculty-by-expertise .views-exposed-form #edit-name-wrapper label {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
}

.page-faculty-by-expertise .views-exposed-form #edit-title-wrapper input, .page-faculty-by-expertise .views-exposed-form #edit-name-wrapper select {
	width: 100%;
	padding: 8px;
	font-size: 16px;
	height: 2.5em;
	border: 1px solid #000;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.page-faculty-by-expertise .views-exposed-form .views-submit-button {
	width: 12%;
}
.page-faculty-by-expertise .views-exposed-form .views-submit-button input[type="submit"] {
	width: 100%;
	background: #000;
	padding: 10px 16px;
	margin: 1.6em 0 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.page-faculty-by-expertise .views-exposed-form {
	margin-bottom: 40px;
}

.view-faculty-by-expertise .view-content {
	padding-top: 40px;
	border-top: 5px solid #eeb211;
	border-bottom: 5px solid #eeb211;
	margin-bottom: 20px;
}
.expertise-section {
	padding-bottom: 80px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
.expertise-section:last-child, .expertise-section:nth-child(5n) {
	border-bottom: 0;
}
.expertise-section h3 {
	width: 58%;
	float: left;
	margin-right: 4%;
	clear: left;
}
.expertise-section h3 .expertise-title {
	font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #01244D;
	margin: 0 0 30px;
}
.expertise-section h3 .expertise-desc p {
	font-size: 16px;
}
.expertise-people {
	width: 38%;
	float: left;
}
.expertise-section .views-row-odd {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.expertise-section .views-row-even {
	float: left;
	width: 49%;
}

#expertise-paginate {
	margin-bottom: 60px;
}
#expertise-paginate ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#expertise-paginate ul li {
	display: inline-block;
	margin-right: 2%;
}
#expertise-paginate ul li a {
	font-weight: bold;
}
#expertise-paginate ul li.disabled {
	display: none;
}
#expertise-paginate ul li.active {
	color: #000;
}
#expertise-paginate ul li:first-child {
	float: left;
	margin-right: 0;
}
#expertise-paginate ul li:last-child {
	float: right;
	margin-right: 0;
}


/* News Center Page Styles */

#block-views-exp-news-archive-news-archive {
	position: relative;
	margin-top: -135px;
}
#block-views-exp-news-archive-news-archive #edit-tid-wrapper {
	position: absolute;
	top: 14px;
	right: calc(80px + 7%);
}
#block-views-exp-news-archive-news-archive .views-submit-button {
	position: absolute;
	right: 7%;
	padding-right: 0;
}
#block-views-exp-news-archive-news-archive #edit-tid-wrapper label {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
}
#block-views-exp-news-archive-news-archive #edit-tid-wrapper select {
	width: 100%;
	padding: 8px;
	font-size: 16px;
	height: 2.5em;
	border: 1px solid #000;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#block-views-exp-news-archive-news-archive .views-submit-button input[type="submit"] {
	width: 100%;
	background: #000;
	padding: 10px 16px;
	margin: 40px 0 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
}


#block-views-news-center-sticky-news, #block-views-news-center-latest-four {
	padding: 0;
}
#block-views-news-center-sticky-news .view-content img {
	width: 100%;
	height: auto;
}
#block-views-news-center-sticky-news .views-field-field-news-category {
	font-size: 14px;
	padding: 10px 7%;
}
#block-views-news-center-latest-four .block-body {
	padding: 0;
}
#block-views-news-center-latest-four .views-field-field-news-category {
	font-size: 14px;
	padding: 10px 14%;
}
#block-views-news-center-sticky-news .views-field-title {
	padding: 25px 7% 15px;
	font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#block-views-news-center-latest-four .views-field-field-featured-image {
	height: 0;
	padding-bottom: 66.7%;
}
#block-views-news-center-latest-four .views-field-title {
	padding: 20px 14% 15px;
	font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 18px;
	font-weight: bold;
	min-height: 4.5em;
}
#block-views-news-center-latest-four .read-more {
	margin-right: 14%;
}
#block-views-news-center-sticky-news .views-field-body {
	width: 86%;
	margin: 0 auto;
	padding: 10px 0;
}
#block-views-news-center-latest-four .views-field-body {
	width: 72%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 14px;
}
#block-views-news-center-latest-four .views-field-body .field-content {
	
}
#block-views-news-center-latest-four {
	border-top: 1px solid #dfdfdf;
}
#block-views-news-center-latest-four .views-row {
	width: 50%;
	float: left;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}
#block-views-news-center-latest-four .views-row-odd:after {
	content: "";
	background-color: #dfdfdf;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
}


.page-news-center #page-title h2 {
	width: auto !important;
	display: inline-block;
	position: relative;
	padding: 0 0 0 7%;
}

.page-news-archives #page-title h2 {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.page-news-archives #block-views-exp-news-archive-news-archive #edit-tid-wrapper {
	right: 80px;
}
.page-news-archives #block-views-exp-news-archive-news-archive .views-submit-button {
	right: 0;
	padding-right: 0;
}

.rss-link {
	position: absolute;
	top: 0;
	right: -50px;
}
.rss-link a {
	color: #EEB211 !important;
}

/* News Archive Styles */

.view-news-archive .views-row {
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.view-news-archive .views-row-last {
	border-bottom: none;
}
.view-news-archive .views-field-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.view-news-archive .views-field-field-news-category {
	font-size: 14px;
	display: inline-block;
	padding: 4px 8px;
	margin-bottom: 8px;
}
.view-news-archive .views-field-created {
	margin-bottom: 8px;
}


/* In The News Category Styles */

.term-48 .views-field-field-news-category {
	background-color: rgba(245,210,91,1.0);
}
.term-48 .views-field-title {
	background-color: rgba(245,210,91,0.6);
}
.term-48 .views-field-title a {
	color: #000;
}

/* GA Tech News Styles */

.term-47 .views-field-field-news-category {
	background-color: rgba(49,80,113,1.0);
	color: #fff;
}
.term-47 .views-field-title {
	background-color: rgba(49,80,113,0.6);
	color: #fff;
}
.term-47 .views-field-title a {
	color: #fff;
}

/* News by GA Tech Styles */

.term-57 .views-field-field-news-category {
	background-color: rgba(84, 84, 84, 1.0);
	color: #fff;
}
.term-57 .views-field-title {
	background-color: rgba(84, 84, 84, 0.6);
	color: #fff;
}
.term-57 .views-field-title a {
	color: #fff;
}


/* Student Resume Search Page */

.page-student-resumes .views-exposed-form #edit-area-wrapper, .page-student-resumes .views-exposed-form #edit-name-wrapper  {
	width: 42%;
	margin-right: 2%;
}

.page-student-resumes .views-exposed-form #edit-area-wrapper label, .page-student-resumes .views-exposed-form #edit-name-wrapper label {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
}

.page-student-resumes .views-exposed-form #edit-area-wrapper select, .page-student-resumes .views-exposed-form #edit-name-wrapper input {
	width: 100%;
    padding: 8px;
    font-size: 16px;
    height: 2.5em;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.page-student-resumes .views-exposed-form .views-submit-button {
	width: 12%;
}
.page-student-resumes .views-exposed-form .views-submit-button input[type="submit"] {
	width: 100%;
	background: #000;
	padding: 10px 16px;
	margin: 1.6em 0 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.page-student-resumes .views-exposed-form {
	margin-bottom: 40px;
}
.view-student-resumes .view-content {
	border-top: 5px solid #eeb211;
    border-bottom: 5px solid #eeb211;
	padding: 10px 0;
	margin-bottom: 60px;
}
.view-student-resumes table {
	border: none; 
    margin: 0 0 1.29em 0;
    width: 100%;
}
.view-student-resumes table thead th {
	background: transparent;
	color: #3D5B7A;
	text-decoration: underline;
	padding: 20px 5px;
	border: none;
}
.view-student-resumes table tbody {
	border: none;
}
.view-student-resumes table tbody td, .view-student-resumes table tbody tr, .view-student-resumes table tbody tr.odd {
	border: none;
	background: transparent;
}
.view-student-resumes table tbody td {
	padding: 20px 5px;
	vertical-align: middle;
}
.view-student-resumes table .views-field-title, .view-student-resumes table .views-field-field-resume-cv, .view-student-resumes table .views-field-field-resume-website {
	font-weight: bold;
}
.view-student-resumes table .views-field-field-resume-degree {
	font-style: italic;
}


/* Research Papers Page */

.page-research-papers .views-exposed-form #edit-area-wrapper, .page-research-papers .views-exposed-form #edit-author-wrapper  {
	width: 42%;
	margin-right: 2%;
}

.page-research-papers .views-exposed-form #edit-area-wrapper label, .page-research-papers .views-exposed-form #edit-author-wrapper label {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
}

.page-research-papers .views-exposed-form #edit-area-wrapper select, .page-research-papers .views-exposed-form #edit-author-wrapper input {
	width: 100%;
    padding: 8px;
    font-size: 16px;
    height: 2.5em;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.page-research-papers .views-exposed-form .views-submit-button {
	width: 12%;
}
.page-research-papers .views-exposed-form .views-submit-button input[type="submit"] {
	width: 100%;
	background: #000;
	padding: 10px 16px;
	margin: 1.6em 0 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.page-research-papers .views-exposed-form {
	margin-bottom: 40px;
}
.view-research-papers .views-row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.view-research-papers .views-row-last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.view-research-papers .view-content {
	border-top: 5px solid #eeb211;
    border-bottom: 5px solid #eeb211;
	padding: 60px 0;
	margin-bottom: 60px;
}
.view-research-papers .views-field-title {
	font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 30px;
}
.view-research-papers .views-field-field-paper-author, .view-research-papers .views-field-field-paper-authlink, .view-research-papers .views-field-field-paper-topic, .view-research-papers .views-field-field-paper-keywords {
	width: 23.5%;
	display: inline-block;
	margin-left: -4px;
	margin-right: 2%;
	margin-bottom: 30px;
}
.view-research-papers .views-field-field-paper-author {
	margin-left: 0;
}
.view-research-papers .views-field-field-paper-author .views-label, .view-research-papers .views-field-field-paper-authlink .views-label, .view-research-papers .views-field-field-paper-topic .views-label, .view-research-papers .views-field-field-paper-keywords .views-label {
	color: #3D5B7A;
	text-decoration: underline;
}
.view-research-papers .views-field-field-paper-author .field-content, .view-research-papers .views-field-field-paper-authlink .field-content, .view-research-papers .views-field-field-paper-topic .field-content, .view-research-papers .views-field-field-paper-keywords .field-content {
	margin-top: 20px;
	min-height: 1em;
}
.view-research-papers .views-field-field-paper-keywords {
	margin-right: 0;
}
.view-research-papers .view-field-body .field-content {
	
}
.view-research-papers .views-field-field-paper-file {
	text-align: right;
	margin-top: 20px;
}
.view-research-papers .views-field-field-paper-file .file {
	background: #eeb211;
	padding: 8px 16px;
}
.view-research-papers .views-field-field-paper-file .file a {
	font-weight: bold;
}


/* Misc universal fixes */

#block-block-139 .block-title-wrapper h4, #block-block-140 .block-title-wrapper h4, #block-block-211 .block-title-wrapper h4, #block-block-171 .block-title-wrapper h4, #block-block-210 .block-title-wrapper h4, #block-block-127 .block-title-wrapper h4, #block-block-126 .block-title-wrapper h4 {
	font-size: 20px;
	text-transform: uppercase !important;
}
#block-block-211 .block-title-wrapper h4, #block-block-127 .block-title-wrapper h4, #block-block-126 .block-title-wrapper h4 {
	padding-left: 10px !important;
	paddding-right: 10px !important;
}

.sidebar .promo-block {
	margin-bottom: 20px;
}



/* Single News Node Display Fixes */

.node-type-news .node-body {
	padding: 40px 0;
	margin-bottom: 60px;
	border-top: 8px solid #EEB211;
	border-bottom: 8px solid #EEB211;
}


/* Events Archive Page Display Fixes */

.view-display-id-page_events .views-field-field-event-times {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}

.view-display-id-page_events .views-field-title {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
}
.view-display-id-page_events .views-row {
	margin-bottom: 40px;
}




/* Footer Fixes */

#superfooter > .row {
	padding: 20px 0 10px;
}
.superfooter-resource-links:first-child {
	padding-left: 0;
}
.superfooter-resource-links:last-child {
	padding-right: 0;
}


/* Mobile Styles */

@media screen and (max-width: 1170px) {
	#block-views-ways-to-engage-ways-home .block-title-wrapper, #block-views-ways-to-engage-ways-home .content, #block-block-226, #block-block-233, #block-block-238, #block-views-cybersecurity-images-cybsec-adv .block-title-wrapper h4, #block-views-cybersecurity-images-cybsec-adv .content, #main:not(.with-spotlight) #page-title h2, #block-views-news-center-other-recent-news, .front ul.slides li .container .caption, .front .flex-direction-nav, #breadcrumb .row {
		width: 92%;
		margin: 0 4%;
	}
	#primary-menus-wrapper, #identity-wrapper, #utility .row, #footer .row, #superfooter .row {
		width: 94%;
		margin: 0 4%;
	}
	#sidebar-right {
		padding-right: 4%;
		padding-left: 2%;
	}
	#block-views-appearances-block {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#block-block-229 {
		margin-left: 0;
	}
	#block-block-226 .block-title-wrapper h4:before {
		margin-left: 0;
	}
	.front ul.slides li .container .caption .slide-title {
		font-size: 36px;
	}
	.front .flex-direction-nav {
		top: calc(50% + 100px + 1.5em);
	}
	#block-block-231 .block-title-wrapper h4, #block-block-239 .block-title-wrapper h4 {
		font-size: 42px;
	}
	#block-block-231 .block-title-wrapper h4:before {
		font-size: 64px;
	}
	
	/* News Center Page */
	#block-views-exp-news-archive-news-archive {
		display: none;
	}
	.page-news-center #page-title h2 {
		padding-left: 0;
	}
	#block-views-news-center-sticky-news .views-field-field-news-category {
		padding: 10px 4%;
	}
	#block-views-news-center-sticky-news .views-field-title {
		padding: 25px 4% 15px;
	}
	#block-views-news-center-sticky-news .views-field-body {
		width: 92%;
	}
	#block-views-news-center-latest-four .views-field-field-news-category {
		padding: 10px 8%;
	}
	#block-views-news-center-latest-four .views-field-title {
		padding: 20px 8% 15px;
	}
	#block-views-news-center-latest-four .views-field-body {
		width: 86%;
	}
	#block-views-news-center-other-recent-news, #block-block-233 {
		padding-left: 2%;
	}
	#content.no-sidebars {
		width: 92%;
	}
	#main:not(.with-spotlight) #page-title.bg-image {
		margin-bottom: 20px;
	}
	#main:not(.with-spotlight) #page-title.bg-image h2:before, #main:not(.with-spotlight) #page-title.bg-image h2:after, #main:not(.with-spotlight) #page-title.bg-image:before, #main:not(.with-spotlight) #page-title.bg-image:after {
		display: none;
	}
	#views-exposed-form-faculty-by-expertise-faculty-exp {
		width: 92%;
		margin: 0 auto;
	}
	#main:not(.with-spotlight) #page-title.bg-image h2 {
		padding: 18% 4% 0 !important;
	}
}

@media screen and (max-width: 768px) {
	#gt-logo img {
		margin-left: 0;
	}
	#block-views-cybersecurity-images-cybsec-adv .content .view-content .views-row {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 2.5rem;
	}
	#block-views-cybersecurity-images-cybsec-adv .content strong.views-field {
		min-height: 0;
		font-size: 2em;
	}
	#block-block-226 .block-title-wrapper h4 {
		font-size: 40px;
	}
	#block-block-226 .block-title-wrapper h4:before {
		font-size: 70px;
	}
	
	.front .flex-direction-nav {
		top: calc(50% + 100px);
		width: 95%;
		margin-left: 2.5%;
	}
	.front ul.slides li .container .caption .slide-title {
		font-size: 36px;
	}
	#block-block-231 .block-title-wrapper h4 {
		font-size: 36px;
	}
	#block-block-231 .block-title-wrapper h4:before {
		font-size: 58px;
	}
	#block-block-239 {
		padding: 20px 0;
	}
	#block-block-239 .block-title-wrapper h4 {
		font-size: 32px;
	}
	.page-student-resumes .views-exposed-form #edit-area-wrapper, .page-student-resumes .views-exposed-form #edit-name-wrapper, .page-research-papers .views-exposed-form #edit-area-wrapper, .page-research-papers .views-exposed-form #edit-author-wrapper {
		margin-right: 0;
	}
	.page-student-resumes .views-exposed-form .views-submit-button, .page-research-papers .views-exposed-form .views-submit-button {
		width: 16%;
	}
	.view-student-resumes table thead th:first-child, .view-student-resumes table tbody tr td:first-child {
		display: none;
	}
	.view-research-papers .views-field-field-paper-author, .view-research-papers .views-field-field-paper-authlink, .view-research-papers .views-field-field-paper-topic, .view-research-papers .views-field-field-paper-keywords {
		width: 100%;
		margin-right: 0;
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.front ul.slides li .container:before, .front ul.slides li .container:after, .front .flexslider:before, .front .flexslider:after, .yellow-chevron {
		display: none;
	}
	.front ul.slides li .container .caption .slide-title {
		font-size: 32px;
	}
	.front .flex-direction-nav {
		top: calc(50% + 85px);
	}
	.front .flex-direction-nav li a {
		width: 35px;
		height: 35px;
		font-size: 0;
	}
	.front .flex-direction-nav a.flex-prev:before {
		font-size: 40px;
		margin-top: -6px;
		margin-left: 11px;
	}
	.front .flex-direction-nav a.flex-next:before {
		font-size: 40px;
		margin-top: -6px;
		margin-right: 11px;
	}
	.front ul.slides li .container .caption .slide-title {
		font-size: 20px;
	}
	.front ul.slides li .container .caption .slide-text {
		min-height: 12em;
		font-size: 14px;
	}
	.front .view-homepage-slideshow .view-content {
		margin-bottom: 0;
	}
	#block-views-ways-to-engage-ways-home .views-field-title {
		font-size: 1em !important;
	}
	#block-views-ways-to-engage-ways-home {
		margin: 30px 0;
		padding-bottom: 0;
		float: none;
	}
	#block-views-events-block {
		float: none;
		width: 92%;
		margin: 0 4%;
		padding: 0;
	}
	#block-views-events-block .block-title-wrapper {
		padding-top: 20px;
	}
	#block-views-news-center-block-1 {
		float: none;
		width: 100%;
		padding: 0 4%;
		margin: 0;
		border-right: none;
	}
	.more-link {
		margin-bottom: 40px; 
	}
	#block-block-226 .block-title-wrapper h4 {
		font-size: 32px;
	}
	#block-block-226 .block-title-wrapper h4:before {
		font-size: 50px;
	}
	#block-block-231 .block-title-wrapper h4 {
		font-size: 32px;
	}
	#block-block-231 .block-title-wrapper h4:before {
		font-size: 48px;
	}
	#block-views-cybersecurity-images-cybsec-adv .block-title-wrapper {
		padding: 30px 0;
	}
	#block-views-cybersecurity-images-cybsec-adv .block-title-wrapper h4 {
		font-size: 32px;
	}
	#block-block-239 .block-title-wrapper h4 {
		font-size: 26px;
	}
	.news-center-bottom-left-content {
		float: none;
		width: 100%;
		padding-bottom: 30px;
	}
	.news-center-bottom-right-content {
		float: none;
		width: 100%;
	}
	#main:not(.with-spotlight) #page-title.bg-image h2 {
		padding: 16% 4% 0 !important;
	}
	.page-faculty-by-expertise .views-exposed-form .views-submit-button input[type="submit"] {
		padding: 10px;
	}
	#block-block-240, #block-views-newsletter-block, #block-views-blog-block {
		margin-left: 4%;
		width: 92%;
	}
}

@media screen and (max-width: 568px) {
	.front .flex-direction-nav {
		display: none !important;
	}
	.front ul.slides li .container .caption .slide-text {
		min-height: 16em;
	}
	#block-block-226 .block-title-wrapper h4:before {
		display: none;
	}
	#block-views-cybersecurity-images-cybsec-adv .block-title-wrapper h4 {
		font-size: 28px;
	}
	#block-views-cybersecurity-images-cybsec-adv .content strong.views-field {
		font-size: 1.5em;
	}
	.front #content.sidebar-right.one-sidebar, .front .no-sidebars .region-main-bottom {
		width: 100%;
		float: none;
	}
	.front #sidebar-right.solo-sidebar {
		width: 100%;
		float: none;
	}
	#block-views-appearances-block {
		padding-top: 30px;
		margin-left: 4%;
	}
	#block-views-ways-to-engage-ways-home .views-row {
		width: 100%;
		float: none;
	}
	#block-views-ways-to-engage-ways-home .views-field-title {
		font-size: 1.4em !important;
	}
	#block-block-230 .block-title-wrapper {
		padding-top: 0;
	}
	#block-block-239 .block-title-wrapper h4 {
		font-size: 28px;
	}
	#block-block-239 {
		width: 92%;
		padding: 20px 4%;
		margin-left: 0;
		float: none;
	}
	#block-block-235, #block-block-234 {
		width: 92%;
		margin-left: 4%;
		float: none;
	}
	#block-block-229 {
		width: 92%;
		margin-left: 4%;
	}
	#block-block-231 .block-title-wrapper h4 {
		font-size: 28px;
	}
	#block-views-news-center-latest-four .views-row {
		width: 100%;
		float: none;
		border-right: none;
	}
	#main:not(.with-spotlight) #page-title.bg-image {
		padding-bottom: 48%;
	}
	#main:not(.with-spotlight) #page-title.bg-image h2 {
		padding-top: 26% !important;
		font-size: 2.25em;
	}
	.page-faculty-by-expertise .views-exposed-form #edit-title-wrapper, .page-faculty-by-expertise .views-exposed-form #edit-name-wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.page-faculty-by-expertise .views-exposed-form .views-submit-button {
		width: 100%;
	}
	.page-faculty-by-expertise .views-exposed-form .views-submit-button input[type="submit"] {
		margin-top: 10px;
	}
	.page-student-resumes .views-exposed-form #edit-area-wrapper, .page-student-resumes .views-exposed-form #edit-name-wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.page-student-resumes .views-exposed-form .views-submit-button {
		width: 100%;
	}
	.page-student-resumes .views-exposed-form .views-submit-button input[type="submit"] {
		margin-top: 10px;
	}
	.page-research-papers .views-exposed-form #edit-area-wrapper, .page-research-papers .views-exposed-form #edit-author-wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.page-research-papers .views-exposed-form .views-submit-button {
		width: 100%;
	}
	.page-research-papers .views-exposed-form .views-submit-button input[type="submit"] {
		margin-top: 10px;
	}
	.expertise-section h3 {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.expertise-people {
		width: 100%;
		float: none;
	}
	.page-news-center #content.no-sidebars {
		width: 96%;
		margin: 0 2%;
	}
}

@media screen and (max-width: 479px) {
	.front ul.slides li .container .caption .slide-text {
		min-height: 16em;
		padding-bottom: 20px;
	}
	#block-views-cybersecurity-images-cybsec-adv .block-title-wrapper h4 {
		font-size: 24px;
	}
	#block-views-cybersecurity-images-cybsec-adv .content strong.views-field {
		font-size: 1.25em;
	}
	#block-views-appearances-block .block-title-wrapper h4 {
		font-size: 26px;
	}
}