<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic);

html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background-color: #f8f8f8;

}

* {
	margin: 0 auto;
	padding: 0;
    border: none;
}

a {
	transition:all 0.25s ease-in-out;
}

.logo {
	height: 66px;
	padding: 18px 18px 18px 0;
}

header {
	width: 100%;
	height: 135px;
	position: fixed;top: 0;
	background-color: #fff;
	z-index: 9999;
	transition: height 0.25s ease;
}


.sidebar2 {
	height: 90px;
}

.posMenu {
	position: relative;
	top: -12px;
	transition:all 0.25s ease;
	z-index: -1;
}

.posMenu1 {
	position: relative;
	top: -8px;
	transition: all 0.25s ease;
}

.posMenu2 {
	top: 33px !important;
}


header ul {
	list-style: none;
}

header li {
	font-family: lato;
}

header section {
	padding: 44px 0;
}

.imglogo {
	transition:all 0.25s ease;
}

.topcont {
	padding-top: 135px;
}

.top_menu li {
	float:left;
	color: #aeaeae;
	font-size: 14px;
	padding: 0 7px;
	line-height: 21px;
	margin:4px 0 0 0;
}

.top_menu li a {
	text-decoration: none;
	color: #aeaeae;
}

.top_menu li a:hover {
	color: #000;
}

header input {
	background-color: #f0f0f0;
	border-radius: 2px;
	padding: 6px 0 6px 29px;
	border:none;
	outline: none;
	background: url(../img/icons/search.png), #f0f0f0;
	background-repeat: no-repeat;
	background-position: 9px 9px;
	font-family: lato, sans-serif;
	font-size: 14px;
	font-style: italic;
	width: 100%; 
	border:1px solid transparent;
	color: #434358;
	transition: all 0.25s ease-in-out;
}

header input:focus {
	border:1px solid #ffb718;
	background-color: #fff;
}

nav#nav {
    padding: 0;
}

.large_menu {
	width: 100%;
	background-color: #ffb717; /* layer fill content */
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.11); /* drop shadow */
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.11); /* drop shadow */
	box-shadow: 0 1px 0 rgba(0,0,0,.11); /* drop shadow */
	transition:all 0.25s ease;
}

.large_menu li a {
	color: #fff;
	text-decoration: none;
}

.large_menu li a:hover {
	color: #000;
}

.large_menu li {
	text-shadow: 0 1px 0 rgba(0,0,0,.15); /* drop shadow */
	text-transform: capitalize;
	font-size: 14px;
	padding: 8px 9px;
	float:left;
}

.large_menu li ul {
	display: none;
	background-color: #fff;
	opacity: 1;
	width: 220px;
	position: absolute;
	top: 34px;
	border-bottom: 2px solid #f8b41e;
	z-index: 9999 !important;
}

.large_menu nav#nav ul li:first-child {
    padding-left: 0;
}
.large_menu nav#nav ul li:last-child {
    padding-right: 0;
}

.about_drop {
	left: 22px !important;
	width: 239px !important;
}

.discover_drop{left: 112px; width: 266px !important;}

.heritage_drop{left:238px;width: 280px !important;}

.plan_drop{left: 331px;width: 306px !important;}

.more_drop{left: 803px;}

.large_menu li ul li:last-child {
	padding-bottom: 15px;
}

.large_menu li ul:hover &gt; ul{display: block;}

.large_menu li ul li,
.large_menu nav#nav li ul li:last-child,
.large_menu nav#nav li ul li:first-child {
	color: #000;
	text-shadow: none;
	font-size: 13px;
	padding: 5px 32px;
	float: none;
}

.large_menu li ul section {
	padding: 10px 0 0 0;
}

.large_menu li ul li a {
	color: #9f9fad;
}

.large_menu li:hover &gt; ul{
	display: block;
}

.sml_arw {
	background: url(../img/icons/sml-arrow.png);
	width: 6px;
	height: 4px;
	position: absolute;
	top: 15px;
	right: 12px;
	text-indent: 9999px;
}

.arrow_small_dropdown {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #ffb618 transparent transparent transparent;
	margin-top: -1px;
}

.latest_news {
	background-color: #fff;
	height: auto;
	margin-top: -26px;
	margin-bottom: 45px;
}

.article1{
	padding: 10px 5px;
	float: left;
	width: 365px;
}

