/******************************
RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1300px) {
	.header-menu .cell:last-child {
		padding-right: 0;
	}
	.nav-menu > li {
		padding: 0 5px;
	}
	.nav-menu > li > a {
		font-size: 14px;
		padding: 0 0 20x;
	}
}
@media screen and (max-width: 1200px) {
	.nav-menu > li:last-child .sub-menu {
		left: auto;
	    right: 0;
	    -webkit-transform: none;
		-moz-transform: none;
	    -ms-transform: none;
	    -o-transform: none;
		transform: none;
	}
}
@media screen and (max-width: 1100px) {
	/*=== Header ===*/
	.top-bar .cell:first-child {
	    padding-left: 160px;
	}
	.header-menu .cell:first-child {
		width: 160px;
		padding-left: 0;
	}
	.header-menu .cell:last-child,
	.quick-links-wrapper ul {
		text-align: center;
	}
	.search-box .search-form {
	    padding: 0 20px 0 40px;
	    background-position: left center;
	}
	.entry-header .logo {
		width: 175px;
	}

	/*=== Homepage ===*/
	.news-wrapper .container {
	    padding: 70px 20px 75px;
	}
	.about-wrapper .container:after {
		left: 0;
	}
	.news-wrapper .container:after,
	.sub-banner .container:after {
	    right: 0;
	}
	.news-wrapper .inner-box {
		max-width: inherit;
		width: 240px;
	}
	.news-box {
	    padding: 25px 15px;
	}
	.news-box h3 {
	    min-height: 130px;
	}
	.reasons-wrapper .cell:first-child {
    	padding: 70px 20px;
	}
	.reasons-wrapper .cell:last-child {
	    padding: 70px 80px 70px 20px;
	}
	.reasons-slider .slick-track {
		height: 360px;
	}
	.reasons-slider .slick-slide {
		width: 360px !important;
	}

	/*=== Inner & Landing Pages ===*/
	.bottom-menu li {
		margin-right: 55px;
	}
	.entry-content {
	    min-height: 670px;
	}
	.entry-content .inner-box {
	    padding-top: 320px;
	}
	.entry-content .btn-wrap:after {
		top: -152px;
	}
	.entry-content .buttons {
		margin-top: -30px;
	}
	.entry-content .btn {
		padding: 20px 20px 18px;
	}
	.entry-content .btn:before {
		top: 22px;
	}
	.entry-content .btn:after {
		top: 16px;
	}

	/*=== Footer ===*/
	.footer-wrapper .cell:nth-child(2) {
	    width: auto;
	    padding: 0 40px 0 20px;
	}
	.footer-wrapper ul {
		margin-top: 8px;
	}
	.footer-wrapper li {
		margin: 0 25px 0 0;
	}
	.footer-wrapper li:last-child {
		margin: 0;
	}
	.entry-footer.footer-wrapper .cell:first-child p:first-of-type {
		margin-right: 25px;
	}
}

@media screen and (max-width: 1000px) { /* Target Screen Width */
	/*=== Header ===*/
	.nav-menu > li {
		padding: 0 5px;
	}
	.nav-menu > li > a {
		padding-left: 3px;
		padding-right: 3px;
		font-size: 13px;
	}

	/*=== Homepage ===*/
	.quick-links-wrapper .cell:first-child {
		width: 25%;
	}
	.quick-links-wrapper ul {
	    padding: 0 20px;
	}
	.quick-links-wrapper li {
		margin-right: 15px;
	}
	.quick-links-wrapper li:last-child,
	.ql-box {
	    margin: 0;
	}
	.news-box h3 {
	    min-height: 120px;
	    margin-bottom: 15px;
	}
	.news-wrapper .inner-box {
	    width: 210px;
	}
	.reasons-wrapper .cell:last-child {
    	padding: 70px 20px;
	}
	.reasons-slider .slick-track {
    	height: 326px;
	}
	.reasons-slider .slick-slide {
    	width: 326px !important;
	}
	.reasons-slider-arrows {
		top: auto;
		right: auto;
		bottom: -56px;
		left: 50%;
		margin: 0 0 0 -50px;
	}
	.reasons-slider-arrows{
		height: auto;
	}
	.reasons-slider-arrows .slick-arrow{
		position: static;
	}
	.reasons-slider-arrows .slick-arrow {
		display: inline-block !important;
	}
	.reasons-slider-arrows .slick-arrow.slick-prev {
		margin: 0 15px 0 0;
	}

	/*=== Inner Page ===*/
	.bottom-menu li {
		margin-right: 35px;
	}
}

