/*
Theme name: Brand Guidelines
Description: Custom Theme
*/

/*/////GLOBAL/////*/

html,body {
    overflow-x: hidden;
}

body, input::placeholder, li {
	padding: 0;
	margin: 0;
    position:relative;
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	color: #222222;
}

ul {
	padding-inline-start: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-block-start: 0;
	margin-block-end: 0;
	font-style: normal;
}

h1, h2, h3 {
	font-family: brother-1816, sans-serif;
	letter-spacing: -.05rem;
	margin-block-start: .25em;
	margin-block-end: .25em;
}

h1 {
	font-weight: 700;
	font-size: 55px;
	line-height: 64px;
}

h2 {
	font-weight: 700;
	font-size: 64px;
	line-height: 64px;
	color: #000D96;
}

h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 61px;
	text-transform: uppercase;
}

h4, h5 {
	font-family: brother-1816, sans-serif;
	font-weight: 700;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.3em;
	margin-block-start: .75em;
	margin-block-end: .75em;
	text-transform: uppercase;
}

h5 {
	color: #60789C;
}

p{
	font-weight: 400;
	font-size: 24px;
	max-width: 850px;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

li {
	font-weight: 400;
	font-size: 24px;
	max-width: 850px;
}

a {
	color: #AD7912;
}

.center-content a{
	color: #FC9F1C;
}

.center-content a:hover{
	color: #FF5400;
}

.text-align-center p {
	margin: 0 auto;
}

img {
	width: 100%;
	height: auto;
}

a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

a:hover {
	text-decoration: underline;
}

.home-logo img {
	max-width: 442px;
	max-height: 73px;
}

.main, footer {
	position: relative;
	z-index: 1;
}

/*GLOBAL COLORS*/

section.blue, .blue {
	background-color: #05193A;
}

section.white, .white {
	background-color: #FFFFFF;
}

section.white p, .white p {
	color: #222222;
}

section.blue p, .blue p {
	color: white;
}

.grey, section.grey{
	background-color: #F5F5F5;
	color: #222222;
}

.grey h3, .white h3{
	color: #000D96;
}

.blue h3 {
	color: #FC9F1C;
}

/*SECTIONS*/

.intro {
	padding-top: 80px;
}

.intro h1{
	color: #FFFFFF;
}

.intro p{
	line-height: 36.46px;
}

.center-content img {
	padding: 10% 0;
	max-width: 580px;
}

.columns h4{
	color: #103EFF;
}

.columns p{
	line-height: 36px;
	margin-block-start: 0;
	margin-block-end: 0;
}

.column-padding {
	padding-top: 10px;
}

.columns li{
	list-style: outside;
	margin-left: 1em;
	font-size: 24px;
}

.column {
	border-bottom: 3px solid #EAE8E8;
}

.column-text p:nth-child(3), .column-text p:nth-child(5){
	padding-top: 15px;
}

span.number{
	font-size: 32px;
	color: #103EFF;
	font-weight:700;
}

.full-image{
	max-width: 100% !important;
}

footer img {
	max-width: 200px;
}

.color-section h4 {
	color: #103EFF;
}

.colors .grid-33 li {
	min-height: 276px;
}

.colors .grid-25 li {
	min-height: 200px;
}

.color-square-alt p {
	padding-bottom: 10px;
}
.colors p {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
.fonts .grid-70 h2 {
	font-size: 60px;
}

.fonts .grid-70 h4 {
	font-size: 60px;
	color: #05193A;
	letter-spacing: 0;
}

.regular p{
	font-weight: 400 !important;
}

.main .fonts .grid-parent, .border-bottom {
	border-bottom: 3px solid #EAE8E8;
}

.border-top{
	border-top: 3px solid #EAE8E8;
}

.main .fonts:last-child .grid-parent {
	border-bottom: none;
}

.fonts-text p {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 0.06em;
	color: #000D96;
}

.fonts a {
	text-decoration: none;
	color: #000D96;
	cursor: default;
}

.brand-elements {
	height: 1080px;
}

@media screen and (max-width: 1500px) {
	.fonts-text p {
		font-size: 40px;
	}
}

@media screen and (max-width: 1200px) {
	.fonts-text p {
		font-size: 30px;
	}
}

@media screen and (max-width: 700px) {
	.fonts-text p {
		font-size: 16px;
	}
}

footer a {
	color: #E6E6E4;
}

@media screen and (min-width: 768px) {
	
	nav li {
		padding: 0 18px;
	}
	
	/* MENU */
	
	.hamburger-shell {
  		margin: 0;
   		position: fixed;
    	width: 100%;
   		height: 150px;
    	overflow: auto;
    	top: 0;
    	right: 0;
   		cursor: pointer;
    	padding: 0;
    	z-index: 100;
		border: none;
		background-color: white;
	}

	.top, .middle{
  		position: absolute;
  		width: 50px;
  		height: 3px;
  		background-color: #FF5400;
  		transition: all 350ms ease-in-out;
  		top: 64px;
		right: 22px;
	}

	.middle {
  		top: 76px;
	}

	#menu {
  		position: fixed;
  		top: 100px;
  		text-decoration: none;
  		font-weight: 100;
  		font-size: 24px;
  		padding: 12px 24px;
  		width: 210px;
  		text-align: right;
		background-color:white;
		right: 0%;
  		z-index: 70;
		display: none;
	}
	
	#menu .open{
		display: block;
	}

	#menu li {
  		text-decoration: none!important;
  		list-style: none;
  		color: #585858;
  		transition: all 150ms ease;
		padding: 2%;
	}

	#menu a {
  		text-decoration: none;
  		color: #585858;
  		font-family: nimbus-sans-extended, sans-serif;
  		font-weight: 400;
  		font-size: 24px;
	}
	
	.sub-menu li a {
		font-size: 17px!important;
	}

	.menu-open .top {
  		transform: rotate(225deg);
  		-webkit-transform: rotate(225deg);
  		top: 70px;
  		background-color: #FF5400;
  		height: 2px;
	}

	.menu-open .middle {
  		transform: rotate(-225deg);
  		-webkit-transform: rotate(-225deg);
  		top: 70px;
  		background-color: #FF5400;
  		height: 2px;
	}

	.menu-name {
  		font-weight: 900;
  		color: #4A4E10;
  		font-size: 16.3px;
  		text-decoration: none;
  		position: absolute;
  		top: 40px;
  		left: -1px;
  		transition: all 350ms;
	}

	.menu-open .menu-name {
  		top: 64px;
  		color: #fffbfa;
	}
	
}

