/*
Theme Name: TopCover_2
Theme URI:
Author: Henry McIntosh
Author URI:
Description: For the Topcover Websites and Affinity Groups, built by Henry McIntosh on the Underscores starter theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: topcover_2
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TopCover_2 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
DEFAULT STYLES OF UNDERSCORES
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

CUSTOM CSS
# Masthead
  ## Top Menu Button
  ## Main Menu
# Home Header
# Featured
# Blockquote and Author
# Testimonials
# Nav 2 (bottom 2 buttons on home)
# Overlay
# Airline Pop-up
# 404 Page
# Search Results page & search form
# Footer
# FAQ
# About IPEP
# Forms
# Airlines
# Claims

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/
.site-content {
 padding-top: 96px;
}

#masthead {
  width: 100%;
  height: 96px;
  position: fixed;
  overflow: hidden;
  background-color: #fefefe;
  color: white;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0px 0px 10px #000000;
       -moz-box-shadow: 0px 0px 10px #000000;
            box-shadow: 0px 0px 10px #000000;

}
#masthead * {
  display: inline-block;
    margin: auto;

}

#masthead #topcover-logo {
  width: 140.7px;
  height: 61px;
cursor: pointer;
}

#masthead #ipep {
  color: #2c3e50;
  font-size: 68px;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  cursor: pointer;
}

/*--------------------------------------------------------------
## Top Menu button
--------------------------------------------------------------*/

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 0px;
}

.c-hamburger:hover {
  appearance: none;
  box-shadow: none;
  background-color: #00732F;

}

.c-hamburger:focus {
  outline: none;
  box-shadow: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 35px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -20px;
}

.c-hamburger span::after {
  bottom: -20px;
}

.c-hamburger--htx {
  background-color: #2c3e50;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #00732F;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.c-hamburger p {
  display: block;
  position: absolute;
  top: 70px;
  left: 0px;
  width: 100%;
  color: white;
  font-size: 18px;
  text-indent: 0px;
  text-align: center;
  text-shadow: none;

}


/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/

.menu-container {
  background: #2c3e50;
  position: fixed;
  width: 100%;
  top: -250px;
  z-index: 998;


  -webkit-box-shadow: 0px 0px 15px #000000;
       -moz-box-shadow: 0px 0px 15px #000000;
            box-shadow: 0px 0px 15px #000000;
}
@media all and (max-height: 465px){
.menu-container{
	overflow: scroll;
	height: calc(100vh - 96px);
	top: calc(96px - 100vh) !important;
}
}
.main-menu {
  border-top: 1px solid #636366;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu li {
  border-bottom: 1px solid #636366;
  font-family: 'Open Sans', sans-serif;
  line-height: 39px;
  padding-bottom: 3px;
  padding-top: 3px;
  text-align: center;

}

.main-menu a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Home Header
--------------------------------------------------------------*/
.title-image {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;

   overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}


.title-image h1 {
  position: relative;
  text-align: center;
  color: #2c3e50;
  font-size: 50px;
  z-index: 2;
  font-family: 'Cinzel', serif;
  font-weight: 400;
}
#line-1{
	margin-bottom: 0px;
}
#line-2{
	margin-top: 0px;
}
.button-housing {
  position: relative;
	display: flex;
 	width: 600px;
 padding-top: 80px;
  padding-bottom: 20px;
	margin: 0;
	justify-content: space-around;
	flex-wrap: wrap;

}
@media all and (max-width: 697px) {
	.button-housing {
		padding-top: 0 !important;
		width: 100%;
	}
}
@media all and (max-width: 500px) {
	.button-housing .btn.header-btn{
		margin: 2px 25px;
	}
	.button-housing {
		margin-top: -50px !important;
		width: 100%;
	}

}
@media all and (max-width: 387px) {
.title-image{
	padding-top: 10px!important;
}
.title-image #line-1 {
	margin-top: 0;
}
}

.btn {
  appearance: none;
  box-shadow: none;
  color: white;
    width: 200px;
  height: 45px;
  font-size: 20px;
  position: relative;
  border: 0px solid black;
  border-radius: 4px;
  background: transparent;
  text-shadow: none;
  transition: color 400ms;
  z-index: 2;
  font-family: "Gill Sans", sans-serif;
  font-weight: normal;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 200px;

}
.btn:hover {
  appearance: none;
  box-shadow: none;
  color: black;
}
.btn--learn-more {
	text-align: center; 
	padding: 9px 0; 
	background-color:#2c3e50; 
	text-decoration: none; 
	color: white;
}
.btn--learn-more:visited{
	color: white;
}
.btn--learn-more:hover {
	color: gray;
}