@media screen and (max-width: 900px) {
	.header-menu .cell:first-child {
		width: 94px;
	}
	
	/*=== Header ===*/
	#inner #header {
		height: 45px;
	}
	.logo,
	.fixed .logo, 
	#inner .logo {
	    width: 94px;
	    height: 113px;
	    padding: 10px;
	}
	.top-bar {
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	}
	.top-bar .cell:first-child {
    	padding-left: 94px;
	}
	.top-bar .cell:last-child {
		height: 45px;
		width: 174px;
	}
	.top-menu li:not(:last-child) {
		margin-right: 15px;
	}
	.top-right-menu {
		display: inline-block;
		margin: 5px 20px 0 0;
	}
	.top-right-menu li:first-child:after,
	.nav-menu > li.active > a:after,
	.nav-menu > li > a:after,
	.sub-banner .container:after {
		content: none;
	}
	.top-right-menu .item-contact,
	.bottom-menu-wrapper {
		display: none;
	}
	.header-menu,
	.fixed .header-menu,
	#inner .header-menu {
		height: 0;
		box-shadow: none;
	}
	.header-menu .cell:last-child {
		padding: 0;
	}

	/*=== Navigation ===*/
	.top-bar {
		background-color: #08131d !important;
	}
	#nav-btn {
		display: block;
		width: 35px;
	    margin-top: 5px;
    	float: right;
	}
	#nav-btn span {
		display: block;
		width: 35px;
		height: 4px;
		margin: 0 auto 5px;
		background-color: #fff;
	}
	#nav-close-btn {
		position: absolute;
	    top: 40px;
    	right: 40px;
		display: block;
		width: 28px;
		height: 28px;
		margin: 0;
		background: url(../images/icons/close-btn.png) no-repeat;
		z-index: 5;
	}
	.main-nav,
	.main-nav nav,
	.nav-menu,
	.nav-menu > li,
	.nav-menu li a {
		height: auto;
	}
	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		max-width: 60%;
		width: 0;
		margin: 0;
		padding-top: 0 !important;
		overflow: hidden;
		overflow-y: auto;
		-webkit-transition: all 0.6s ease 0s;
	    -moz-transition: all 0.6s ease 0s;
		-ms-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
		transition: all 0.6s ease 0s;
		background: url(../images/layout/pattern_strips.png) #0f2234;
		z-index: 110;
	}
	.open .main-nav {
		width: 100%;
		-webkit-transition: all 0.8s ease 0s;
	    -moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
		transition: all 0.8s ease 0s;
	}
	.main-nav nav {
		position: relative;
		min-width: 415px;
		padding: 80px 40px 40px;
		text-align: left;
	}
	.nav-menu {
		margin-right: 0;
	}
	.nav-menu > li {
		display: block;
		padding: 0;
		text-align: inherit;
	}
	.nav-menu > li > a {
	    display: block;
	    padding: 16px 30px 13px 25px;
		border-bottom: 1px solid #000;
	    font-size: 18px;
	    -webkit-box-shadow: 0px 1px #302c2c;
	    -moz-box-shadow: 0px 1px #302c2c;
	    box-shadow: 0px 1px #302c2c;
	}
	#inner .nav-menu > li > a,
	.fixed .nav-menu > li > a {
		color: #fff;
	}
	.nav-menu .btn {
		border: none;
		border-bottom: 1px solid #000;
		text-align: inherit;
	}
	.sub-ctrl {
		position: absolute;
		top: 4px;
		right: 0;
		width: 30px;
		height: 40px;
		background: url(../images/arrows/sub_menu.png) center no-repeat;
		cursor: pointer;
		z-index: 1;
	}
	.sub-ctrl.show {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.nav-menu .sub-menu {
		position: static;
		display: none;
	    width: 100%;
		padding: 5px 30px 0 30px;
		text-align: inherit;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform:none;
		-o-transform: none;
		transform: none;
		-webkit-transition: none;
		-moz-transition: none;
	 	-ms-transition: none;
		-o-transition: none;
		transition: none;
		background-color: transparent;
		opacity: 1;
		visibility: visible;
	}
	.nav-menu .sub-menu a {
		padding: 10px;
	}
	.nav-menu .sub-menu a:hover {
		color: #fff;
	}
	.breadcrumbs {
	    padding: 33px 0 26px;
	}

	/*=== Homepage ===*/
	.quick-links-wrapper .table {
		height: 340px;
	}
	.ql-box span {
		width: 160px;
		height: 160px;
	}
	.news-wrapper .container > .relative {
		margin: 0 -10px;
	}
	.news-wrapper .table {
		height: 400px;
		margin: 45px 0 50px;
	}
	.news-wrapper .cell {
		height: auto;
		padding: 0 10px;
		vertical-align: top;
	}
	.news-box {
		position: static;
	    height: 100%;
        padding: 25px 15px 50px 15px;
		border-top: none;
	}
	.news-box .read-more {
    	position: absolute;
    	bottom: 20px;
	}
	.news-box h3 {
		font-size: 26px;
	}
	.news-wrapper .cell:hover .news-box {
		padding-top: 25px;
		border-top: none;
	}
	.news-wrapper .inner-box {
		width: 100%;
	}
	.reasons-wrapper .cell:first-child,
	.reasons-wrapper .cell:last-child {
    	padding: 50px 20px;
	}
	.reasons-wrapper .cell:first-child .relative {
    	padding-left: 55px;
	}
	.reasons-content .slick-slide {
	    padding: 74px 0 20px 20px;
	}
	.reasons-content .slick-dots {
		top: 15px;
    	left: 20px;
    	font-size: 38px;
	}
	.reasons-slider .slick-track {
    	height: 276px;
	}
	.reasons-slider .slick-slide {
    	width: 276px !important;
	}
	.reasons-slider-arrows {
		position: static;
		margin: 20px 0 0;
		text-align: center;
	}

	/*=== Inner & Landing Pages ===*/
	
	.main-content .col-right [class$="-banner"]:first-child {
		margin-top: -85px;
	}
	.main-content .container {
		padding: 0 0 0 20px;
	}
	.main-content .col-left {
	    padding-right: 40px;
	}
	.main-content .col-left .list {
		padding-left: 0;
	}
	.main-content .text-banner {
		padding-right: 15px;
	}

	.entry-header .logo {
	    width: 130px;
	}
	.entry-content {
    	min-height: 660px;
	}
	.entry-content .inner-box {
	    padding-top: 260px;
	}
	.entry-content .btn-wrap:after {
		content: none;
	}
	.entry-content .btn {
		min-width: 200px;
	}
	.entry-content p {
		margin-bottom: 0;
	}
	#inner .sub-banner .relative {
		padding-top: 0;
	}
	.sub-banner {
		height: 260px;
	}
	
	.dataTables_wrapper {
		padding-right: 20px;
	}
	.directory.member-info {
		padding-right: 20px;
	}
	.directory.member-info th {
		width: auto !important;
	}

}

