@font-face {
    font-family: 'FoundersGroteskTextRegular';
    src: url('/fonts/FoundersGroteskTextRegular.eot');
    src: url('/fonts/FoundersGroteskTextRegular.eot') format('embedded-opentype'),
         url('/fonts/FoundersGroteskTextRegular.woff2') format('woff2'),
         url('/fonts/FoundersGroteskTextRegular.woff') format('woff'),
         url('/fonts/FoundersGroteskTextRegular.ttf') format('truetype'),
         url('/fonts/FoundersGroteskTextRegular.svg#FoundersGroteskTextRegular') format('svg');
}

@font-face {
    font-family: 'ATSGRegular';
    src: url('/fonts/ATSackersGothicRegular.eot');
    src: url('/fonts/ATSackersGothicRegular.eot') format('embedded-opentype'),
         url('/fonts/ATSackersGothicRegular.woff2') format('woff2'),
         url('/fonts/ATSackersGothicRegular.woff') format('woff');

}

#nav li a {
    color:#3f3f3f;

    font-family: 'ATSGRegular';

}

section {
    width:100%;
    display:block;
    overflow:auto;
}

.container, .maxW960, .maxW480 {
	width: calc(100% - 20px);
    max-width:960px;
	margin: 0 auto;
	clear: both;
	display: block;
	overflow: auto;
	overflow: visible;
	position: relative;
}
.container {
    width:calc(100% - 120px);
}

.fullWidth {
    width:100%;
}

.maxW960 {
    max-width:960px;
}

.maxW480 {
    max-width:480px;
}
.clear, * html .clearfix, *:first-child+html .clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}

.mb60 {
    margin-bottom:60px;
}

.pt60 {
    padding-top:60px;
}

.mb120 {
    margin-bottom:120px;
}
.mb50 {
    margin-bottom:50px;
}

.grid_1 {
                width: 6.5%;
}
.grid_2 {
                width: 15%;
}
.grid_3 {
                width: 23.5%;
}
.grid_4 {
                width: 32%;
}
.grid_5 {
                width: 40.5%;
}
.grid_6 {
                width: 48%;
}
.grid_7 {
                width: 57.5%;
}
.grid_8 {
                width: 64%;
}
.grid_9 {
                width: 74.5%;
}
.grid_10 {
                width: 83%;
}
.grid_11 {
                width: 91.5%;
}
.grid_12 {
                width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
                margin: 0 2% 1% 0;
                float: left;
                display: block;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
img {
	border: none;
	max-width: 100%;
}
a, img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
/* General */
body {
	font-family:"FoundersGroteskTextRegular",  Gotham, sans-serif;
	font-size: 16px;
	background: #fff;
	color: #3f3f3f;
	margin: 0;
	padding: 0;
    line-height:1.4em;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 806px;
	float: none;
}
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
    font-family: 'ATSGRegular';

}
p {
	text-align: center;
	margin: 0;
}
h1 {
	font-size: 60px;
}
h2 {
    font-size:32px;
    font-size:25px;
    margin-bottom:50px;
    letter-spacing:6px;
    text-align:center;
    text-transform:uppercase;
    line-height:1.5;
}
h3 {
}
h4 {
	font-size: 40px;
	color: #2A3851;
}
/* Navigation */ 
header {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: absolute;
	background: #ffffff;
	text-align: center;
    bottom:0;
    padding:20px;
    z-index:1;
}
.sticky {
    position:fixed;
    top:0;
    bottom:auto;
    z-index:99;
    border-bottom: 1px solid #f3f3f3;
}
.logo {
	margin: auto;
    /* display: inline-block; */
    position: absolute;
    z-index:1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 477px;
    height: 108px;
}
.logo svg path, .logo svg polygon {
    fill:#ffffff!important;
}
nav {
	margin: 0 auto;
	padding: 0;
}
#nav li {
	list-style: none;
	display: inline-block;
	padding: 0 30px;
	
	position: relative;
}
#nav li a {
	color: #3f3f3f;
	text-transform: uppercase;
    font-size: 12px;
	line-height: 10px;
    font-family: 'ATSGRegular';
    letter-spacing:4px;
    position:relative;
}

#nav li a:after {
    content:'';
    position:absolute;
    background:#3f3f3f;
    height:1px;
    left:0;
    right:0;
    margin:auto;
    opacity:0;
    bottom:-5px;
    transition:all 0.3s ease-in-out;

}

#nav li.active a:after {
    opacity:1;
}

/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #3f3f3f;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#nav-toggle span:before {
	top: -10px
}
#nav-toggle span:after {
	bottom: -10px
}
#nav-toggle.active span {
	background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
	top: 0
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg)
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg)
}