.article1 a {
	text-decoration: none;
	color: #434358;
}

.article1 a:hover {
	text-decoration: underline;
	color: #777794;
	transition:all 0.3s ease;
}

.latest_news h2 {
	padding: 24px;
	font-size: 18px;
	font-family: lato,sans-serif;
	color: #434358;
	font-weight: bold;
	text-transform: uppercase;
}

.latest_news section img {
	padding: 0 20px; 
	float: left;
}

.latest_news section p {
	font-family: lora; 
	color: #434358;
	font-size: 18px;
	padding: 0 10px;
	line-height: 22px;
	margin-bottom: -3px;
}

.small_news_corp {
	font-size: 12px;
	font-family: lora;
	color: #8384a2;
	text-decoration: none;
}

.small_news_corp:hover {
	color: #434358;
}

.discover_past {
	background-color: #fff;
	margin-top: -26px;
	height: 457px;
}

.discover_past ul {
	list-style: none;
}

.discover_past h2 {
	padding: 24px;
	font-size: 18px;
	font-family: lato;
	text-transform: uppercase;
	font-weight: bold;
	color: #434358;
}

.discover_past p {
	font-family: lora; 
	color: #434358;
	font-size: 18px;
	margin: 2px 24px;
	line-height: 22px;
	padding-bottom:8px;
}

.past_info {
	border-bottom:1px solid #f8f8f8;
}

.discover_past img {
	float: left;
}

.discover_past section {
	margin: 13px 20px 0px 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f8f8f8;
	width: 230px;
	float: left;
}

.discover_past section p {
	padding-left: 98px;
	margin: -20px 0;
}

.discover_past section p:hover {
	text-decoration: underline;
}

.discover_past section a {
	font-size: 12px;
	font-family: lora;
	color: #8384a2;
	text-decoration: none;
	padding:0 7px;
}

.discover_past section a:hover {
	color: #434358;
}

.discover_past section a:last-child {
	padding: 0 7px;
	position: relative;
	top: 12px;
}

.holy_sites {
	background: url(../img/karbala.png);
	height: 218px;
	margin-top: 15px;
}

.holy_sites h2 {
	font-family: lato, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 20px;
}

.holy_sites a {
	color: #fff;
	font-family: lora;
	font-size: 18px;
	color: #434358;
	text-decoration: none;
}

.holy_sites a:hover {
	color: #8384A2;
}

.holy_sites section {
	float: left;
	padding:0 25px;
	width: 55px;
}

.planning {
	margin-top: -26px;
	height: 218px;
	background: url(../img/planning.png);
}

.planning ul {
	padding: 0 22px;
	list-style: none;

}