@media screen and (max-width: 770px) { /* Tablet View */
	/*=== Main ===*/
	body {
		cursor: pointer; /* iOS Clicking Fix */
	}
	.btn {
	    padding: 20px 10px 16px;
	}
	.header-wrapper {
		position: fixed !important;
	}
	.top-menu .item-globe,
	.quick-links-wrapper .cell .img-box {
		display: none;
	}
	.main-nav nav {
		min-width: 375px;
	}

	/*=== Homepage ===*/
	.banner-content > .container > .table > .cell {
	    padding-top: 150px;
	}
	.banner .banner-text {
		max-width: 550px;
	    padding-left: 50px;
	}
	.move-down {
		bottom: 50px;
	}
	.about-wrapper {
    	padding-top: 95px;
	}
	.about-wrapper:before {
		top: 35px;
	}
	.about-wrapper .container {
    	padding-bottom: 50px;
	}
	.about-wrapper .container:after,
	.news-wrapper .container:after {
		content: none;
	}
	.about-wrapper .inner-box {
		max-width: 100%;
	}
	.quick-links-wrapper .table,
	.quick-links-wrapper .cell,
	.news-wrapper .table,
	.reasons-wrapper .table,
	.bar-callout .table,
	.bar-callout .cell {
		display: block;
		height: auto;
	}
	.quick-links-wrapper .cell:last-child {
    	padding: 45px 20px;
	}
	.quick-links-wrapper ul,
	.bar-callout .cell,
	.footer-wrapper .cell:nth-child(2) {
		padding: 0;
	}
	.quick-links-wrapper li {
    	margin-right: 40px;
	}
	.reasons-wrapper .reasons-counter {
		top: auto;
		right: 0;
		left: 0;
		margin: auto;
	}
	.news-wrapper .container {
	    padding: 45px 20px 50px;
	}
	.news-wrapper .container > .relative {
		margin: 0;
	}
	.news-wrapper .table {
	    margin: 30px 0 20px;
	}
	.news-wrapper .cell {
		display: inline-block;
		width: 74%;
		margin-bottom: 20px;
		padding: 0;
	}
	.news-box {
	    padding: 25px 20px 50px 20px;
	}
	.news-box h3 {
		min-height: inherit;
		font-size: 28px;
	}
	.reasons-wrapper {
		text-align: center;
	}
	.reasons-wrapper .cell {
		display: inline-block;
		width: 74%;
	}
	.reasons-wrapper .cell:first-child {
		width: 74%;
	    padding: 45px 20px;
	}
	.reasons-wrapper .cell:last-child {
	    padding: 0 20px 50px;
	}
	.reasons-wrapper .cell:first-child .relative {
		padding-left: 0;
	}
	.reasons-wrapper h2 {
		position: static;
		border-bottom: 4px solid #b4b8bb;
		transform-origin: inherit;
		-webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    -o-transform: none;
	    transform: none;
	}
	.reasons-content .slick-slide {
    	min-height: inherit;
	    padding: 74px 0 0;
    	border-left: none;
	}
	.reasons-content .slick-dots {
		left: 0;
		text-align: center;
	}
	.reasons-slider .slick-track {
	    width: 444px !important;
    	height: 384px;
    	margin: 0 auto;
	}
	.reasons-slider .slick-slide {
    	width: 384px !important;
	}
	.reasons-slider-arrows {
	    width: 484px;
	    margin: 20px auto 0;
	}
	.bar-callout {
		height: auto;
		padding: 45px 20px 50px;
	    background-size: 40%;
    	background-position: left bottom;
	}

	/*=== Inner Page ===*/
	
	.main-content .col-right [class$="-banner"]:first-child  {
		margin-top: 0;
	}
	.main-content {
		padding-bottom: 50px;
		text-align: center;
	}
	.main-content .container {
		padding: 0 20px;
	}
	.main-content .container > .table,
	.main-content .container > .table > .cell {
		display: block;
	}
	.main-content .col-left {
		margin-bottom: 20px;
		padding-right: 0;
	}
	.main-content .col-left .list {
	    display: inline-block;
	    width: 74%;
	    text-align: left;
	}
	.main-content .col-right {
	    margin: 0 auto;
	}
	.main-content .text-banner {
		padding-right: 0;
		text-align: center;
	}

	/*=== Landing Page ===*/
	.entry-header .header-wrapper {
		position: absolute !important;
	}
	.entry-content > div {
    	padding: 20px 20px 0;
	}
	.entry-header .header-wrapper {
    	top: 55px;
	}
	.entry-header .logo {
    	width: 110px;
	}
	.entry-content .inner-box {
	    padding: 180px 0 95px;
	}
	.entry-content .buttons {
	    top: auto;
    	bottom: 90px;
		margin-top: 0;
	}
	.entry-content .btn-wrap:first-child .btn {
		left: 0;
	}
	.entry-content .btn-wrap:last-child .btn {
	    right: 0;
	}
	.entry-footer.footer-wrapper {
		padding: 20px;
	}
	.entry-footer.footer-wrapper .cell:first-child p:first-of-type {
		margin-right: 0;
	}

	/*=== Footer ===*/
	.footer-wrapper {
		display: block;
		height: auto;
	    padding: 30px 20px;
	    text-align: center;
	}
	.footer-wrapper .table,
	.footer-wrapper .cell,
	.footer-wrapper .cell:first-child > * {
		display: block;
	}
	.footer-wrapper .cell:last-child,
	.entry-footer.footer-wrapper .cell:last-child {
		width: 100%;
	}
	.footer-wrapper ul {
    	margin: 8px 0;
	}
	.footer-wrapper p {
		margin-bottom: 8px;
	}

	.dataTables_wrapper {
		padding-right: 0;
	}
	.directory.member-info thead {
		display: none;
	}
	.directory.member-info {
		padding-right: 0;
		margin-top: 25px;
	}
	.directory.member-info,
	.directory.member-info tbody,
	.directory.member-info tbody > tr,
	.directory.member-info tbody > tr > td {
		display: block;
		width: 100%;
		transition: all 0.3s ease 0s;
	}
	.directory.member-info tbody > tr {
		border-top: 1px solid #000;
		padding: 15px 0;
	}
	.directory.member-info .cell {
		position: relative;
		padding: 10px 10px 10px 125px !important;
		
	}
	.directory.member-info .cell:before {
	    color: #004b8e;
	    content: attr(data-id);
	    display: block;
	    height: calc(100% - 44px);
	    left: 0;
	    padding: 10px 0 10px 10px;
	    position: absolute;
	    top: 0;
	    width: 100px;
	    text-align: right !important;
	    transition: all 0.3s ease 0s;
	}
	.directory.member-info .row:not(.header-row):hover {
		background: transparent;
		color: #08131d;
	}
}