/* enquiry */

#register {
    display:table;
    width: 100%;
    margin: 0 auto;
    background:url('/images/reg-bg.jpg') center no-repeat;
    background-size:cover!important;
    position:relative;
    height:100vh;
    height:calc(100vh - 61px);
    min-height:872px;

}
#register:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    background:rgba(0,0,0,0.4);
}

#register h2 {
    letter-spacing:2px;
    color:#ffffff;
    font-weight:normal;
    font-size:25px;
}
	
#register p {
    color:#ffffff;
}
        /*display: table;*/

.formbox {
	display:table-cell;
    vertical-align:middle;
}

div#enquiry1_thankyou {
    display:table-cell;
    vertical-align:middle;
    position:relative;
    z-index:2;
}
form#portal_enquiry {
    max-width: 480px;
    width:100%;
    margin: auto;
    position:relative;
    z-index:2;
}

form#portal_enquiry img {
    width:285px;
    margin:auto;
    margin-bottom:60px;
    display:block;
}

.closeBtn {
    position:absolute;
    width:30px;
    height:30px;
    left:0;
    right:0;
    margin:auto;
    cursor:pointer;
    top:-65px;
    z-index:2;

}

p#th {
    position:relative;
}

.closeBtn:after, .closeBtn:before {
    content:'';
    position:absolute;
    width:100%;
    height:2px;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    background:#ffffff;
    transform:rotate(45deg);
    cursor:pointer;
}

.closeBtn:before {
    transform:rotate(-45deg);
}

input, select {
	font-size: 18px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 100%;
	color: #ffffff;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	letter-spacing: 0;
    font-family:"FoundersGroteskTextRegular";
    margin-bottom:15px;
    position:relative;
    z-index:2;
}

input.b_submit {
    margin: 20px auto 60px;
    border: none;
    cursor:pointer;
}
select {
	padding: 5px 7px;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}
select option {
	padding: 7px 5px;
	background: #fff;
    color:#000000;
	text-align-last: center!important;
    text-align: center!important;
    -ms-text-align-last: center!important;
}
.privacy {
	font-size: 12px;
    margin-top:30px;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #fff;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
#chkInternational + label {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #fff;
	padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #fff;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #fff;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: $form-field-text;
opacity: 1;
}
 

 /* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-bottom: 1px solid #525252;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}
li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #525252;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000000;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	    padding: 0;
    /* text-align: left; */
    color: #F00D0D;
    /*color: #ffffff;*/
    position: absolute;
    /* text-align: center; */
    left: 0;
    right: 0;
    text-align: center;
    top: -13px;
}


/**********************************/
/*footer*/ 
footer {
	float: right;
	margin-left: 5%;
	line-height: 74px;
}

*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}



/**********************************************/

 .hero_video_holder {
            background-attachment: fixed;
            position: relative;
            height:100vh;
            width:100%;
            overflow:hidden;
        }

.hero_video_holder:after {
    content:'';
    position:absolute;
    width:100%;
    height:calc(100%);
    top:0;
    bottom:0;
    margin:auto;
    background:rgba(0,0,0,0.3);
    display:none;
}
.hero_video_holder video {
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.hero_video_holder:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    transition:all 0.3s ease-in-out;
}


/**********************************************/
/**********************************************/
.caption {
    position:absolute;
    bottom:20%;
    bottom:calc(25% - 8px);
    text-align:center;
    display:block;
   width:100%;
   font-size:12px;
   font-family:'ATSGRegular';
   /*letter-spacing:1px;*/
   z-index:1;
   color:#ffffff;
   text-transform:uppercase;
   letter-spacing:2px;
   line-height:16px;

}



.formLogo {
    margin:auto;
    margin-bottom:40px;
    max-width:280px;
}
.formLogo svg path, .formLogo svg polygon{
    fill:#ffffff;
}



/*************Full Website Stylesheet*****************/


.scrolldown {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    z-index: 1;
    text-align:center;
}
.scrolldown .mouse {
    width: 20px;
    height: 35px;
    display:inline-block;
    border: 2px solid #fff;
    display: block;
    border-radius: 15px;
    position: relative;
    left: 50%;
    
}
.scrolldown .mouse span {
    width: 3px;
    height: 6px;
    display: block;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    right:0;
    margin:auto;
    border-radius: 2px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-animation: scroll 2s 0s infinite;
    -moz-animation: scroll 2s 0s infinite;
    -o-animation: scroll 2s 0s infinite;
    animation: scroll 2s 0s infinite;
}

