/**
 * @license
 * MyFonts Webfont Build ID 3589073, 2018-05-30T07:05:29-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Tara-Bold by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/tara/bold/
 * 
 * Webfont: Tara-Italic by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/tara/italic/
 * 
 * Webfont: Tara-Regular by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/tara/regular/
 * 
 * Webfont: Tara-Medium by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/tara/medium/
 * 
 * Webfont: Tara-BoldItalic by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/tara/bold-italic/
 * 
 * Webfont: Tara-Semibold by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/tara/semibold/
 * 
 * Webfont: Tara-MediumItalic by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/tara/medium-italic/
 * 
 * Webfont: Tara-SemiboldItalic by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/tara/semibold-italic/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3589073
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2017 Fontstore Pte Ltd. All rights reserved.
 * 
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/36c3d1");
 
@font-face {
	font-family: 'Tara-Italic';
	src: url('webfonts/36C3D1_1_0.eot');
	src: url('webfonts/36C3D1_1_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/36C3D1_1_0.woff2') format('woff2'),
		url('webfonts/36C3D1_1_0.woff') format('woff'),
		url('webfonts/36C3D1_1_0.ttf') format('truetype');
}

@font-face {
	font-family: 'Tara-Medium';
	src: url('webfonts/36C3D1_3_0.eot');
	src: url('webfonts/36C3D1_3_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/36C3D1_3_0.woff2') format('woff2'),
		url('webfonts/36C3D1_3_0.woff') format('woff'),
		url('webfonts/36C3D1_3_0.ttf') format('truetype');
}

body {
	background: rgba(228,243,245,1);
	color: rgba(66,71,137,1);
	font-family: 'Tara-Medium';
	font-size: 1.25rem;
	margin: 0;
}

a { color: rgba(66,71,137,1); }

header {
	background: white;
}

h1 {
	height: 1px;
	margin: 0;
	text-indent: -999999px;
 }

 p { margin: 0 0 1rem 0; }

.site-logo {
	display: block;
	margin: 0 auto;
}

article,
.hero-video {
	max-width: 1920px;
	margin: 0 auto;
}

article { padding: 2rem; }

blockquote {
	font-size: 1.875rem;
	margin: 0 0 2rem 0;
}

blockquote p { margin: 0; }

blockquote footer { font-family: 'Tara-Italic' }

video {
	display: block;
	height: auto;
    width: 100%;
    max-width: 1920px;
 }

 @media screen and (min-width:768px) {
 	article {
		display: flex;
		justify-content: space-between;
		padding: 2rem 10.91145%;
	}

	blockquote,
	section { flex-basis: 38.69791%; }
 }