@media screen and (max-width: 670px) { /* Phone View */
	/*=== Main ===*/
	h1 {
		line-height: 58px;
		font-size: 50px;
	}
	h2 {
		line-height: 54px;
    	font-size: 46px;
	}
	h1 + h3,
	h2 + h3,
	.bar-callout h3,
	.main-content .col-right h3 {
	    margin: 5px 0 15px;
	}
	h4 {
		letter-spacing: 1px;
	}
	.banner{
		min-height: 550px;
	}
	.banner-content > .container > .table > .cell {
	    padding-top: 80px;
	}
	.more {
		padding-bottom: 12px;
	}
	.banner .banner-text,
	.entry-content .container {
		max-width: 100%;
	}
	.banner-text .large-text {
		margin-bottom: 15px;
		font-size: 66px;
	}
	.top-menu .item-login {
		display: none;
	}
	.main-nav {
		max-width: 80%;
	}
	.main-nav nav {
		min-width: 384px;
	}

	/*=== Homepage ===*/
	.about-wrapper .container {
    	padding-bottom: 45px;
	}
	.quick-links-wrapper li {
    	margin-right: 10px;
	}
	.ql-box span {
    	width: 140px;
    	height: 140px;
    	margin-bottom: 25px;
	}
	.news-wrapper .container {
		padding: 45px 20px;
	}
	.reasons-wrapper .cell:last-child,
	.main-content .col-left .list {
		width: 88%;
	}
	.reasons-slider .slick-track {
	    width: 324px !important;
	    height: 264px;
	}
	.reasons-slider .slick-slide {
    	width: 264px !important;
	}
	.reasons-slider-arrows {
		width: 324px;
	}

	/*=== Landing Page ===*/
	.entry-header .logo {
    	width: 100px;
	}
	.entry-content {
    	min-height: 610px;
	}
	.entry-content h1 {
	    line-height: 60px;
    	font-size: 56px;
	}
	.entry-content h3:after {
	    margin: 4px auto 15px;
	}
	.entry-content p {
		font-size: 14px;
	}
	
	.more {
		white-space: normal;
	}
	.more::before {
		width: 50% !important;
		max-width: 200px !important;
	}
}
@media screen and (max-width: 480px) {
	/*=== Main ===*/
	h1 {
		line-height: 54px;
	}
	h1 + h3,
	h2 + h3,
	.main-content .col-right h3 {
		letter-spacing: 2px;
	}
/*
	.logo,.fixed .logo, #inner .logo {
		width: 130px;
		height: 164px;
	}
*/
	.main-nav {
		max-width: 95%;
	}
	.main-nav nav {
	    min-width: 340px;
	}
	.banner-text .large-text,
	.entry-content h1 {
		line-height: 56px;
		font-size: 54px;
	}
	.banner-text p {
	    line-height: 26px;
        font-size: 18px;
	}

	/*=== Homepage ===*/
	.about-wrapper p {
		margin-bottom: 25px;
		font-size: 14px;
	}
	.quick-links-wrapper li {
		display: block;
		margin: 0 0 30px 0;
		text-align: center;
	}
	.ql-box span {
		width: 190px;
		height: 190px;
		margin: 0 auto 20px;
	}
	.ql-box p {
		display: block;
		max-width: inherit;
	}
	.news-wrapper .cell,
	.reasons-wrapper .cell:first-child {
		width: 88%;
	}
	.reasons-wrapper .cell:last-child {
		width: 100%;
	}

	/*=== Landing Page ===*/
	.entry-header .header-wrapper {
    	top: 40px;
	}
	.entry-content {
    	min-height: 720px;
    }
    .entry-content .inner-box {
    	padding: 180px 0 145px;
	}
    .entry-content .buttons {
    	bottom: 20px;
	    text-align: center;
    }
    .entry-content .btn {
    	position: static;
	    min-width: 180px;
    	margin-bottom: 8px;
    	padding: 17px 10px 15px;
    }
    .entry-content .btn:after,
    .entry-content .btn:before {
    	content: none;
    }
}