@media screen and (max-width: 1400px) {
	
	/*SECTIONS*/
	
	.brand-elements .grid-parent .grid-66 {
		padding-left: 100px;
	}

	.brand-elements .grid-parent .grid-33 {
		padding-right: 100px;
	}
	
}

@media screen and (max-width: 1024px) {
	
	h1, h2 {
		font-size: 48px;
	}
	
	h3 {
		font-size: 36px;
	}
	
	/*SECTIONS*/
	
	.brand-elements .grid-parent .grid-66 {
		padding-left: 80px;
	}

	.brand-elements .grid-parent .grid-33 {
		padding-right: 80px;
	}
	
}

@media screen and (max-width: 767px) {
	
	h1, h2 {
		font-size: 32px;
		line-height: 40px;
	}
	
	h3, span.number {
		font-size: 28px;
		line-height: 40px;
	}
	
	h4, h5 {
		font-size: 20px;
		line-height: 40px;
	}
	
	p, .columns li {
		font-size: 20px;
	}
	
	.color-codes{
		padding-bottom: 20px;	
	}
	
	.intro {
		padding-top: 96px;
	}
	
	
	.brand-elements {
		height: 540px;
	}
	
	.hamburger-shell-mobile {
  		margin: 0;
   		position: fixed;
    	width: 100%;
   		height: 96px;
    	overflow: auto;
    	top: 0;
    	right: 0;
   		cursor: pointer;
    	padding: 0;
    	z-index: 100;
		border: none;
		background-color: white;
	}

	.top, .middle{
  		position: absolute;
  		width: 50px;
  		height: 3px;
  		background-color: #FF5400;
  		transition: all 350ms ease-in-out;
  		top: 40px;
		right: 22px;
	}

	.middle {
  		top: 52px;
	}

	#menu-mobile {
  		position: fixed;
  		top: 60px;
  		text-decoration: none;
  		font-weight: 100;
  		font-size: 24px;
  		padding: 12px 24px;
  		width: 210px;
  		text-align: right;
		background-color:white;
		right: 0%;
  		z-index: 70;
		display: none;
	}
	
	#menu .open{
		display: block;
	}

	#menu-mobile li {
  		text-decoration: none!important;
  		list-style: none;
  		color: #585858;
  		transition: all 150ms ease;
		padding: 2%;
	}

	#menu-mobile a {
  		text-decoration: none;
  		color: #585858;
  		font-family: nimbus-sans-extended, sans-serif;
  		font-weight: 400;
  		font-size: 24px;
	}
	
	.sub-menu li a {
		font-size: 17px!important;
	}

	.menu-open .top {
  		transform: rotate(225deg);
  		-webkit-transform: rotate(225deg);
  		top: 46px;
  		background-color: #FF5400;
  		height: 2px;
	}

	.menu-open .middle {
  		transform: rotate(-225deg);
  		-webkit-transform: rotate(-225deg);
  		top: 46px;
  		background-color: #FF5400;
  		height: 2px;
	}

	.menu-name {
  		font-weight: 900;
  		color: #4A4E10;
  		font-size: 16.3px;
  		text-decoration: none;
  		position: absolute;
  		top: 40px;
  		left: -1px;
  		transition: all 350ms;
	}

	.menu-open .menu-name {
  		top: 64px;
  		color: #fffbfa;
	}
	
}