.planning a {
	font-family: lora;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.planning a:hover {
	color:#8384a2;
}

.planning h2 {
	font-family: lato, sans-serif;
	font-weight: bold; 
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding:24px 24px 12px 24px;
}

.p-alt {
	background: url(../img/planning-alt.png);
}

.p-alt a:hover {
	color: #c8c1fe;
}

.small_map {
	height: 224px;
	background:url(../img/small_iraq_map.png);
	margin: 15px 0px;
}

.event_book_now {
	height: 218px;
	background:url(../img/time_block.png);
}

.event_book_now p {
	color: #fff;
	font-family: lato;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	padding: 29px 0 0 12px;
}

.event_book_now p span {
	font-weight: normal;
	font-size: 25px;
	text-transform: none;
}

.book_now_button {
	text-align: center;
	padding: 10px 30px;
	text-decoration: none;
	color: #434358;
	font-size: 14px;
	font-family: lato;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 2px; /* from vector shape */
	-webkit-border-radius: 2px; /* from vector shape */
	border-radius: 2px; /* from vector shape */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 2px 0 rgba(209,147,10,.4); /* drop shadow */
	-webkit-box-shadow: 0 2px 0 rgba(209,147,10,.4); /* drop shadow */
	box-shadow: 0 2px 0 rgba(209,147,10,.4); /* drop shadow */
	position: relative;
	top: 26px;
	left: 22px;
}

.book_now_button:hover {
	/* box-shadow: none; */
	background-color: #E5E5EC;
}

.light_grey {
	background-color: #f2f2f2;
}

.become_member {
	height: 240px;
	width: 100%;
	background: url(../img/member_frame.png) center center, rgb(242, 242, 242);
	background-repeat: no-repeat;
}

.become_member h1{
	text-align: center;
	font-family: lato,sans-serif;
	font-size: 24px;
	color: #434358;
	text-transform: uppercase;
	padding: 37px 0;
}

.become_member p {
	color: #434358;
	font-size: 16px;
	font-family: lato,sans-serif;
	text-align: center;
	margin-top: -26px;
}

.become_member span {
	font-weight: bold;
}

.buttons_align {
	margin: 33px 235px;
}

.button_white {
	padding:9px 0;
	width: 143px;
	-moz-border-radius: 2px; /* from vector shape */
	-webkit-border-radius: 2px; /* from vector shape */
	border-radius: 2px; /* from vector shape */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 2px 0 rgba(189,189,189,.4); /* drop shadow */
	-webkit-box-shadow: 0 2px 0 rgba(189,189,189,.4); /* drop shadow */
	box-shadow: 0 2px 0 rgba(189,189,189,.4); /* drop shadow */
	color: #434358;
	font-size: 14px;
	font-weight: bold;
	font-family: lato,sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 13px;
	border:none;
	outline: none;
	transition:all 0.25s ease-in-out;
	cursor: pointer;
}

.button_white:hover {
	background: #E5E5EC;
}

.button_white:active {
	box-shadow: none;
}

.button_yellow {
	padding: 9px 0;
	width: 143px;
	-moz-border-radius: 2px; /* from vector shape */
	-webkit-border-radius: 2px; /* from vector shape */
	border-radius: 2px; /* from vector shape */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #ffb717; /* layer fill content */
	-moz-box-shadow: 0 2px 0 #dca52d; /* drop shadow */
	-webkit-box-shadow: 0 2px 0 #dca52d; /* drop shadow */
	box-shadow: 0 2px 0 #dca52d; /* drop shadow */
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: lato,sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border:none;
	outline: none;
	transition:all 0.25s ease-in-out;
	cursor: pointer;
}

.button_yellow:hover {
	box-shadow: 0 2px 0 #CACDE0;
	background-color: #E5E5EC;
	color: #434358;
}

.button_yellow:active {
	box-shadow: none;
}

footer {
	width: 100%;
	background-color: #242431;
	height: 328px;
	color: #fff;
	font-family: lato;
	font-size: 14px;
}

footer &gt; .f_top {
	padding:48px 0; 
	border-bottom:1px solid #2f2f3f;
}

footer p {
	padding-top: 10px;
}

footer input {
	background-color: #fff;
	padding: 6px 1px 6px 10px;
	border:none;
	outline: none;
	background-repeat: no-repeat;
	background-position: 9px 9px;
	font-family: lato, sans-serif;
	font-size: 14px;
	font-style: italic;
	width: 163px; 
	border:2px solid transparent;
	transition: all 0.25s ease-in-out;
}

footer input[type=email]:focus {
	border:2px solid #ffb718;
}

footer .submit1 {
	background-color: #434357; /* layer fill content */
	-moz-box-shadow: 0 2px 0 #2f2f3e; /* drop shadow */
	-webkit-box-shadow: 0 2px 0 #2f2f3e; /* drop shadow */
	box-shadow: 0 2px 0 #2f2f3e; /* drop shadow */
	border:none;
	outline: none;
	margin-left: 9px;
	padding: 10px 23px 8px 23px;
	font-family: lato;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

footer .submit1:hover {
	background-color: 
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #8384a2;
}

footer h2 {
	font-family: lato;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

footer .two {
	padding: 0 10px;
}

footer ul {
	list-style: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

/* Social Icons - Footer */ 
.fb {
	background: url('../img/icons/social.png') no-repeat 0 0;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 15px 0 4px;
}

.tw {
	background: url('../img/icons/social.png') no-repeat 0 -27px;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 15px 0 4px;
}

.li {
	background: url('../img/icons/social.png') no-repeat 0 -54px;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 15px 0 4px;
}

.gp {
	background: url('../img/icons/social.png') no-repeat 0 -81px;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 15px 0 4px;
}

.yt {
	background: url('../img/icons/social.png') no-repeat 0 -108px;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 15px 0 4px;
}

.social li {
	padding: 4px 0;
}

.smallp {
	color: #434358;
	font-size: 12px;
	margin: 10px 0;
}

.smallp a {
	color: #ffb633;
}

.breadcrumbs {
	width: 100%;
	height: 27px;
	background-color: #fff;
	font-family: lato;
	font-size: 11px;
	text-transform: uppercase;
}

.breadcrumbs p {
	padding: 7px 18px;
	color: #585858;
}

.breadcrumbs a {
	text-decoration: none;
	color: #ffb633;
}

.breadcrumbs span {
	color: #ffb633;
}

.content {
	background-color: #f8f8f8;
}

.dropdown_selection &gt; .non-active {
	background: #434358;
}

.dropdown_selection {
	font-family: lato;
	width: 100%;
	height: auto;
	background: #434358;
	margin:31px 0;
	position: relative;;
}

.dropdown_selection h2{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	height: 43px;
	border-bottom:1px solid #3d3d51;
	line-height: 44px;
	text-transform: uppercase;
	text-indent: 14px;
}

.dropdown_selection ul {
	list-style: none;
	font-size: 10px;
	background: #3b3b51;
	color: #90909e;
	line-height: 38px;
	text-transform: uppercase;
}
    
.dropdown_selection ul li {
	padding: 0 10px;
	cursor: pointer;
	text-indent: 10px;
	transition:all 0.25s ease-in-out;
}
#tab-0, #tab-1 {
    line-height: 30px;
}
.dropdown_selection ul li:hover {
	background:#404055;
}

.dropdown_selection section {
	background-color: #37374b;
	width: 100%;
}

.dropdown_selection a {
	text-decoration: none;
	color: #90909e;
}

.selected {
	position: relative;
	background: #37374b;
}
.selected:after {
	left: 100%;
	top: 70%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(55, 55, 75, 0);
	border-left-color: #37374b;
	border-width: 8px;
	margin-top: -15px;
}

.white-content {
	background: #fff;
	height: auto;
	margin: 31px 0;
}

.f-content {
	width: 636px;
	color: #434358;
	margin: 0 -39px;
	padding: 12px 11px;
}

.f-content h2 {
	font-family: lato;
	font-size: 18px;
	color: #434358;
	margin: 12px 0;
	text-transform: uppercase;
}

.f-content h3 {
	font-family: lato;
	font-size: 14px;
	color: #434358;
}

.f-content section {
	margin: 10px 0;
}

.f-content section p {
	border-bottom:1px solid #f8f8f8;
}

.f-content span {
	font-weight: bold;
}

.f-content section h2{
	font-family: lato;
	font-weight: bold;
	font-size: 18px;
}

.f-content img {
	padding:6px 0;
}

.f-content p, .f-content ul {
	font-family: lora;
	font-size: 14px;
	padding: 10px 0;
	line-height: 24px;
}

.fb_share, .tw_share, .in_share, .gp_share, .yt_share {
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	padding-right: 8px;
	float: left;
}

.fb_share {background: url('../img/icons/social.png') no-repeat 0 0;}

.tw_share {background: url('../img/icons/social.png') no-repeat 0 -27px;}

.in_share{background: url('../img/icons/social.png') no-repeat 0 -54px;}

.gp_share{background: url('../img/icons/social.png') no-repeat 0 -81px;}

.yt_share{background: url('../img/icons/social.png') no-repeat 0 -108px;}

.social_media_share {
	margin: 126px 0 20px 0;
}

.social_media_share p {
	font-family: lato;
	padding:0;
}

.email_share {
	float: right;
	width: 109px;
	margin-top:-18px;
}

.email_icon {
	float: left;
	width: 22px;
	height: 17px;
	background-image: url(../img/icons/email.png);
}

.address_contact {
	height: auto;
	background-color: #434358;
	font-family: lato;
	color: #fff;
	font-size: 13px;
	margin: 31px 0;
	border-bottom: 1px solid #e3e3e5;
}

.address_contact section {
	background-color: #5a5a72;
	width: 100%;
	height: 44px;
	border-bottom:1px solid #3d3d51;
}

.address_contact p {
	margin: 25px 13px;
	text-transform: uppercase;
	line-height: 20px;
}

.address_contact section h2{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 44px;
	padding: 0 0 0 37px;
}

.home_icon {
	background: url('../img/icons/contact_icns.png') no-repeat 0 -5px;
	width: 16px;
	height: 17px;
	float: left;
}

.book_icon {
	background: url('../img/icons/contact_icns.png') no-repeat -3px -28px;
	width: 16px;
	height: 20px;
	float: left;
}

.home_icon, .book_icon {
	position: relative;
	top: 11px;
	left: 12px;
}

.no_margin {
	margin:0;
}

.contact {
	margin:31px 0;
	width: 700px;
	color: #434358;
}

.contact section {
	margin: 17px 4px;
}

.contact &gt; section {
	padding:13px 24px;
}

.contact #contact-form {
	margin:-33px 27px;
}

#contact-form label {
	font-size: 14px;
	font-family: lato;
	margin: 0 8px;
}

#contact-form input{
	outline: none;
	border:1px solid #f0f0f0;
	background-color: #f0f0f0;
	border-radius: 2px;
	padding: 10px 10px 10px 10px;
	font-family:lato;
	color: #434358;
	font-size: 14px;
	width: 244px;
	margin: 0 15px 0 0;
	transition: all 0.25s ease-in-out;
}

