/*	Default Layout
	92px columns, 24 px gutters, 72 px margins, 1234px total (extra space for scrollbars)
	-------------------------------------------------------------------------------
cols    1    2     3     4     5     6     7     8     9     10     11     12     13
px      68   160   252   344   436   528   620   712   804   896	988    1050   1142 */

body {
    font-size: 18px;
}

.grid-2 {
    grid-gap: 15px;
}

a {
    font-size: 18px;
}

/*------- Fonts ---------*/

.saira-condensed-thin {
  font-family: "Saira Condensed", serif;
  font-weight: 100;
  font-style: normal;
}

.saira-condensed-extralight {
  font-family: "Saira Condensed", serif;
  font-weight: 200;
  font-style: normal;
}

.saira-condensed-light {
  font-family: "Saira Condensed", serif;
  font-weight: 300;
  font-style: normal;
}

.saira-condensed-regular {
  font-family: "Saira Condensed", serif;
  font-weight: 400;
  font-style: normal;
}

.saira-condensed-medium {
  font-family: "Saira Condensed", serif;
  font-weight: 500;
  font-style: normal;
}

.saira-condensed-semibold {
  font-family: "Saira Condensed", serif;
  font-weight: 600;
  font-style: normal;
}

.saira-condensed-bold {
  font-family: "Saira Condensed", serif;
  font-weight: 700;
  font-style: normal;
}

.saira-condensed-extrabold {
  font-family: "Saira Condensed", serif;
  font-weight: 800;
  font-style: normal;
}

.saira-condensed-black {
  font-family: "Saira Condensed", serif;
  font-weight: 900;
  font-style: normal;
}

/*------ End Fonts ------*/


.ls-title {
    background-color: rgba(89,20,121,1);
    border-radius: 35px;
    padding: 50px;
    color: #fff;
    font-size: 100px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    text-align: center;
    width: 60%;
    margin-bottom: 20px;
     margin-top: 20px;
}

.slide-img {
    border-radius: 35px !important;
    width: 100%;
}

.ls-subtitle {
    background-color: rgba(89,20,121,1);
    border-radius: 0 35px 35px 0;
    padding: 30px;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
     margin-top: 20px;
    width: 40%;
    line-height: 30px;
}

.header-txt {
    font-size: 18px;
    margin-bottom: 50px;
}

.category {
    padding: 20px 50px 5px 50px; 
    border-radius: 35px;
    background: #f8f8f8;
}

.category-header {
    font-size: 35px;
     line-height: 30px;
}

.airplane {
    width: 50%; 
    margin-left: -50px;
}

.airplane-dn {
    width: 50%; 
    float: right;
    margin-right: -20px;
}

.path {
    width: 40%;
    float: right;
    margin-right: 0px;
    margin-top: 40px;x;
}

.path-dn {
    width: 25%; 
    float: left;
    margin-left: 50px;
}

.path-dn2 {
    width: 25%; 
    float: left;
    margin-left: -5px;
}

.ai {
     width: 25%; 
    float: left;
    margin-left: 50px;
    padding: 10px;
}

.ls-quote {
    padding: 20px; 
    border-radius: 35px;
    background: #f8f8f8;
}

.grid-2 {
    grid-gap: 0;
}

/*.hidden {
    visibility: visible;
}*/

.left {
	width: 29%;
	float: left;
	padding:10px 15px;
	box-sizing: border-box;
	margin: 0 10px 0 0;
}

.float-left {
    width: 25%;
    float: left;
    padding: 10px;
    margin-right: 10px;
}

.float-right {
    width: 25%;
    float: right;
    padding: 10px;
    margin-left: 10px;
}

.right-color {
    background-color:#B42C1D;
    color: white;
}
.left-color {
	background-color: #47869B;
	color: white;
}

.right {
	width: 69%;
	float: left;
	padding: 10px;
	 box-sizing: border-box;
}

.image{
	float: left;
	width: 100px;
	height: 90px;
	text-align: center;
}

.text {
	float: left;
	width: 645px;
	padding: 15px 10px;
	box-sizing: border-box;
}

.red-box {
	width: 100%;
	margin: 10px auto;
	padding: 10px;
	background-color:#B42C1D;
	color: #fff;
	box-sizing: border-box;
}

.super {
	font-size: 64px;
	line-height: 56px;
}

.red {
	color: #B42C1D;
}

.h1 {
	line-height: 42px;
}

.purple-button {
    padding: 10px 20px !important;
    border-radius: 35px !important;
}

.purple {
	border: none;
}

.white {
	color: #fff;
}

/*		10 Column Layout: 992px. 
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) and (max-width: 1221px) {
    
.ls-title {
    font-size: 100px;
    width: 80%;
}
	
.image{
	width: 90px;
	height: 90px;
}

.text {
	width: 520px;
}
    

}




/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
.ls-title {
    font-size: 90px;
    width: 80%;
}
	
.image{
	width: 80px;
	height: 80px;
}

.text {
	width: 400px;
}
    .airplane {
    width: 70%; 
    margin-left: -50px;
}

.airplane-dn {
    width: 70%; 
    margin-right: -20px;
}

}


	
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436   */

@media only screen and (min-width: 480px) and (max-width: 767px) {
   
    .grid-3 {
        grid-template-columns: 1fr;
    }
    
    .ls-title {
    padding: 50px 20px;
    font-size: 60px;
    width: 90%;
}
    
    .ls-subtitle {
    padding: 30px;
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
     margin-top: 20px;
    width: 60%;
    line-height: 30px;
}
    
   /* .hidden {
    visibility: hidden;
        
}
*/
    
    .category {
    margin-top: 15px;
}
    .category-header {
    font-size: 30px;
     line-height: 35px;
}

.hidden {
       left: -9999px;
    position: absolute;
}


	.left {
	width: 100%;
	float: none;
	padding:10px 15px;
	margin: 0;
}

.right {
	width: 100%;
	float: none;
}

.image{
	width: 60px;
	height: 60px;
}

.text {
	width: 360px;
	padding: 0 10px 10px;
}

.super {
	font-size: 34px;
	line-height: 46px;
}


}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 479px) {
    
.ls-title {
    padding: 20px 20px;
    font-size: 50px;
    width: 90%;
    line-height: 50px;
   
}  
    
.ls-subtitle {
    padding: 30px;
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
     margin-top: 20px;
    width: 60%;
    line-height: 30px;
}
    
    .category {
    margin-top: 15px;
}
       .category-header {
    font-size: 30px;
     line-height: 35px;
}

.hidden {
       left: -9999px;
    position: absolute;
}

.left {
	width: 100%;
	float: none;
	padding:10px 15px;
	margin: 0;
}

.right {
	width: 100%;
	float: none;
}

.image{
	width: 50px;
	height: 50px;
}

.text {
	width: 220px;
	padding: 0 10px 10px;
}

.super {
	font-size: 34px;
	line-height: 46px;
}

}