.center {
  left: 50%;
  transform: translate(-50%,0);
}

.header-btn{
	margin: 25px;
}
.header-btn:hover {

}
.header-btn.claims {
	margin: 15px 100%;
}

.get-a-quote {
  background-color: #00732F;
}

.learn-more {
 background-color: #2c3e50;
}
.claims {
  background-color: #FF0000;
}


video {

  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  overflow: hidden;
  z-index: -1;

}



/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/

.featured-container {
  background-color: #2c3e50;
  color: #fefefe;
}

.row {

  border-top: white solid 3px;

  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}
.row .main{
	display: flex;
}
#title-row{
border: 0px;
padding: 0px;
background-color: white;
}
.left {
  order: 1;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
.right {
  order: 2;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
}

.info {
 width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.info h1, .row p {
 padding-bottom: 15px;
  font-family: "Gill Sans", sans-serif;
  font-weight: normal;
}
.info h1 {
  font-size: 2.5em;
}
.row p {
font-size: 1.1em;
}
.graphic {
  flex-grow:0;
  flex-shrink:0;
  flex-basis: 200px;
  margin: 20px;

}
.info .btn {
 left: 50%;
  transform: translate(-50%,0);
}
.graphic .btn{
  left: 50%;
  top: 50%;
  transform: translate(-50%,150%);
}
.show-more {
  background-color: #00732F;
	margin: auto;
	display: block;
}

.full-text {
  display: none;
}
.featured-expander{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	display: block;
	margin: 0;
	order: 3;
	padding: 0 20px;
}
.hide-start {
	display: none;
}
@media all and (max-width: 697px) {
	.graphic{
		display: none;
	}
	.hide-start{
		display: block;
		width: 200px;
		position: relative;
		padding-bottom: 15px;
	}
	.info {
		width: 100%;
	}
	.featured-titles{
		text-align: center;
	}
	.blurb-text, .full-text{
		text-align: justify;
	}


}
.row-name {
	background-color: #fefefe;
	color: #2c3e50;
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 30px;
	padding-top: 5px;
}

/*--------------------------------------------------------------
# Blockquote and Author
--------------------------------------------------------------*/

blockquote {
    position: relative;
    margin:0;
    padding: 80px 70px;
    text-align: justify;
    font-size: 30px;
    font-family: "Gill Sans", sans-serif;
}

blockquote:before, blockquote:after {
    position: absolute;
    padding-top: 40px;
    width: 60px;
    height: 60px;
    font-size: 120px;
    line-height: 1;
    color: #3dd49b;
    font-family: 'Abril Fatface', cursive;
}
blockquote:before {
    top: 0;
    left: 10px;
    content: "\201C";
}
blockquote:after {
    top: 0;
    right: 10px;
    content: "\201D";
}
.smaller blockquote {
  padding-top: 50px;
}
.smaller blockquote:before,.smaller blockquote:after {
  padding-top: 20px;
}
author {
  position: relative;
  display: block;
  padding-right: 20px;
  left: 50%;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Gill Sans", sans-serif;
	width: 50%;
}
author:before{
	position: absolute;
  top:0;
  left:-25px;
  content: "\2015 \2003 \2003"
}
@media all and (max-width: 697px) {
	author {
		left: 0;
		padding: 0 70px;
		width: 100%;
	}
	author:before{
		left: 45px;
	}
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.home-testimonial-container {
  background: white;
  color: #2c3e50;
  overflow: auto;
  width: auto;
}
.home-testimonial-container blockquote {
  padding-bottom: 20px ;
}

.home-testimonial-container .more-testimonials {
  position: relative;
  background-color: #00732F;
  margin: 15px auto;
}

.home-testimonial-container-alt {
  background: #2c3e50;
  color: white;
  overflow: auto;
  width: auto;
}
.home-testimonial-container-alt blockquote {
  padding-bottom: 20px ;
}




/*--------------------------------------------------------------
# Nav 2 (bottom 2 buttons on home)
--------------------------------------------------------------*/

.nav-2-container{
  height: 280px;
  width: auto;
}
.nav-2-container div {
  position: relative;
  height: 280px;
  width: 50%;
  background: #2c3e50;
  border-top: 4px white solid;
  border-bottom: 0px white solid;
  font-family: 'Cinzel', serif;
  color: white;
  text-align: center;
  text-shadow: none;
  font-weight: 400;
  font-size: 2em;

}


.nav-2-container .left {
  border-right: 2px white solid;

}
.nav-2-container .right {
  border-left: 2px white solid;
}

.nav-2-container div p {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translate(-50%,-100%);
}


/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/


#overlay {
     visibility: hidden;
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
    background-color: rgba(0,0,0,0.69)
}
#overlay.visible {
	visibility: visible;
}
#pop-up {
  width:80%;
  height: auto;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: none;
  padding:15px;
  text-align:center;
}
#pop-up h1 {
  color: #2c3e50;
}
/*--------------------------------------------------------------
# Airline pop-up
--------------------------------------------------------------*/