#contact-form input:focus {
	border: 1px solid #ffb718;
	background-color: #f9f9f9;
}

#contact-form section {
	float: left;
}

#contact-form textarea {
	outline: none;
	float: left;
	width: 522px;
	height: 225px;
	padding:5px 15px;
	background: #f0f0f0;
	border-radius: 4px;
	border:1px solid #f0f0f0;
	font-family:lato;
	color: #434358;
	font-size: 14px;
	resize:none;
	transition: all 0.25s ease-in-out;
}

#contact-form textarea:focus {
	border:1px solid #ffb718;
	background-color: #f9f9f9;
}

button.submit{
	font-family: lato;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background-color: #434358;
	border-radius:2px;
	border:none;
	transition:all 0.25s ease-in-out;
	color: #fff;
	padding: 10px 30px;
	cursor: pointer;
	margin: 0 5px; 
}

button.submit:hover {
	background-color: #65657b;
}

.contact aside {
	font-family: lora;
	font-style: italic;
	font-size: 13px;
	color: #434358;
	padding: 74px 0 9px 47px;
}

.left_sidebar {
	margin-bottom: 31px;
}	

.holy_sites_contact {
	background:url(../img/holy-sites.png);
	background-repeat: no-repeat;
	height: 218px;
	margin: -15px 0 30px; 
}