@media screen and (max-width: 360px) {
	/*=== Main ===*/
	h1 {
    	line-height: 50px;
    	font-size: 48px;
	}
	h2 {
	    line-height: 46px;
	    font-size: 42px;
	}
	h1 + h3,
	h2 + h3,
	.main-content .col-right h3 {
    	letter-spacing: 1px;
	}
	.btn {
		min-width: 200px;
    	padding: 16px 10px 12px;
	}
	.main-nav nav {
		min-width: 300px;
		padding: 80px 30px 30px;
	}
	.nav-menu > li > a {
		font-size: 16px;
	    padding: 16px 25px 13px 20px;
	}
	.nav-menu .sub-menu {
	    padding: 5px 25px 0 25px;
	}
	.nav-menu .sub-menu a {
		font-size: 15px;
	}
	.banner .banner-text {
		padding-left: 40px;
	}
	.banner-text .large-text {
	    line-height: 52px;
	    font-size: 48px;
	}

	/*=== Homepage ===*/
	.news-wrapper .cell,
	.reasons-wrapper .cell:first-child,
	.reasons-slider-arrows,
	.main-content .col-left .list,
	.main-content .col-right {
		width: 100%;
	}
	.reasons-content .slick-dots {
		font-size: 34px;
	}
	.reasons-content .slick-dots li {
		margin: 0 25px 0 0;
	}
	.reasons-slider .slick-slide {
	    width: 220px !important;
	}
	.reasons-slider .slick-track {
	    width: 280px !important;
	    height: 220px;
	}
	.bar-callout {
		background-size: 70%;
	}

	.main-content .col-right .inner-box {
		max-width: 100%;
	}

	/*=== Landing Page ===*/
	.entry-content {
    	min-height: 790px;
	}
	.entry-header .logo {
    	width: 90px;
	}
}