@keyframes scroll {
    0%   {transform: translateY(0px)}
    8%  {transform: translateY(7px)}
	16%  {transform: translateY(0)}
    100%  {transform: translateY(0px)}
}


p.info {
     margin-top: 30px;
    letter-spacing: 2px;
    font-family: 'ATSGRegular';
    font-size: 12px;
    line-height:16px;
    font-weight: bold;
    letter-spacing:1px;
        text-transform:lowercase;
}
p.flex_caption {
    letter-spacing: 2px;
    font-family: 'ATSGRegular';
    font-size: 12px;
    font-weight: bold;
    opacity:0;
    transition:all 0.3s ease-in-out;
}

p.flex_caption span {
    padding: 10px 10px 0;
    display: inline-block;
}




.logoWrapper {
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
}

.logoWrapper a {
    padding:0 15px;
}

.logoWrapper a:last-of-type svg {
    height:35px;
}

.ipm_logo svg{
    height:35px;
}


.cls-1 {
    fill:#ffffff;
}

.cls-2 {
    fill:#40403f;
}

.clientLogo {
    width:108px;
    margin:auto auto 50px;
}

.clientLogo.net {
    width:246px;
}

@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 1000px) {

    .container {
        width:calc(100% - 40px);
    }
    .logo {
        width:calc(100% - 50px);
    }

    #nav li {
        padding:0 15px;
    }
    #nav li a {
        letter-spacing:2px;
    }

}

@media screen and (max-width : 760px) {

   #register h2 {
       font-size:16px;
   }
   
    .container {
        width:calc(100% - 20px);
    }
    .mb60 {
        margin-bottom:30px;
    }
    .pt60 {
        padding-top:30px;
    }

    

    .scrolldown {
        bottom:50px;
    }

    

    p.flex_caption {
        font-size:10px;
        letter-spacing:1px;
    }

     p.info {
        
        font-size:10px;
        line-height:14px;
    }
    .mb120 {
        margin-bottom:60px;
    }
    h2 {
        font-size:16px;
        letter-spacing:2px;
        margin-bottom:25px;
    }
    body {
        font-size:14px;
    }
    .break {
        display:none;
    }
   
    section {
        transition:all 0.6s ease-in;
         transform-style:preserve-3d;
          transform:none;
          background:#ffffff;
    }

    /*section.transForm {
        transform: translateX(50%) rotate3d(0,1,0,90deg);
    }*/

    header {
        position:fixed!important;
        background:transparent;
        top:0!important;
        z-index:99;
        padding:30px 0;
        border:none;
    }

    header.sticky {
        background:#ffffff;
    }

    form#portal_enquiry {
        padding:0 10px;
    }

    #register {
        min-height:800px;
    }

    #register.minH {
        min-height:initial;
    }

    .logoWrapper {
        bottom:20px;
    }

    .closeBtn {
        width:20px;
        height:20px;
        top:10px;
    }
    #enquiry1_thankyou .closeBtn {
        top:-40px;
    }


    #nav-toggle {
	    display: block;
        position:fixed;
    }
    header.sticky #nav-toggle, #nav-toggle.active{
        opacity:1!important;

    }

    #nav-toggle.active span:before, #nav-toggle.active span:after {
        background:#3f3f3f!important;
    }

    #nav-toggle span:before, #nav-toggle span:after,  #nav-toggle span {
        background:#ffffff;
    }

    header.sticky #nav-toggle span:before, header.sticky #nav-toggle span:after,  header.sticky #nav-toggle span {
        background:#3f3f3f;
    }
    header nav {
        width:100%;
        height:100%;
        height:100vh;
        position:fixed;
        top:0;
        left:0;
        z-index:3;
        background:#F5DDD2;
        display:table;
        transition:all 0.6s ease-in-out;
        transform:translateY(-100%);
         /*transform-style:preserve-3d;
          transform: translateX(-50%) rotate3d(0,1,0,90deg);*/
          
    }

    header nav.show {
        transform:none;

    }

    ul#nav {
	    /*display: none;*/
	    clear:both;
        display:table-cell;
        vertical-align:middle;
    }
    ul#nav li {
	    display: block;
	    margin:2vh 0 !important;
	    width: 100%;
	    text-align: center;
	    padding:0;
    }
    ul#nav li a{
	    margin: 0;
	    text-align: center;
	    width: 100%;
	    line-height: normal;
	    color: #3f3f3f;
	    padding: 10px 0;
	    font-size: 16px;
    }
    ul#nav li a:after {
        background:#3f3f3f;
        bottom:5px;
    }
    section#home {
        margin-bottom:60px;
    }

}

@media screen and (max-width : 420px) {
}
#preloader
{
    display:none
}