.holy_sites_contact ul{
	list-style: none;
	width: 400px;
	margin:21px -30px;
	font-family: lora;
	color: #ffb718;
	font-size: 22px;

}

.holy_sites_contact li{
	float: left;
	padding: 5px 61px;
	width: 51px;
}

.holy_sites_contact h2{
	font-family: lato;
	font-weight: bold;
	color: #434358;
	font-size: 18px;
	padding: 12px 30px;
}

.holy_sites_contact ul li a {
	text-decoration: none;
	color: #ffb718;
}

.f-img {
	padding:6px 10px !important;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#login_form {
	width: 250px;
	height: 320px;
	border-radius: 2px;
	background: #fff;
	display: none;
	position: fixed;
	opacity: 1;
	z-index: 11000;
	left: 50%;
	margin-left: -330px;
	top: 200px;
	border:1px solid #f2f2f2;
}

#login_form h2{
	font-family: lato;
	font-size: 18px;
	color: #434358;
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
	border-bottom:1px solid #f2f2f2;
	background:#fafafa;
}

form#login {
	padding: 20px;
}

form#login input {
	width: 160px;
	outline: none;
	font-family: lato;
	padding: 14px 10px 14px 38px;	
}

form#login input:focus {
	transition:all 0.25s ease;
}

form#login label {
	font-family: lato;
}

.login_user {
	border:1px solid #F0F0F0;
	border-radius:2px 2px 0 0;
	border-bottom-width: 0px;
	background: url(../img/icons/user.png) #fff;
	background-position: 7px;
	background-repeat: no-repeat;
}

.login_user:focus {
	background: url(../img/icons/user.png) #f9f9f9;
	background-position: 7px;
	background-repeat: no-repeat;
}

.login_pass{
	border:1px solid #F0F0F0;
	border-radius:0 0 2px 2px;
	background: url(../img/icons/lock.png) #fff;
	background-position: 7px;
	background-repeat: no-repeat;
}

.login_pass:focus {
	background: url(../img/icons/lock.png) #f9f9f9;
	background-position: 7px;
	background-repeat: no-repeat;
}