#airline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 15px;
  text-align: center;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#airline-list li {
  display: inline-block;
  margin: 7px 9px;
transition: background-color 0.3s, color 0.3s;

}
#airline-list li a {
 display: block;
  color: #2c3e50;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}
#airline-list li a:hover {
  color: #12242d;
}
#airline-list li a span {
  display: block;
}
@media all and (min-width: 920px) {
	#airline-list{
		display: block;
	}
  #airline-list li {
    margin: 0;
    transform: skew(10deg);
    margin-bottom: 10px;
  }

  #airline-list li a {
    padding: 10px 19px;
    color: white;
    background-color: #00732F;
  }
  #airline-list li a:hover {
    color: white;
    background-color: #12242d;
  }
  #airline-list li a span {
    transform: skew(-10deg);
  }
}

.close {
  position: absolute;
  left: 8px;
  top: 8px;
  width: auto;
  height: auto;
  padding: 10px 0 5px 0;
  cursor: pointer;

}
.close span  {
  background-color: #2c3e50;
  width: 30px;
  height: 5px;
  z-index: 1000;
  display: block;
  position: relative;
}
.close #arm-1 {
   transform: rotate(45deg);
}
.close #arm-2 {
  transform: rotate(-45deg);
  top: -5px;
}
.point-mouse {
  cursor: pointer;
}

/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/

section.error-404{
  text-align: center;
  color: #2c3e50;
}

section.error-404 header{
  padding: 9% 0 7% 0;
}


section.error-404 .page-content {
    color: white;
  background-color:#2c3e50;
  padding-top: 3%;
}

/*--------------------------------------------------------------
# Search Results page
--------------------------------------------------------------*/

.site-main.search-results {
text-align: center;
}
.site-main.search-results .page-header{
  padding: 5%;
  color: white;
  background-color:#2c3e50;
  font-size: 1.5em;

}
.site-main.search-results article{
  border-top: 4px #2c3e50 solid;
  margin: 0;
  color: #2c3e50;
}
.site-main.search-results article header h2 a {
  text-decoration: none;
  color: #00732F;
  transition: color 0.3s;
  font-size: 1.5em;
}
.site-main.search-results article header h2 a:hover{
  color: black;
}
.search-form{
  padding: 2%;
  text-align: center;
}
.search-form.search{
  border-top: 4px white solid;
  background-color: #2c3e50;
  color: white;
  font-size: 1.1em;
  border-left: 0;
  width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer .site-info{
  display: flex;
  justify-content: space-between;
  padding: 0px;
  margin: 0;
  height: auto;
  background-color: #2c3e50;
}
.site-footer .site-info p{
	margin: 0;
  color: white;
}
.site-footer .btn{
	background-color: #2c3e50;
	color: white;
	margin-bottom: 15px;
	font-size: 1.4em;
	-webkit-transition: 400ms ease-in-out;
		-moz-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out;
}
.site-footer .btn:hover{
	background-color: #7d7b7b;
}
input.search-submit{
	padding: 4px 5px 7px 5px;
	font-size: 1.1em;
	color: white;
	appearance: none;
	background: transparent;
	background-color: #2c3e50;
	box-shadow: none;
	text-shadow: none;
	border: none;
	-webkit-transition: 400ms ease-in-out;
		-moz-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out;
}
input.search-submit:hover{
	appearance: none;
	background: transparent;
	background-color: #2c3e50;
	box-shadow: none;
	text-shadow: none;
	border: none;
	color: black;
}
#disclaimer {
	color: #2c3e50;
	text-align: center;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/


.page-header {
	width: auto;
	display: block;
	padding: 0 0 10px 0;
	font-size: 1.5em;
	text-align: center;
}
#faq .row {
	width: auto;
	display: block;
	overflow: auto;
	padding: 0;
	margin: 0;
	border: none;
}
question {
	width: 100%;
	display: block;
	position: relative;
	padding: 15px;
	padding-left: 40px;
	color: white;
	background-color: #2c3e50;
	font-size: 1.1em;
	border-top: white 4px solid;
	cursor: pointer;
}
question:before{
	content: "\2b";
	position: absolute;
	font-size: 2em;
	margin: 0;
	padding: 0;
	left: 5px;
	top: 0px;
	-webkit-transition: 100ms ease-in-out;
    -moz-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}
