/*
Theme Name: Tauber Institute for Global Operations
Author: Phire Group
Author URI: http://thephiregroup.com/
Version: 1.1
*/

@media screen {

	/* RESETS */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, main,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, main, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

	/* WORDPRESS CLASSES */

	.alignnone {
		margin: 5px 20px 20px 0;
	}

	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 0 20px 20px 0;
	}

	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {
		background-color: #fafafa;
		border: 1px #d9d9d9 dotted;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 5px 0 5px;
		text-align: center;
		border-radius: 3px;
	}

	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
	}

	.wp-caption p.wp-caption-text {
		font-size: 14px;
		line-height: 18px;
		margin: 0 !important;
		padding: 0 0 10px 0;
	}
	
	.wp-caption p {
		margin: 0 !important;
	}

	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
	
	.skip-main:not(:focus) {
	  position: absolute;
	  left: -9999px;
	  z-index: 999;
	  padding: 3em;
	  opacity: 0;
	}
	.skip-main:focus {
	  left: 50%;
	  transform: translateX(-50%);
	  opacity: 1;
	}
	.skip-main {
	  color: #000000;
	  background-color: #FFCB05;
	}


	/* GLOBAL */
	
	html {
		scroll-behavior: smooth;
	}
	
	body {
		font-family: "Nunito Sans", sans-serif;
		font-optical-sizing: auto;
		font-size: 16px;
		line-height: 130%;
		font-weight: 400;
		color: #000000;
		text-align: center;
		position: relative;
		overflow-x: hidden;
	}

	*, *:before, *:after {
		box-sizing: border-box;
	}
	
	.main_container {
		margin: 0 auto;
	}
	
	.row {
		margin: 0 auto;
		width: 1280px;
		text-align: left;
		position: relative;
	}

	.clearfix::after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: '';
	}
	
	p {
		margin-bottom: 1.5em;
	}
	
	a {
		text-decoration: none;
		color: #000000;
	}
	
	a:focus, button:focus, input:focus, select:focus, textarea:focus {
		/* outline: dotted 2px #253746; */
	}
	
	img {
		max-width: 100%;
	}
	
	.centered {
		text-align: center;
	}
	
	.hide_on_desktop {
		display: none;
	}
	
	button {
		font-family: "Oswald", sans-serif;
		font-size: 1rem;
		border: 0;
		margin: 0;
		padding: 0;
		background-color: transparent;
		-webkit-appearance: none;
		appearance: none;	
		cursor: pointer;		
	}
	
	b, strong {
		font-weight: 700;
	}

	i, em {
		font-style: italic;
	}
	
	#main {

	}
	
	h1 {
		font-family: "Montserrat", sans-serif;
		font-size: 2rem;
		font-style: normal;
		font-weight: 800;
		line-height: 120%;
		letter-spacing: -0.03rem;
		margin: 0 0 20px 0;
	}
	
	h2 {
		color: #2F65A7;
		font-family: "Montserrat", sans-serif;
		font-size: 2rem;
		font-style: normal;
		font-weight: 800;
		line-height: 120%;
		letter-spacing: -0.03rem;
		margin: 0 0 30px 0;
	}
	
	h3 {
		font-family: "Montserrat", sans-serif;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.875rem;
	}

	
	.cta {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		background-color: #00274C;
		border: 1px solid #00274C;
		color: #ffffff;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 10px 16px;
		text-align: center;
		margin: 0 0 10px 0;
		transition: all .1s linear;
		text-decoration: none !important;
	}
	.cta:hover {
		border: 1px solid rgba(152, 156, 151, 0.50);
		background-color: #ffffff;
		color: #00274C;
	}
	
	.crumbs {
		color: #00274C;
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 120%;
		margin: 0 0 10px 0;
	}
	
	.crumbs a {
		color: #00274C;
		font-size: 0.75rem;
		font-weight: 600;
		line-height: 120%;
		text-decoration: underline;
		padding: 0 10px 0 0;
	}
	

	
	/* HEADER */
	
	header .row_1 {
		width: 100%;
		padding: 0 45px;
		height: 40px;
		background-color: #ffffff;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	
	header .row_1 li {
		display: inline-block;
	}
	
	header .row_1 a {
		display: inline-flex;
		padding: 0 14px;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
	}
	
	header .row_2 {
		width: 100%;
		padding: 0 45px;
		height: 70px;
		background-color: #00274C;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.logo img {
		display: block;
	}
	
	
	
	/* NEWSROOM */
	
	.news_header {
		padding: 50px 0 70px 0;
		background-color: #00274C;
	}
	
	.news_header h1 {
		color: #ffffff;
	}
	
	.news_filters {
		padding: 40px 0;
	}
	
	.news_filters ul {
		display: flex;
		align-items: center;
	}
	
	.filter_by {
		color: #131516;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
		padding: 0 30px 0 0;
	}
	
	.btn_filter {
		display: inline-flex;
		height: 40px;
		align-items: center;
		border-radius: 4px;
		border: 1px solid rgba(152, 156, 151, 0.50);
		background-color: #ffffff;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 0 16px;
		text-align: center;
		margin: 0 20px 0 0;
		transition: all .1s linear;
	}
	
	.btn_filter:hover {
		border: 1px solid #00274C;
		background-color: #00274C;
		color: #ffffff;
	}
	
	.news_blocks {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 15px;
		row-gap: 50px;
	}
	
	.news_block img {
		display: block;
		border-radius: 4px;
	}
	
	.news_block_inner {
		padding: 15px 15px 0 15px;
	}
	
	.news_title {
		display: block;
		color: #00274C;
		font-family: Montserrat, sans-serif;
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 100%;
		letter-spacing: -0.0225rem;
		margin: 0 0 10px 0;
	}
	
	.news_title:hover {
		text-decoration: underline;
	}
	
	.cat {
		display: inline-block;
		padding: 10px 8px;
		border-radius: 2px;
		background-color: #FFCB05;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 120%;
		text-transform: uppercase;
		margin: 0 10px 10px 0;
	}
	
	.news_header_single {
		padding: 50px 0 70px 0;
	}
	
	.news_cols {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;;
	}
	
	.news_left {
		width: 270px;
		flex: 0 0 auto;
	}
	
	.news_right {
		width: 770px;
		flex: 0 0 auto;
	}
	
	.news_date {
		color: #131516;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 800;
		line-height: 130%;
		letter-spacing: -0.01125rem;
		margin: 0 0 30px 0;
	}
	
	.similar_news {
		margin: 110px auto 0 auto;
	}
	
	.similar_news .news_blocks {
		margin: 0 0 50px 0;
	}
	
	
	
	/* CONTENT BLOCKS */
	
	.gradient_header {
		background: linear-gradient(180deg, #2F65A7 0%, #00274C 100%);
	}

	.gradient_header .row {
		padding: 50px 0 70px 0;
	}
	
	.gradient_header .crumbs {
		color: #ffffff;
		margin: 0 0 80px 0;
	}
	
	.gradient_header .crumbs a {
		color: #ffffff;
	}
	
	.gradient_header h1 {
		color: #ffffff;
		margin: 0;
	}
	
	
	
	
	/* FOOTER */
	
	footer .row_1 {
		padding: 60px 0;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		line-height: 130%;
		letter-spacing: -0.01rem;
	}
	
	.cta_phone, .cta_email {
		display: inline-flex;
		height: 40px;
		align-items: center;
		border-radius: 4px;
		border: 1px solid rgba(152, 156, 151, 0.50);
		background-color: #ffffff;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 0 16px;
		text-align: center;
		margin: 0 0 10px 0;
		transition: all .1s linear;
	}
	
	.cta_phone svg, .cta_email svg {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	.footer_menu p {
		margin: 0 0 0.75rem 0;
	}
	
	.footer_menu li {
		margin: 0 0 0.5rem 0;
	}
	
	.cta_give {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		border-radius: 4px;
		background-color: #00274C;
		color: #ffffff;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 10px 16px;
		text-align: center;
		margin: 0 0 10px 0;
		transition: all .1s linear;
	}

	.cta_shop {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		border-radius: 4px;
		border: 1px solid rgba(152, 156, 151, 0.50);
		background-color: #ffffff;
		color: #00274C;
		font-family: Oswald, sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		padding: 10px 16px;
		text-align: center;
		margin: 0 0 10px 0;
		transition: all .1s linear;
	}
	
	.cta_shop svg {
		display: inline-block;
		margin: 0 0 0 10px;
	}

	footer .row_2 {
		padding: 0 0 30px 0;
		font-size: 0.875rem;
		line-height: 130%;
		letter-spacing: -0.00875rem;
	}
	



}



@media screen and (min-width: 990px) and (max-width: 1329px) {

	.row {
		width: 970px;
		margin: 0 auto;
	}
	



}


@media screen and (max-width: 989px) {


	.hide_on_desktop {
		display: block;
	}
	
	.hide_on_mobile {
		display: none !important;
	}
	
	.row {
		width: calc(100vw - 40px);
		margin: 0 auto;
	}
	

	

}