#login button.submit {
	margin: 23px 0;
	padding: 10px 79px;
}

.forgot {
	font-family: lato;
	color: #fff;
	padding:11px 12px;
	background: #ffb718;
	text-transform: uppercase;
	text-decoration: none;
	border-radius:2px;
	font-size: 14px;
}

.forgot:hover {
	background:#fdc13c;
	transition:all 0.25s ease;
}

#register_form {
	width: 300px;
	border-radius: 2px;
	background: #fff;
	display: none;
	position: fixed;
	opacity: 1;
	z-index: 11000;
	left: 50%;
	margin-left: -330px;
	top: 200px;
	border:1px solid #f2f2f2;
}

#register_form h2{
	font-family: lato;
	font-size: 18px;
	color: #434358;
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
	border-bottom:1px solid #f2f2f2;
	background:#fafafa;
}

.padding-plan {
	margin-top: 32px;
}

form#register {
	font-family: lato;
}

form#register input {
	border:1px solid #f2f2f2;
	padding: 9px 31px 9px 10px;
	width: 200px;
	margin: 7px 28px;
	outline: none;
	border-radius: 2px;
}

form#register input:focus {
	border:1px solid #ffb718;
	transition:all 0.25s ease;
	background:#fafafa;
}

form#register button.submit {
	margin: 9px 27px 24px;
}

.email_share p {
	position: relative;
	top: -3px;
	left: 5px;
	color: #434358;
}

.email_share a {
	text-decoration: none;
}

.gallery_1 {
	list-style: none;
}

.gallery_1 li {
	float: left;
	padding: 6px 5px;
}

.active h2, .active h2 a {
	color: #fff;
}

.clear, .clear_only {
    clear: both;
}

/* Timeline */

h3.time_period {
	text-align: center;
	color: #fff;
	background: #7e7e96;
	width: 165px;
	padding: 10px 0;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
}

.time_line{
	width: 4px;
	height: 80px;
	background: #c8c8d4;
	margin: 7px auto;
}
.time_line_alt{
	width: 4px;
	height: 80px;
	background: #c8c8d4;
	margin: -17px auto 0;
}
.time_circle {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #7e7e96;
	border: 3px solid #c8c8d4;
	margin: 10px auto;
	transition:all 0.3s ease-in-out;
}


.left_time_text {
	background: #fff;
	border: 2px solid #e0e0e6;
	padding: 10px;
	float: left;
	border-radius: 2px;
	position: relative;
	width: 250px;
	margin: -48px 0 7px;
}

.left_time_text p, .right_time_text p {
	padding: 0;
	font-size: 14px;
	font-family: 'lato';
	color: #7e7e96;
	line-height: 18px;
}

.right_time_text img,
.left_time_text img {
	float: left;
	padding: 0 6px;
}


/* arrows - :before and :after */
.left_time_text:before {
	position: absolute;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid #e0e0e6;
	border-bottom: 7px solid transparent;
	left: 270px;
	top: 20px;
	content: '';
  	transform:rotate(180deg);
  	-ms-transform:rotate(180deg);
  	-webkit-transform:rotate(180deg);
}

.left_time_text:after {
	position: absolute;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 269px;
	top: 21px;
	content: '';
  	transform:rotate(180deg);
  	-ms-transform:rotate(180deg);
  	-webkit-transform:rotate(180deg);
}

.time_date_right p, .time_date_right_alt p{
	font-weight: bold;
	font-family: 'lato';
	font-size: 16px;
	color: #7e7e96;
	text-align: right;
	position: relative;
	float: left;
	left: 70px;
	top:-41px;
}

.right_time_text {
	background: #fff;
	border: 2px solid #e0e0e6;
	padding: 10px;
	border-radius: 2px;
	position: relative;
	width: 250px;
	float: right;
	margin: -48px 0;
}

/* arrows - :before and :after */
.right_time_text:before {
	position: absolute;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid #e0e0e6;
	border-bottom: 7px solid transparent;
	left: -8px;
	top: 20px;
	content: '';
}

.right_time_text:after {
	position: absolute;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: -6px;
	top: 21px;
	content: '';
}

div.time_date_left {
	font-weight: bold;
	font-family: 'lato';
	font-size: 16px;
	color: #7e7e96;
	text-align: right;
	float: left;
	position: relative;
	top: -42px;
    width: 293px;
}