question.expanded:before{
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	transform: rotate(45deg);
	padding-left:3px;
}
answer {
	font-size: 1em;
	display: block;
	padding: 15px 15px 11px 80px;
	display: none;
}
.show {
	display: block;
}
#main article {
	margin: 0;
}

/*--------------------------------------------------------------
# about ipep
--------------------------------------------------------------*/
#about-ipep {
	background-color: #2c3e50;
}
.page-header {
	background-color: white;
	color: #2c3e50;
}

.featured-titles.left{
	float:none;
	text-align: left;
	width: 100%;
	display: block;
	padding: 0 30px 0px 30px;
	left: 25%;
}
.featured-titles.right{
	float:none;
	text-align: right;
	width: 100%;
	display: block;
	padding: 0 30px 0px 30px;
	right: 25%;
}

#about-ipep .info .blurb-text{
	padding: 0 30px 15px 30px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#contact{
	background-color: #2c3e50;
}
form {
	padding: 40px;
	color: white;
}
.std input[type=text]{
	background-color: #FEFEFE;
}
.wide *{
	width: 100%;
}
input[type=text], input[type=email]{
	padding: 10px 20px;
	border: green 2px solid;
	border-radius: 4px;
}
input[type=text]:invalid, input[type=email]:invalid{
	border: red 2px solid;
}

select{
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	padding: 5px 20px;
		border: green 2px solid;
}
textarea{
	overflow: hidden;
	resize: none;
	border: green 2px solid;
	min-height: 60px;
}
textarea:invalid{
	border: red 2px solid;
}
select:invalid{
	border: red 2px solid;
}
.std input[type=submit]{
		padding: 20px 20px;
		font-size: 2em;
		-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	background-color: #00732F;
  box-shadow: none;
	text-shadow: none;
	color: white;
	border: none;
	-webkit-transition: 400ms ease-in-out;
		-moz-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out;
}
.std input[type=submit]:hover{
	color: black;
}
#other-type{
	display:none;
}

/*--------------------------------------------------------------
# Airlines
--------------------------------------------------------------*/
.main-row {
	background-color: #2c3e50;
	text-align: center;
	color: white;
	padding-top: 10px;
}
.benefits-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	align-items: stretch;
}
.benefit {
	width: 30vw;
	display: inline-block;
	margin: auto;
	background-color: white;
	color: #2c3e50;
	padding: 5px 15px;
	margin: 0;
}
@media all and (max-width: 700px) {
	.benefit {
		width: 100vw;
		margin: 5px;
	}
}
.benefit p {
	text-align: justify;
}
.get-insured-now {
	padding-bottom: 20px;
	width: 100%;
}
.more-info {
	color: #2c3e50;
	background-color: white;
	padding: 20px;
	text-align: left;
}
.more-info h1 {
	text-align: center;
}
.starr-logo {
height: 45px;
width: 60px;
padding-top: 5px;
margin-bottom: -30px;
}
.starr-logo-home {
height: 45px;
width: 60px;
padding-top: 5px;
margin-bottom: -8px;
}
/*--------------------------------------------------------------
# Claims
--------------------------------------------------------------*/
.stripe-bar {
	background: repeating-linear-gradient(
  45deg,
  #000000,
  #000000 20px,
  #f5e100 20px,
  #f5e100 40px
);
width: auto;
height: 20px;
}
.claims-row {
	padding: 5px 30px 15px 30px;
	color: white;
	background-color: #2c3e50;
}
.claims-row p {
	text-align: justify;
}
.claims-row a, a.link {
	color: #3eb4e8;
	text-decoration: none;
}
.claims-row h1{
	text-align: center;
}
.claims-row.claims-row-alt {
	color: #2c3e50;
	background-color: white;
}