div.time_date_left p {
    font-weight: bold;
	font-family: 'lato';
	font-size: 16px;
    color: #7e7e96;
}

.img_hover:hover + .hover_img{
	display: block;
}

.social_margin {
	margin: 210px 0 20px 0;
}

.edu_button {
    background-color: #5a5a72;
    padding: 12px 8px 12px 41px;
    background-image: url("../img/pdf.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#twitter-widget-o {
	position: absolute;
	left: 960px;
	top: 8px;
}

/* News page */
.news-page .article img {
    float: left;
}

.news-page section.article {
    width: 100%;
}

.news-page section.article p {
    padding-left: 130px;
    font-size: 24px;
    line-height: 30px;
}
.news-page section.article a {
    padding-left: 20px;
    font-size: 16px;
    bottom: 0;
}
.news-page section.article p a {
    padding-left: 0;
    font-size: inherit;
    color: #434358;
}

.news-page-sidebar {
    margin-top: 57px;
}

div.white-content.timeline-wrapper.eleven.columns {
    padding-left: 0;
    width: 700px;
}

div.timeline-wrapper div.f-content {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

div.timeline-wrapper div.f-content:first-child {
    padding-top: 12px;
}

div.timeline-wrapper div.f-content:last-child {
    padding-bottom: 11px;
}

div.white-content.timeline-wrapper div.scroll-pane {
    height: 1383px;
    overflow: hidden;
}

div.white-content.timeline-wrapper .upperfade,
div.white-content.timeline-wrapper .lowerfade {
    position: absolute;
    width: 684px;
    pointer-events: none;
}

div.white-content.timeline-wrapper .upperfade {
    background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.3), rgba(255,255,255,0));
    background: -o-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.3), rgba(255,255,255,0));
    background: -moz-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.3), rgba(255,255,255,0));
    background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.3), rgba(255,255,255,0));
    z-index: 100;
    height: 0;
}

div.white-content.timeline-wrapper .lowerfade {
    background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,1));
    background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,1));
    background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,1));
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,1));
    bottom: 46px;
    height: 200px;
}

div.timeline-wrapper div.scroll-pane {
    padding-left: 15px;
}

.timeline-side-link a {
    pointer-events: none;
}

#preview{
	position:absolute;
	border:1px solid #f2f2f2;
	background:#fff;
	padding:5px;
	display:none;
	color:#fff;
	border-radius:2px;
	}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.f-content.board-members p img {
    float: left;
}

div.board-member-description {
    float: right;
    width: 480px;
}

div.board-member-description h3 {
    font-size: 18px;
}

div.board-member-description p.title {
    font-size: 16px;
    line-height: 12px;
}

div.board-member-separator {
    border-bottom: 1px solid #F8F8F8;
    height: 9px;
}

div.f-content.board-members div.board-member-description a {
    color: #858189;
    text-decoration: none;
}

h3.library-heading {
    margin-bottom: 20px;
    font-size: 20px;
}

.container .three.columns.offset-by-five {
    width: 364px;
    padding-left: 107px;
}

.container .three.columns.offset-by-five li.fb-button {
    width: 86px;
}

a.register_success,
div.register_success {
    display: none;
}

div.register_success {
    display: none;
    background-image: url("../img/booknow_bg.png");
    border: 1px solid #F2F2F2;
    border-radius: 2px;
    left: 50%;
    margin-left: -330px;
    opacity: 1;
    position: fixed;
    top: 200px;
    width: 300px;
    z-index: 11000;
    height: 218px;
    width: 220px;
}

div.register_success p {
    padding-top: 90px;
    text-align: center;
}

div.content-notification {
    width: 94%;
    text-align: right;
    color: #7E7E96;
    font-family: 'lato';
    font-size: 12px;
}
.header-column
{
float: left;
display: inline;
margin-left: 10px;
margin-right: 10px;
}

a.lang 
{
text-align:center;
display: block;
color: #faedd7;
font-size: 14px;
line-height: 25px;
text-decoration:none;
right: 10px;
padding: 0 10px;
height: 25px;
position: absolute;
top: 0;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background:#ffb717;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
a.lang:hover
{
	background:#434357;
}

div.content.partnership .f-content h2 {
    display: inline-block;
    padding-left: 15px;
}
div.content.partnership .f-content img {
    vertical-align: middle;
}
</pre></body></html>