

        	/*
			NOTES:

			global body text color: 	#182a39		// dark grey
			global highlight color: 	#47b7ec		// medium blue      (71, 183, 236)
            global light blue color: 	#dbf2fb		// light blue       (219, 242, 251)
            global dark blue color: 	#094771		// dark blue
			global light grey color:    #f4f5f9	    // light grey #e5e8ec
			global medium grey color 2: #ced5e0	    // medium grey 2
			global green color:     	#49dcc5	    // green
			global yellow color:     	#ffd05c	    // yellow
			global yellow color:     	#fc7157	    // red orange
			global light blue color 2: 	#86dafe		// light blue 2
			
			*/


	
	@font-face{
		font-family:'TamIcons';
		src:url(../Fonts/tamfont2-webfont.eot);
		src:url(../Fonts/tamfont2-webfont.eot?#iefix) format('embedded-opentype'),
		url(../Fonts/tamfont2-webfont.woff) format('woff'),
		url(../Fonts/tamfont2-webfont.woff2) format('woff2'),
		url(../Fonts/tamfont2.ttf) format('truetype'),
		url(../Fonts/tamfont2-webfont.svg) format("svg");
		font-weight:normal; font-style: normal;
	}

	
	
	body {
		/*font-family: Montserrat, Roboto, Oswald, Arial, Helvetica, sans-serif;*/
        font-family: 'Red Hat Text', Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 17px;
		color: #182a39;
		padding: 0;
		margin: 0;
		background-color: #f4f5f9;
        overflow-x: hidden;
        line-height: 1.5;
        
	}
	.freeze {
        overflow: hidden;
	}
    
	body * {
        /*
		border: 1px solid #ff0000;
        */
	}
    

	a, a:visited {
		color: #47b7ec;
		text-decoration: none;
		-webkit-transition: color 0.15s ease;
		-moz-transition: color 0.15s ease;
		transition: color 0.15s ease;
	}
	
	a:hover, a:visited:hover {
		color: #035d87;
		text-decoration: none;
	}
	

    /* ################################################################ */
    /* GENERAL STYLES */
    /* ################################################################ */


    .mainBodyContent {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 10px;
    }

    .mainBodyContent2 {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px;
    }


    .mainBodyContentExtraPadding {
        padding: 0px 40px;
    }

    .mainBodyContentTestimonial {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px;
        
        background-position-x: 0%;
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-size: 600px;
    }

    .littmanTestimonial {
        background-image: url('/_MediaMaster/_Media_2017/Images/Individuals/BenjaminLittman.png');
    }
    .danaTestimonial {
        background-image: url('/_MediaMaster/_Media_2017/Images/Individuals/DanaTomisek.png');
    }
    .jillTestimonial {
        background-image: url('/_MediaMaster/_Media_2017/Images/Individuals/JillLizzi.png');
    }
    .cliffordTestimonial {
        background-image: url('/_MediaMaster/_Media_2017/Images/Individuals/Clifford.png');
    }

    .productHeaderContent {
        position: relative;
        max-width: 900px;
        margin: 0 auto;
        padding: 10px;
    }

    .productHeaderLeft {
        float: left;
        width: 60%;
    }

    .productHeaderRight {
        float: right;
        width: 30%;
        text-align:center;
        
    }
    .productHeaderRight img {
        width: 210px;
    }


    h1 {
        font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
        font-size: 40px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px;
        line-height: 1.2;
    }

    h2 {
        font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
        position: relative;
        font-size: 35px;
        font-weight: 700;
        line-height: 1.2;
    }

    h2.bbLeft:before {
        content:'';
        position: absolute;
        border-left: 5px solid #47b7ec;
        left: -30px;
        top: -10px;
        height: 180%;
    }

    h3 {
        font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
        font-size: 23px;
        font-weight: 600;
        line-height: 1.2;

    }

    h4 {
        font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 600;
        margin: 5px 0 20px 0;
        text-transform: uppercase;
        letter-spacing: 4px;
    }


    h6 {
        font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
        font-size: 25px;
        font-weight: 300;
        line-height: 1.2;
        margin: 35px 0;
    }



	.clearfix:after {
	  content: "";
	  display: table;
	  clear: both;
	  
	}


    .fa-registered, .fa-trademark {
        font-size: 40%;
        vertical-align: text-top;
        padding-top: 4px;
    }

    
    .heightAuto {height: auto;}

    .minHeight80 { min-height: 80vh; }
    .minHeight70 { min-height: 70vh; }
    .minHeight60 { min-height: 60vh; }
    .minHeight50 { min-height: 50vh; }


	.rb { border: 1px solid red; }
    .yb { border: 1px solid yellow; }
    .gb { border: 1px solid green; }

    .cText { text-align: center; }
    .mTop05 { margin-top: 5px; }
    .mTop10 { margin-top: 10px; }
    .mTop15 { margin-top: 15px; }
    .mTop20 { margin-top: 20px; }
    .mTop25 { margin-top: 25px; }
    .mTop30 { margin-top: 30px; }
    .mTop40 { margin-top: 40px; }
    .mTop50 { margin-top: 50px; }
    .mTop55 { margin-top: 55px; }
    .mTop60 { margin-top: 60px; }
    .mTop70 { margin-top: 70px; }
    .mTop80 { margin-top: 80px; }
    .mTop90 { margin-top: 90px; }
    .mTop100 { margin-top: 100px; }
    .mTop110 { margin-top: 110px; }
    .mTop120 { margin-top: 120px; }
    .mTop130 { margin-top: 130px; }

    .mBot10 { margin-bottom: 10px; }
    .mBot20 { margin-bottom: 20px; }
    .mBot30 { margin-bottom: 30px; }
    .mBot40 { margin-bottom: 40px; }
    .mBot50 { margin-bottom: 50px; }
    .mBot60 { margin-bottom: 60px; }
    .mBot70 { margin-bottom: 70px; }
    .mBot80 { margin-bottom: 80px; }
    .mBot90 { margin-bottom: 90px; }
    .mBot100 { margin-bottom: 100px; }
    .mBot110 { margin-bottom: 110px; }
    .mBot120 { margin-bottom: 120px; }
    .mBot130 { margin-bottom: 130px; }

    .w15 { width: 15%; }
    .w25 { width: 25%; }
    .w35 { width: 35%; }
    .w45 { width: 45%; }
    .w55 { width: 55%; }

    .bGreen { background-color: #49dcc5; }
    .bYellow { background-color: #ffd05c; }
    .bOrange { background-color: #fc7157; }
    .bBlue { background-color: #dbf2fb; }
    .bBlue2 { background-color: #86dafe; }
    .bBlue3 { background-color: #035d87; }
    .bBlue4 { background-color: #47b7ec; }
    .bBlue5 { background-color: #094771; }
    .bPurple { background-color: #9e5899; }
    .bDarkGrey { background-color: #182a39; }
    .bLightGrey { background-color: #f4f5f9; }
    .bMediumGrey { background-color: #ced5e0; }
    .bWhite { background-color: #fff; }
    .bGradPinkOrange {
        background: #fc7157; 
        background: -moz-linear-gradient(-45deg, #ff6699 0%, #fc7157 100%);
        background: -webkit-linear-gradient(-45deg, #ff6699 0%,#fc7157 100%);
        background: linear-gradient(135deg, #ff6699 0%,#fc7157 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6699', endColorstr='#fc7157',GradientType=1 );
    }
    .bGradGreenGreen {
        background: #49dcc5;
        background: -moz-linear-gradient(-45deg, #a3d39c 0%, #49dcc5 100%);
        background: -webkit-linear-gradient(-45deg, #a3d39c 0%,#49dcc5 100%); 
        background: linear-gradient(135deg, #a3d39c 0%,#49dcc5 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d39c', endColorstr='#49dcc5',GradientType=1 );
    }
    .bGradBlueBlue {
        background: #86dafe;
        background: -moz-linear-gradient(-45deg, #86dafe 0%, #33ccff 100%);
        background: -webkit-linear-gradient(-45deg, #86dafe 0%,#33ccff 100%);
        background: linear-gradient(135deg, #86dafe 0%,#33ccff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86dafe', endColorstr='#33ccff',GradientType=1 );
    }
    .bGradGreenBlue {
        background: #2a82aa;
        background: -moz-linear-gradient(-45deg, #249dad 0%, #2a82aa 100%);
        background: -webkit-linear-gradient(-45deg, #249dad 0%,#2a82aa 100%);
        background: linear-gradient(135deg, #249dad 0%,#2a82aa 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#249dad', endColorstr='#2a82aa',GradientType=1 );
    }

    .bGradGreenBlue2 {
        background: #46c6df;
        background: -moz-linear-gradient(-45deg, #46c6df 0%, #cbe5ca 100%);
        background: -webkit-linear-gradient(-45deg, #46c6df 0%,#cbe5ca 100%);
        background: linear-gradient(135deg, #46c6df 0%,#cbe5ca 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c6df', endColorstr='#cbe5ca',GradientType=1 );
    }

    .bGradPurpleBlue {
        background: #551f70;
        background: -moz-linear-gradient(-45deg, #551f70 0%, #364a73 100%);
        background: -webkit-linear-gradient(-45deg, #551f70 0%,#364a73 100%);
        background: linear-gradient(135deg, #551f70 0%,#364a73 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#551f70', endColorstr='#364a73',GradientType=1 );
    }


    .bGradBluePurple {
        background: #36d1dc;
        background: -moz-linear-gradient(-45deg, #36d1dc 0%, #5b86e5 100%);
        background: -webkit-linear-gradient(-45deg, #36d1dc 0%,#5b86e5 100%);
        background: linear-gradient(135deg, #36d1dc 0%,#5b86e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36d1dc', endColorstr='#5b86e5',GradientType=1 );
    }






    .h1Underline {
        width: 120px;
        margin: 15px auto;
        border-bottom: 4px solid #47b7ec;
    }
    .h1Underline2 {
        width: 80px;
        margin: 15px 0;
        border-bottom: 4px solid #47b7ec;
    }









    /* ################################################################ */
    /* HOMEPAGE */
    /* ################################################################ */

    


    /* --------------- */
    /* HOMEPAGE BANNER */






    .slideshow {
      position: absolute;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
    }

    .slideshow-image {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: no-repeat 50% 50%;
      background-size: cover;
      -webkit-animation-name: kenburns;
              animation-name: kenburns;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-duration: 24s;
              animation-duration: 24s;
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    .slideshow-image:nth-child(1) {
      -webkit-animation-name: kenburns-1;
              animation-name: kenburns-1;
      z-index: 5;
    }
    .slideshow-image:nth-child(2) {
      -webkit-animation-name: kenburns-2;
              animation-name: kenburns-2;
      z-index: 4;
    }
    .slideshow-image:nth-child(3) {
      -webkit-animation-name: kenburns-3;
              animation-name: kenburns-3;
      z-index: 3;
    }
    .slideshow-image:nth-child(4) {
      -webkit-animation-name: kenburns-4;
              animation-name: kenburns-4;
      z-index: 2;
    }
    /*
    .slideshow-image:nth-child(5) {
      -webkit-animation-name: kenburns-5;
              animation-name: kenburns-5;
      z-index: 1;
    }
    .slideshow-image:nth-child(6) {
      -webkit-animation-name: kenburns-6;
              animation-name: kenburns-6;
      z-index: 0;
    }
    */




    @-webkit-keyframes kenburns-1 {
      0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      1.5625% {
        opacity: 1;
      }
      23.4375% {
        opacity: 1;
      }
      26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
                transform: scale(1.21176);
      }
      100% {
        opacity: 1;
      }
    }

    @keyframes kenburns-1 {
      0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      1.5625% {
        opacity: 1;
      }
      23.4375% {
        opacity: 1;
      }
      26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
                transform: scale(1.21176);
      }
      100% {
        opacity: 1;
      }
    }




    @-webkit-keyframes kenburns-2 {
      23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      26.5625% {
        opacity: 1;
      }
      48.4375% {
        opacity: 1;
      }
      51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
    }

    @keyframes kenburns-2 {
      23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      26.5625% {
        opacity: 1;
      }
      48.4375% {
        opacity: 1;
      }
      51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
    }




    @-webkit-keyframes kenburns-3 {
      48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      51.5625% {
        opacity: 1;
      }
      73.4375% {
        opacity: 1;
      }
      76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
    }

    @keyframes kenburns-3 {
      48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      51.5625% {
        opacity: 1;
      }
      73.4375% {
        opacity: 1;
      }
      76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
    }




    @-webkit-keyframes kenburns-4 {
      73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      76.5625% {
        opacity: 1;
      }
      98.4375% {
        opacity: 1;
      }
      100% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }

    @keyframes kenburns-4 {
      73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      76.5625% {
        opacity: 1;
      }
      98.4375% {
        opacity: 1;
      }
      100% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }







	.vidContainer {
		position:relative;
		background-color: #163546;
		background-image: url('/_MediaMaster/_Media_2017/Images/home-header-test-01.jpg');
		background-size: cover;
		background-position:center center;
		top: 0;
		left: 0;
    	margin: 0;
		padding: 0;
		border: 0;		
		max-height: 100vh;
		overflow:hidden;
		/*font-size:0px;
		line-height:0px;*/
	}
	
	video {
		top: 0;
		left: 0;
		min-width: 100%;
    	margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		font-size: 100%;
		vertical-align: baseline;
		clear:both;
		
	}
	
    .vidCover {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,.15);
    }
	
	
	.homeBanner {
        /*height: 100vh;*/
		min-height: 100vh;
		position: relative;
		background-color: #163546;
		background-image: url('/_MediaMaster/_Media_2017/Images/Stock/homepage-01.jpg');
		background-size: cover;
		background-position:center center;
		top: 0;
		left: 0;
    	margin: 0;
		padding: 0;
		border: 0;		
		overflow:hidden;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	
	.homeBannerInner {
		position: relative;
        width: 100%;
		max-width: 1400px;
		z-index: 10;
    	/*margin: 0 auto;*/
        margin-top: -20px;
        padding: 110px 10px 50px 10px;
	}
	
	

    .homeProdLogo {
        font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
        font-size: 55px;
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
    }

    .homeProdLogo span {
        font-size: 8px;
        vertical-align:text-top;
        padding-top: 15px;
        padding-left: 6px;
    }

	
	.homeBannerInner h1 {
		font-size: 36px;
		font-weight: 400;
		color: #fff;
		line-height: 1.3;
        cursor: default;
        text-transform: none;
	}	

	.homeBannerInner b {
		font-weight: 500;
		color: #47b7ec;
	}

    .homeTitle1 {
        margin-bottom: 40px;
        
    }
    .homeTitle1a {
        margin-top: 25px;
    }
   .homeTitle1a h1
     {
        font-size: 30px;
    }






    /*
	.homeBannerInner h2 {
        display: block;
        position: relative;
		font-size: 30px;
		font-weight: 600;
		color: #fff;
		line-height: 1.3;
        cursor: default;
        text-transform: uppercase;
        margin: 30px 0 0 0;
        overflow-x: hidden;
	}	
    */

    .decorated {
        font-size: 30px;
        font-weight: 600;
        color: #47b7ec;
        line-height: 1.3;
        cursor: default;
        text-transform: uppercase;
        margin: 30px 5px 0 0;
        overflow: hidden;
        text-align: center;

     }

    .decorated > span {
        position: relative;
        display: inline-block;
    }

    .decorated > span:before, .decorated > span:after {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 3px solid #47b7ec;
        width: 592px;
        margin: 0 20px;
    }

    .decorated > span:before {
        right: 100%;
    }

    .decorated > span:after {
        left: 100%;
    }




    .decorated2 {

        font-size: 22px;
        font-weight: 700;
        line-height: 1.3;
        cursor: default;
        text-transform: uppercase;
        margin: 30px 5px 0 0;
        overflow: hidden;
        text-align: center;

     }

    .decorated2 > span {
        position: relative;
        display: inline-block;
    }

    .decorated2 > span:before, .decorated2 > span:after {
        content: '';
        position: absolute;
        top: 40%;
        border-bottom: 3px solid #e5e8ec;
        width: 520px;
        margin: 0 20px;
    }

    .decorated2 > span:before {
        right: 100%;
    }

    .decorated2 > span:after {
        left: 100%;
    }











    /*
	.homeBannerInner h2:before {
		position: absolute;
        width: 1000px;
        left: -460px;
        top: 50%;
        content: '';
        border-bottom: 3px solid #47b7ec;
        border-bottom: 3px solid rgba(71, 183, 236, .2);
	}	
	.homeBannerInner h2:after {
		position: absolute;
        width: 1000px;
        right: -460px;
        top: 50%;
        content: '';
        border-bottom: 3px solid #47b7ec;
        border-bottom: 3px solid rgba(71, 183, 236, .2); 
	}
    */
    .playVidDiv {
        margin: 50px auto 0 auto;
        width: 800px;
        position: relative;
    }


    .playButton {
        position: relative;
        color: #fff;
        border: 3px solid #fff;
        width: 280px;
        margin: 0 auto;
        height: 90px;
        text-align: center;
        cursor: pointer;
        /*background-color: rgba(255,255,255,.9);
        border-radius: 10px;*/
		-webkit-transition: background 0.15s ease;
		-moz-transition: background 0.15s ease;
		transition: background 0.15s ease;
    }

    /*
    .playButton {
        position: relative;
        color: #fff;
        border: 1px solid #fff;
        width: 280px;
        margin: 0 auto;
        height: 80px;
        text-align: center;
    }

   
    .playButton:before {
        content:"";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: inset 0 0 0px 1px rgba(255,255,255,.5);
        z-index:1;
        border: solid 2px transparent;
    }
     */
    .tri {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 35px;
        margin: 13px auto 0;
        border-color: transparent transparent transparent #fff;
    }


    .playText {
        width: 200px;
        margin: 12px auto 0;
        text-align: center;
        font-weight: 800;
        font-size: 14px;
        text-transform: uppercase;
    }

     .playButton:hover {
        color: #47b7ec;
        border: 3px solid #47b7ec;
        background: #47b7ec;
        color: #fff;
    }

    .playButton:hover .tri {
        
    }

    .heroArrowBottom {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        font-size: 40px;
        color: rgba(71, 183, 236, .75);
        /*border-bottom: 5px solid rgba(71, 183, 236, 0);*/
        border-bottom: 5px solid rgba(255, 255, 255, 0);
        cursor: pointer;
        text-align: center;
        line-height: 25px;
        z-index: 10;
    }
    .heroArrowBottom:hover {
       color: rgba(255, 255, 255, 1);
       border-bottom: 5px solid rgba(255, 255, 255, .8);
    }



    
    /* -------------- */
    /* HOMEPAGE TILES */
	


    .flxBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

    .tilePadding {
        padding: 0 30px;
    }

    @media screen and (max-width: 400px) {

        .tilePadding {
            padding: 0 5px;
        }

    }



    a.homeTile, a:visited.homeTile {
      display: inline-block;
      margin-bottom: 20px;
      width: calc(50% - 10px);
      margin-right: 20px;
      text-decoration: none;
      position: relative;
      color: #182a39;
    }

    a.homeTile:nth-of-type(2n) {
      margin-right: 0;
    }

    @media screen and (min-width: 800px) {
      a.homeTile {
        width: calc(33.3% - 14px);
      }
  
      a.homeTile:nth-of-type(2n) {
        margin-right: 20px;
      }
  
      a.homeTile:nth-of-type(3n) {
        margin-right: 0;
      }
    }




    @media screen and (max-width: 470px) {
      a.homeTile {
        width: 100%;
      }
  
      a.homeTile {
        margin-right: 0;
      }
    }











    a.homeTile .tileInner {
      text-align: center;
      margin: 0;
      overflow: hidden;
      padding: 30px;
      background-color: #fff;
      height: 100%;
      width: 100%;
      position: absolute;
    }
    a.homeTile .tileInnerTwo {
      text-align: center;
      margin: 0;
      overflow: hidden;
      padding: 30px;
      visibility: hidden;
    }
    a.homeTile .tileInnerAlt {
      z-index: 10;
      text-align: center;
      margin: 0;
      overflow: hidden;
      padding: 30px;
      height: 100%;
      width: 100%;
      position: absolute;
      opacity: 0;
		-webkit-transition: opacity 0.15s ease;
		-moz-transition: opacity 0.15s ease;
		transition: opacity 0.15s ease;
    }
    a.homeTile:hover .tileInnerAlt {
      opacity: 1;
    }


    a.homeTile .tileCaption {
      margin-top: 15px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 15px;
      line-height: 1.2;
    }
    a.homeTile .tileDesc {
      line-height: 140px;
      height: 140px;
      position: relative;

    }
    a.homeTile .tileDesc span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.3;
    }
    a.homeTile .tileInner img, a.homeTile .tileInnerAlt img {
      border: none;
      width: 100%;
      max-width: 160px;
      height: auto;
      display: block;
      margin: 0 auto;
    }

	
















	
    
    /* -------------- */
    /* HOMEPAGE BANNER AD */
	

            .bannerAd {
                
                z-index: 899;
                /*background: #33354e;*/
                /*background: #707fea;*/
                
                overflow: hidden;
                position: fixed;
                bottom: -100px;
                
                width: 100%;
                transition: bottom 0.6s ease;
                text-align: center;
                display: none;
                
                background: #3e4483 url('/_MediaMaster/_Media_2017/Images/Ads/dots-3.png') -100px center no-repeat;
                
            }

            .adBGright {
                background: url('/_MediaMaster/_Media_2017/Images/Ads/dots-4.png') right center no-repeat;
                height: 100%;
            }


            .adPadding {
                padding-top: 15px;
            }

            .bannerAdInner {
                padding: 5px;
                position: relative;
                color: #fff;
                width: 90%;
                max-width: 1200px;
                margin: 0 auto;
                text-align: left;
                /*background-color: rgba(51,53,78,.80);*/
            }
            .bannerAdExpaned { bottom: 0; }
            /*.outterNav { transition: top 0.6s ease; }
            .homeBanner { transition: margin-top 0.6s ease; }
            .homeBannerAd { margin-top: 150px; }*/
            .outterNavAd { top: 150px; }

            .summitLogo {
                position: absolute;
                top: 10px;
                left: 10px;
            }
            .summitLogo img {
                width: 178px;
                height: 109px;
            }
            .bannerAdText {
                
                padding-left: 210px;
                padding-right: 200px;
                text-align:center;
                margin: 35px auto;
                
            }
            .adText1 {
                color: #fff;
                font-size: 23px;
                font-weight: 400;
                line-height: 1;
                letter-spacing: -1px;
                padding-bottom: 5px;
            }
            .adText1 span {
                
                
                
            }
            .adText2 {
                font-size: 19px;
                font-weight: 400;
                line-height: 1.1;
                color: #fff;
            }
            .adText3 {
                padding-top: 7px;
                font-size: 15px;
                font-weight: 700;
                text-transform: uppercase;
                color: #40caf3;
                line-height: 1.1;
            }
            .adText3 span {
                border-bottom: 1px dotted #3f94c6;
                /*
                    vertical-align: middle;
                font-size: 35px;
                font-weight: 400;
                padding-right: 10px;
                display: none
                */
            }

            .adClose {
                z-index: 800;
                position: absolute;
                top: 2px; right: 10px;
                font-size: 21px;
                color: #fff;
                opacity: .6;
                /*transition: opacity 0.25s ease;*/
                cursor: pointer;
            }
            .adClose:hover {
                opacity: 1;
            }

            a.summitRegister {
                position: absolute;
                top: 10px;
                right: 10px;
                display: block;
                
                width: 100px;
                height: 100px;
                border-radius: 50%;
                background: #707fea;
                text-align: center;
                font-size: 12px;
                color: #fff;
                line-height: 1.1;
                font-weight: 700;
                text-decoration: none;
                transition: background 0.2s ease;
                text-transform: uppercase;

            }
            .summitRegister span {
                padding: 10px 0;
                text-align: center;
                font-size: 30px;
                display: block;

            }

            a.summitRegister:hover {
                color: #fff;
                background: #13B5EA;

            }            





            @media screen and (max-width: 1100px) {

                .bannerAdText {
                    margin: 20px auto;
                }


            }


            @media screen and (max-width: 1000px) {

                .bannerAdText {
                    padding-left: 10px;
                }
                .summitLogo {
                    display: none;
                }


            }

            @media screen and (max-width: 775px) {

                /*.bannerAdExpaned { height: 200px;  }
                .homeBannerAd { margin-top: 200px; }*/
                .outterNavAd { top: 200px; } 
                .adText3 span {
                    display: none;
                }
                a.summitRegister {
                    top: 30px;
                }
            }


            @media screen and (max-width: 600px) {

                .bannerAd {
                    background: #3e4483 url('/_MediaMaster/_Media_2017/Images/Ads/dots-3a.png') -100px center no-repeat;
                }

                .adBGright {
                    background: url('/_MediaMaster/_Media_2017/Images/Ads/dots-4a.png') right center no-repeat;
                    
                }


            }

            @media screen and (max-width: 500px) {



                .bannerAd {
                    background: #3e4483 url('/_MediaMaster/_Media_2017/Images/Ads/dots-3a.png') -200px center no-repeat;
                }

                .bannerAdText {
                    padding-right: 10px;
                    margin: 25px auto 0;
                }
                /*.bannerAdExpaned { height: 300px;  }
                .homeBannerAd { margin-top: 300px; }*/
                .outterNavAd { top: 300px; } 
                a.summitRegister {
                    margin: 0 auto 25px auto;
                    top: 15px;
                    position: relative;
                }

            }

            
            @media screen and (max-width: 320px) {

                /*.bannerAdExpaned { height: 340px;  }
                .homeBannerAd { margin-top: 340px; }*/
                .outterNavAd { top: 340px; } 
            
                
            }
            












	
    
    /* -------------- */
    /* HOMEPAGE AWARDS */
	

    div.homeTile {
      display: inline-block;
      width: 100%;
      margin-right: 20px;
      text-decoration: none;
      position: relative;
      color: #182a39;
    }

    div.homeTile:nth-of-type(2n) {
      margin-right: 0;
    }

    @media screen and (min-width: 600px) {
      div.homeTile {
        width: calc(50% - 20px);
      }
      
      div.homeTile:nth-of-type(2n) {
        margin-right: 0px;
      }
  


      /*div.homeTile:nth-of-type(2n) {
        margin-right: 20px;
      }
  
      div.homeTile:nth-of-type(3n) {
        margin-right: 0;
      }*/
    }

    div.homeTile .tileInner {
      text-align: center;
      margin: 0;
      overflow: hidden;
      padding: 15px 5px;
      height: 100%;
    }

    div.homeTile .tileCaption {
      margin-top: 15px;
      /*color: #fff;*/
      font-weight: 500;
    }
    .tileCaptionSmall {
      font-size: 14px;
    }
    div.homeTile .tileDesc {
      line-height: 140px;
      /*height: 100px;*/
      position: relative;

    }

    div.homeTile .tileInner img {
      border: none;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      max-width: 400px;
    }

	
	







    
    /* -------------- */
    /* HOMEPAGE HERO BOXES */
	



    .heroBoxes {
        margin-top: 15px;
    }


    a.heroTile {
      display: inline-block;
      margin-bottom: 20px;
      width: calc(12.5% - 5px);
      margin-right: 5px;
      text-decoration: none;
      position: relative;
      color: #fff;
      margin-bottom: 5px;
      /*
        -webkit-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
      */
    }

    a.heroTile:nth-of-type(8n) {
      margin-right: 0;
    }
    /*
    @media screen and (min-width: 800px) {
      a.heroTile {
        width: calc(50% - 10px);
      }
  
      a.heroTile:nth-of-type(1n) {
        margin-right: 20px;
      }
  
      a.heroTile:nth-of-type(2n) {
        margin-right: 0;
      }
    }
    */
    a.heroTile .tileInner {
      text-align: center;
      margin: 0;
      /*background-color: #f4f5f9; */
        background-color: rgba(255, 255, 255, .2);
      height: 100%;
      width: 100%;
      padding: 10px;
      /*
      border: 1px solid #fff;
      border: 1px solid rgba(255,255,255, .5);*/
		-webkit-transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
		-moz-transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
		transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;

    }


    a.heroTile:nth-of-type(1) .tileInner {
        border-radius: 10px 0 0 0;
    }
    a.heroTile:nth-of-type(8) .tileInner {
        border-radius: 0 10px 0 0;
    }
    a.heroTile:nth-of-type(10) .tileInner {
        border-radius: 0 0 10px 10px;
    }
    /*
    .heroBoxes .heroTile:before {
        content: '';
        width: 100%;
        height: 100%;
        background: #ff0000;
        position: absolute;
        left: 0;
        top: 0;
        mix-blend-mode: overlay;
        z-index: -1;
    }
    */



    a.heroTile .tileIcon {
        padding: 0 0 3px;
        font-size: 25px;
        color: #47b7ec;
        
    }

    a.heroTile .tileCaption {
        line-height: 1.2;
    }

    a.heroTile:hover .tileInner {
        border-color: rgba(255,255,255, 0);
        background-color: rgba(71, 183, 236, .9); 
        color: #fff;
    }
    a.heroTile:hover .tileIcon {
        color: #fff;
    }






	
	
	
	

    /* ################################################################ */
    /* CONTENT STYLES */
    /* ################################################################ */



a.anchor {
    display: block;
    position: relative;
    top: -65px;
    visibility: hidden;
}

	
	.contentHero {
        height: 550px;
        position: relative;
        overflow: hidden;
	}
	

    .contentHeroImageLeft, .contentHeroImageRight {
        /*-webkit-filter: brightness(1.15);
        filter: brightness(1.15);*/
    }

    .contentHeroImageLeft {
        width: 40%;
        height: 100%;
        float: left;
        position: relative;
    }
    .contentHeroImageLeft:before {
        display: block;
        position: absolute;
        right: -30px;
        width: 30px;
        bottom: 0px;
        background-color: #fff;
        height: calc(100% + 20px);
        content: '';
        -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);

        -ms-transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;

    }
    
    .contentHeroImageLeft:after {
        display: block;
        position: absolute;
        right: 2px;
        width: 3px;
        bottom: -10px;
        /*background-color: rgba(71,183,236,1);*/
        background-color: #fff;
        background-color: rgba(255,255,255,1);
        height: calc(100% + 20px);
        content: '';
        -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);

        -ms-transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;

    }

    .contentHeroContentLeft {
        height: 100%;
        float: left;
        margin-left: 90px;
        position: relative;
        width: 43%;
    }

    .contentHeroImageRight {
        width: 40%;
        height: 100%;
        float: right;
        position:relative;
    }
    .contentHeroImageRight:before {
        display: block;
        position: absolute;
        left: -30px;
        width: 30px;
        bottom: 0px;
        background-color: #fff;
        height: calc(100% + 20px);
        content: '';
        -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);

        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    .contentHeroImageRight:after {
        display: block;
        position: absolute;
        left: 2px;
        width: 3px;
        bottom: -10px;
        /*background-color: rgba(71,183,236,1);*/
        /*background-color: #ffd05c;*/
        background-color: #fff;
        background-color: rgba(255,255,255,1);
        height: calc(100% + 20px);
        content: '';
        -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);

        -ms-transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .h1Before {
        font-weight: 500;
        font-size: 21px;
        text-transform: uppercase;
    }


    .bLine:after { background-color: #86dafe !important; }
    .oLine:after { background-color: #fc7157 !important; }
    .yLine:after { background-color: #ffd05c !important; }
    .gLine:after { background-color: #49dcc5 !important; }  


    .contentHeroContentRight {
        height: 100%;
        float: right;
        margin-right: 90px;
        position: relative;
        width: 43%;
    }


    .contentHeroTextLeft, .contentHeroTextRight {
        color: #2e3f4d;
        position: relative;
        height: 100%;
    }
    .contentHeroTextLeftInner, .contentHeroTextRightInner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }


    .contentHeroTextLeft a {
        color:#2e3f4d;
        border-bottom: .5px solid #dfe2e7;
    }
    .contentHeroTextLeft a:hover {
        color:#000;
        border-bottom: 1px solid #2e3f4d;
    }
    .skewLeftLeft {
        display: block;
        position: absolute;
        right: -20px;
        width: 40px;
        bottom: 0px;
        background-color: #fff;
        height: calc(100% + 20px);
        content: '';
        -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);

        -ms-transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .skewRightRight:before {
        display: block;
        position: absolute;
        left: -20px;
        width: 40px;
        bottom: 0px;
        background-color: #fff;
        height: calc(100% + 20px);
        content: '';
        -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);

        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }




    .h2UnderlineYellow, .h2UnderlineOrange, .h2UnderlineBlue, .h2UnderlineGreen {
        width: 40px;
        margin: 15px 0 19px;
    }
    .h2UnderlineYellow { border-bottom: 4px solid #ffd05c; }
    .h2UnderlineOrange { border-bottom: 4px solid #fc7157; }
    .h2UnderlineBlue { border-bottom: 4px solid #86dafe; }
    .h2UnderlineGreen { border-bottom: 4px solid #49dcc5; }

    .contentHeroIcon {
        width: 125px;
        margin: -20px 0 19px;
        
    }
    .contentHeroIcon img {
        width: 100%;
        
    }
    .contentHeroContentLeft .h2, .contentHeroContentRight .h2 {
        line-height: 1.2;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 25px;
    }



    .pageBG {
		
		background-image: url(/_MediaMaster/_Media_2017/Images/sub-page-bg.gif);
		background-position:center top;
    }




	.stockImage01 {
		background-color: #435c65;
		background-image: url(/_MediaMaster/_Media_2017/Images/Stock/Stock-Photo-01a.jpg);
		background-size: cover;
		background-position:center center;
	}
    
	.stockImage02 {
		background-color: #435c65;
		background-image: url(/_MediaMaster/_Media_2017/Images/Stock/Stock-Photo-02a.jpg);
		background-size: cover;
		background-position:center center;
	}

	.stockImage03 {
		background-color: #435c65;
		background-image: url(/_MediaMaster/_Media_2017/Images/Stock/Stock-Photo-03a.jpg);
		background-size: cover;
		background-position:center center;
	}

	.stockImage04 {
		background-color: #435c65;
		background-image: url(/_MediaMaster/_Media_2017/Images/Stock/Stock-Photo-04a.jpg);
		background-size: cover;
		background-position:center center;
	}

	.stockImage05 {
		background-color: #435c65;
		background-image: url(/_MediaMaster/_Media_2017/Images/Stock/Stock-Photo-05a.jpg);
		background-size: cover;
		background-position:center center;
	}

	.stockImage06 {
		background-color: #435c65;
		background-image: url(/_MediaMaster/_Media_2017/Images/Stock/Stock-Photo-06a.jpg);
		background-size: cover;
		background-position:center center;
	}

	.summitBanner {
		background-color: #29192a;
		background-image: url(/_MediaMaster/_Media_2017/Images/summit-2018-bg-02.jpg);
		background-size: cover;
		background-position: center center;
	}





    .heroImageEffect1 {
        height: 100%;
        width: 100%;
        background: rgba(77,189,235,.25);
    }


    .thinLinesOutter {
        width: 100%;
        overflow-x: hidden;
        position: relative;
        /*display: none;*/
    }




    .thinLineLeft {
        float: left;
        border-bottom: 1px solid #47b7ec;
        position: relative;
    }
    .thinLineLeftW {
        border-bottom: 3px solid rgba(255,255,255,.5);
        position: absolute;
        width: 19%;
        left: 0;
        top: 15%;
    }
    .thinLineLeftDashW55:before {
        border-bottom: 1px solid rgba(255,255,255,.15);
        width: 170%;
        position: absolute;
        content:"";
        left: 0px;
        display: block; 
    }




    .thinLineLeftDash15:before {
        border-bottom: 1px solid #47b7ec;
        width: 15px;
        position: absolute;
        content:"";
        right: -20px;
        display: block;
    }




    .thinLineRightW {
        border-bottom: 3px solid rgba(255,255,255,.5);
        position: absolute;
        width: 6%;
        right: 0;
        bottom: 20%;
    }
    .thinLineRightDashW55:before {
        border-bottom: 1px solid rgba(255,255,255,.15);
        width: 400%;
        position: absolute;
        content:"";
        right: 0px;
        display: block;
    }

    .thinLineRight {
        float: Right;
        border-bottom: 1px solid #47b7ec;
        position: relative;
    }
    .thinLineRightDash35:before {
        border-bottom: 1px solid #47b7ec;
        width: 35px;
        position: absolute;
        content:"";
        left: -40px;
        display: block;
    }







    .skewTopLeft {
        position: absolute;
        top: -100px;
        left: -50px;
        width: calc(100% + 100px);
        background-color: #fff;
        height: 100px;

        -ms-transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);

        -ms-transform-origin: 0% 50%;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }

    .skewBottomLeft {
        position: absolute;
        bottom: -100px;
        right: -50px;
        width: calc(100% + 100px);
        background-color: #fff;
        height: 100px;

        -ms-transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);

        -ms-transform-origin: 100% 50%;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    

    .skewTopRight {
        position: absolute;
        top: -100px;
        right: -50px;
        width: calc(100% + 100px);
        background-color: #fff;
        height: 100px;

        -ms-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);

        -ms-transform-origin: 100% 50%;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    
    .skewBottomRight {
        position: absolute;
        bottom: -100px;
        left: -50px;
        width: calc(100% + 100px);
        background-color: #fff;
        height: 100px;

        -ms-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);

        -ms-transform-origin: 0% 50%;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }


    .skewBottomRight2 {
        position: absolute;
        bottom: -120px;
        left: -50px;
        width: calc(100% + 100px);
        background-color: #47b7ec;
        height: 100px;

        -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);

        -ms-transform-origin: 0% 50%;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }

    .skewBottomLeft2 {
        position: absolute;
        bottom: -120px;
        right: -50px;
        width: calc(100% + 100px);
        
        height: 100px;
        /*border-top: 10px solid #47b7ec;*/
        -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);

        -ms-transform-origin: 100% 50%;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }




    .listWithPadding li {
        padding-bottom: 10px;
    }




    .innerContentSmaller {
        width: 700px;
        margin: 0 auto;
    }





    .articleTopBar {
        height: 170px;
        /*background: #7397b9;*/
        background: #ced5e0 url('/_MediaMaster/_Media_2017/Images/article-tile.png') top center ;
    }
    .genericTopBar {
        position: relative;
        overflow: hidden;
        height: 220px;
        background-color: #ced5e0; 
        background-image:  url('/_MediaMaster/_Media_2017/Images/article-tile.png');
        background-position: center center;
        background-size:cover;

    }
    .productTopBar {
        position: relative;
        overflow: hidden;
        height: 420px;
        background-color: #ced5e0; 
        background-image:  url('/_MediaMaster/_Media_2017/Images/article-tile.png');
        background-position: center center;
        background-size:cover;

    }
    .articleHeaderGeneral {
        position: relative;
        margin-top: -80px;
        height: 260px;
        /*background: #7397b9;*/
        background-color: #3d7c97; 
        background-image:  url('/_MediaMaster/_Media_2017/Images/ArticleHeaders/default.jpg');
        background-position: center center;
        background-size:cover;
        -webkit-box-shadow: 0px 8px 67px -20px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px 8px 67px -20px rgba(0,0,0,0.39);
        box-shadow: 0px -15px 57px -20px rgba(0,0,0,0.39);
    }




    .prTitle {
        float: right;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        margin-top: 25px;
    }

    .articleLocDate {
        float: left;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 14px;
        margin-top: 25px;
        color: #6c7983;
    }

    .articleSep {
        margin: 20px 0 -5px 0;
        border-bottom: 1px dotted #eaeaea;
    }

    .articleSep2 {
        margin: 30px 0;
        border-bottom: 1px dotted #eaeaea;
    }
    .articleSep3 {
        margin: 30px 0;
        border-bottom: 1px dotted #b1d5e5;
    }
    .aboutEnvestnet h3 {
        font-size: 17px;
    }

    .aboutEnvestnet {
        background: #e1e5ed; 
        font-weight: 400;
        color:#5a6773;
        margin: 20px 0 -40px 0;
        padding: 20px 0 30px 0;
        font-size: 14px;
    }




    a.linkBtn {
        outline: none;
        display: inline-block;
        line-height: 50px;
        padding: 3px 20px;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		transition: all 0.15s ease;
        margin-bottom: 5px;
    }

    a.linkBtnBlue, a:visited.linkBtnBlue {
        background: #47b7ec;
        color: #fff;
    }

    a.linkBtnBlue:hover, a:visited:hover.linkBtnBlue {
        background: #035d87;
        color: #fff;
    }


    a.linkBtnDblueWhite, a:visited.linkBtnDblueWhite {
        background: #fff;
        color: #47b7ec;
    }

    a.linkBtnDblueWhite:hover, a:visited:hover.linkBtnDblueWhite {
        background: #035d87;
        color: #fff;
    }


    a.linkBtnDemo, a:visited.linkBtnDemo {
        background: #fff;
        background: rgba(255 ,255, 255, .5);
        color: #fff;
        margin-top: 20px;
    }

    a:hover.linkBtnDemo, a:visited:hover.linkBtnDemo {
        background: #fff;
        background: rgba(3 , 93, 135, .8);
        color: #fff;
        margin-top: 20px;
    }


    a.linkBtnTestimonial, a:visited.linkBtnTestimonial, a.linkBtnTestimonial2, a:visited.linkBtnTestimonial2 {
        margin-top: 25px;
        background: #fff;
        color: #79d7af;
    }

    a.linkBtnTestimonial:hover, a:visited:hover.linkBtnTestimonial, a.linkBtnTestimonial2:hover, a:visited:hover.linkBtnTestimonial2, a.linkBtnTestimonial3:hover, a:visited:hover.linkBtnTestimonial3, a.linkBtnTestimonial4:hover, a:visited:hover.linkBtnTestimonial4, a.linkBtnTestimonial5:hover, a:visited:hover.linkBtnTestimonial5 {
        background: #035d87;
        color: #fff;
    }


    a.linkBtnTestimonial3, a:visited.linkBtnTestimonial3 {
        margin-top: 25px;
        background: #fff;
        color: #8cd6d4;
    }

    a.linkBtnTestimonial4, a:visited.linkBtnTestimonial4 {
        margin-top: 25px;
        background: #fff;
        color: #fe6c7a;
    }

    a.linkBtnTestimonial5, a:visited.linkBtnTestimonial5 {
        margin-top: 25px;
        background: #fff;
        color: #463472;
    }








    a.linkBtnDemo .fal {
        font-size: 21px;
        vertical-align: middle;
    }

    .pageErrIcon {
        margin-bottom: -30px;
        font-size: 120px;
        /*color: #e5e8ec;*/
    }


    .liBtitle {
        display: block;
        font-weight: 600;
    }


    .liBtitle2 {
        font-family: 'Red Hat Display', Arial, Helvetica, sans-serif;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 15px;
    }


    .liBtitle3 {
        display: block;
        font-weight: 600;
        font-size: 22px;
    }

    .liBtitle4 {
        display: block;
        font-weight: 400;
        
    }




        .contentScreenshotLeft {
            width: 50%;
            
        }
        .contentScreenshotRight {
            width: 50%;
            margin-left: 49%;
            
        }




        .screenshotRight, .screenshotRightPDFs {
            position: relative;
            float: right;
            right: 0px;
            top: 30px;
        }
        .screenshotLeft {
            float: left;
            left: 0px;
            top: 30px;
        }
        .screenshotLeftSpecial {
            position: absolute;
            left: 220px;
            top: 200px;
        }

        .screenshotRight img, .screenshotLeft img {
            width: 700px;
            -webkit-box-shadow: 0px 0px 67px -10px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 0px 67px -10px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 67px -10px rgba(0,0,0,0.25);
        }

        .screenshotLeftSpecial img {
            width: 500px;
            -webkit-box-shadow: 0px 0px 67px -10px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 0px 67px -10px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 67px -10px rgba(0,0,0,0.25);
        }

        .screenshotRightPDFs img {
            width: 300px;
            -webkit-box-shadow: 0px 0px 67px -10px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 0px 67px -10px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 67px -10px rgba(0,0,0,0.25);
        }


        .pdf4 {
            
            visibility: hidden;

        }
        .pdf3 {
            position: absolute;
            right: 0px;
            top: -20px;
        }
        .pdf2 {
            position: absolute;
            right: 220px;
            top: 15px;
            z-index: 5;
        }

        .pdf1 {
            position: absolute;
            right: 420px;
            top: -20px;
        }









    .container {
      position: relative;
      padding-top: 30px;
      padding-right: 0px;
      padding-bottom: 30px;
      padding-left: 0px;
    }
    .screenOutter {
      display: flex;
      position: relative;
      width: 100%;
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .screenOutter .screenColumn {
      position: relative;
      display: block;
      width: 49%;
      margin: 0px;
      padding: 0px;

    }

    .screenOutter .screenInner img {
      display: inline-block;
    }

    .screenContent {
      width: 100%;
      max-width: 770px;
      z-index: 3;
      margin-right: auto;
      margin-left: auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }


    .leftScreen .screenContent {
      padding-right: 10%;
    }
    .rightScreen .screenContent {
      padding-left: 10%;
    }
    .screenContent .fal {
      font-size: 50px;
      color: #47b7ec;
    }

    .screenContent .fal.fa-registered {
        font-size: 40%;
        vertical-align: text-top;
        padding-top: 4px;
        color: #182a39;
    }


    .mobileLeft {
        display: none;
    }







@media all and (max-width: 780px) {



    .screenOutter {
      display: block;
      position: relative;
      width: 100%;
      overflow-x: hidden;
      overflow-y: visible;
    }

    .screenOutter .screenColumn {
      width: 100%;

    }

    .screenOutter .screenInner img {
      display: inline-block;
      width: 100%;
      width: 110%;
      margin-left: -45px;

        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;


    }

    .screenContent {
      width: 100%;
      max-width: 770px;
      z-index: 3;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      top: 0;
      transform: none;
    }


.rightScreen .screenContent {
    padding: 0 10px;
}

.leftScreen .screenContent {
    padding: 0 10px;
}

.leftScreen {
    display: none;
}

    .mobileLeft {
        display: block;
        position: relative;
        width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
    }






}





.iconSvg img {

    width: 160px;
    height: 154.81px;

}






@media all and (min-width: 1800px) {


        .contentScreenshotLeft {
            width: 60%;
            
        }
        .contentScreenshotRight {
            width: 60%;
            margin-left: 39%;
            
        }
        .screenshotRight {
            position: absolute;
            right: 0px;
            top: 30px;
        }
        .screenshotLeft {
            position: absolute;
            left: 0px;
            top: 30px;
        }
  





}


@media all and (max-width: 1470px) {


        .contentScreenshotLeft {
            width: 40%;
            
        }
        .contentScreenshotRight {
            width: 40%;
            margin-left: 59%;
            
        }

  


}









@media all and (max-width: 1250px) {





        .screenshotRight img, .screenshotLeft img {
            width: 530px;
        }

        


        .screenshotRightPDFs img {
            width: 250px;
        }


        .pdf4 {
            
            visibility: hidden;

        }
        .pdf3 {
            position: absolute;
            right: 0px;
            top: -20px;
        }
        .pdf2 {
            position: absolute;
            right: 160px;
            top: 15px;
            z-index: 5;
        }

        .pdf1 {
            position: absolute;
            right: 320px;
            top: -20px;
        }






}









@media all and (max-width: 950px) {



        .contentScreenshotLeft {
            width: 100%;
            min-height: initial;
        }
        .contentScreenshotRight {
            width: 100%;
            margin-left: 0;
            min-height: initial;
        }
        .screenshotRight, screenshotRightPDFs {
            position: relative;
            left: 0px;
            top: 0px;
        }
        .screenshotLeft {
            position: relative;
            left: 0px;
            top: 0px;
        }


        .screenshotRight img, .screenshotLeft img {
            width: 80%;
            margin-left: 10%;
        }
  


}



















    .prodFeature {
        /*text-align: left;*/
    }

    .featureIcon {
        font-size:60px;
        color: #47b7ec;
        line-height: 1.1;
    }






    .thinLineMiddleOutter {
        width: 100%;
        overflow-x: hidden;
        margin: -50px 0;
        padding: 50px 0;
        overflow-y:hidden;
    }


    .thinLineMiddleLeft {
        border-top:1px solid #e2e6ec;
        
        margin-left: -15px;
        width: calc(100% + 30px);

        -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);

        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

    }


    .thinLineMiddleRight {
        border-top:1px solid #e2e6ec;
        
        margin-left: -15px;
        width: calc(100% + 30px);

        -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);

        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

    }









    /* -------------- */
    /* NEWS & PRESS */


    .hideNewsTile {height: 0px;}


    a.pressTile, div.pressTile {
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      margin-right: 20px;
      text-decoration: none;
      position: relative;
      color: #182a39;
      margin-bottom: 50px;
      /*
        -webkit-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
      */
    }

    a.pressTile:nth-of-type(1n), div.pressTile:nth-of-type(1n) {
      margin-right: 0;
    }

    @media screen and (min-width: 800px) {
      a.pressTile, div.pressTile {
        width: calc(50% - 10px);
      }
  
      a.pressTile:nth-of-type(1n), div.pressTile:nth-of-type(1n) {
        margin-right: 20px;
      }
  
      a.pressTile:nth-of-type(2n), div.pressTile:nth-of-type(2n) {
        margin-right: 0;
      }
    }

    a.pressTile .tileDetails, div.pressTile .tileDetails {
        margin: -25px 0 0;
        background: #f4f5f9;
        /*background: rgba(255,255,255,.9);*/
        padding: 10px;
    }

    a.pressTile .tileImg, div.pressTile .tileImg {

        height: 150px;
        /*background: #7397b9;*/
        background-color: #3d7c97; 
        background-image:  url('/_MediaMaster/_Media_2017/Images/ArticleHeaders/default.jpg');
        background-position: center center;
        background-size:cover;

        background-position: top center;
        background-size: 100%;

        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.75);
        -moz-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.75);
        box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.75);

		-webkit-transition: box-shadow 0.15s ease;
		-moz-transition: box-shadow 0.15s ease;
		transition: box-shadow 0.15s ease;

    }

    a.pressTile:hover .tileImg {

        -webkit-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.75);
        -moz-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.75);
        box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.75);
    }


    a.pressTile .tileInner, div.pressTile .tileInner{
      text-align: left;
      margin: 0;
      
      /*background-color: #f4f5f9;*/
      height: 100%;
      width: 100%;
    }

    a.pressTile .tileCaption, div.pressTile .tileCaption {
      margin-top: 15px;
      font-size: 19px;
      font-weight: 700;
      line-height: 1.3;
    }


    a.pressTile .tileCaption2, div.pressTile .tileCaption2 {
      margin-top: 15px;
    }


    a.pressTile .tileDate, div.pressTile .tileDate {
      font-size: 13px;
      text-transform: uppercase;
      color: #6c7983;
      font-weight: 400;
    }

    a.pressTile .tileDate b, div.pressTile .tileDate b {
      
      font-weight: 500;
    }



    a.pressTile .tileInner img, a.pressTile .tileInnerAlt img {
      border: none;
      width: 100%;
      max-width: 140px;
      height: auto;
      display: block;
      margin: 0 auto;
    }	
	






    a.newsTile {
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      margin-right: 20px;
      text-decoration: none;
      position: relative;
      color: #182a39;
      background-color: #fff;
      margin-bottom: 20px;
      		-webkit-transition: box-shadow 0.15s ease;
		-moz-transition: box-shadow 0.15s ease;
		transition: box-shadow 0.15s ease;
      /*
        -webkit-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
      */
    }
    a.newsTile:hover {
        -webkit-box-shadow: 0px 0px 63px -24px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 63px -24px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 63px -24px rgba(0,0,0,0.75);
      
    }
    a.newsTile:nth-of-type(1n) {
      margin-right: 0;
    }

    @media screen and (min-width: 800px) {
      a.newsTile {
        width: calc(50% - 10px);
      }
  
      a.newsTile:nth-of-type(1n) {
        margin-right: 20px;
      }
  
      a.newsTile:nth-of-type(2n) {
        margin-right: 0;
      }
    }

    a.newsTile .tileDetails {
        
        /*background: rgba(255,255,255,.9);*/
        padding: 20px 25px;
    }


    a.newsTile .tileInner {
      text-align: left;
      margin: 0;
      
      /*background-color: #f4f5f9;*/
      height: 100%;
      width: 100%;
    }

    a.newsTile .tileCaption {
      margin-top: 15px;
      font-size: 19px;
      font-weight: 700;
      line-height: 1.3;
    }


    a.newsTile .tileCaption2 {
      margin-top: 15px;
    }


    a.newsTile .tileDate {
      font-size: 13px;
      text-transform: uppercase;
      color: #6c7983;
      font-weight: 400;
      margin-bottom: 35px;
    }
    a.newsTile .tileDate:before {
      content: '';
      border-bottom: 4px solid #47b7ec;
      display: block;
      position: absolute;
      width: 50px;
      top: 53px;

    }

    a.newsTile:hover .tileDate {
     
    }


    a.newsTile .tileDate b {
      
      font-weight: 500;
    }
















    /* -------------- */
    /* CASE STUDIES */







    .csTile {
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      margin-right: 20px;
      text-decoration: none;
      position: relative;
      color: #182a39;
      margin-bottom: 50px;
      /*
        -webkit-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
      */
    }

    .csTile:nth-of-type(1n) {
      margin-right: 0;
    }

    @media screen and (min-width: 800px) {
      .csTile {
        width: calc(50% - 10px);
      }
  
      .csTile:nth-of-type(1n) {
        margin-right: 20px;
      }
  
      .csTile:nth-of-type(2n) {
        margin-right: 0;
      }
    }

    .csTile .tileDetails { 
        margin: -25px 25px 0 25px;
        background: #f4f5f9;
        /*background: rgba(255,255,255,.9);*/
        padding: 10px 25px;
    }

    .csTile .tileImg {

        height: 150px;
        /*background: #7397b9;*/
        background-color: #3d7c97; 
        background-image:  url('/_MediaMaster/_Media_2017/Images/ArticleHeaders/default.jpg');
        background-position: center center;
        background-size:cover;


    }



    .csTile .tileInner {
      text-align: left;
      margin: 0;
      
      /*background-color: #f4f5f9;*/
      height: 100%;
      width: 100%;
    }

    .csTile .tileCaption {
      margin-top: 15px;
      font-size: 19px;
      font-weight: 700;
      line-height: 1.3;
    }


    .csTile .tileCaption2 {
      margin-top: 15px;
    }


    .csTile .tileDate {
      font-size: 13px;
      text-transform: uppercase;
      color: #6c7983;
      font-weight: 400;
    }

    .csTile .tileDate b {
      
      font-weight: 600;
    }



    .csTile .tileInner img, .csTile .tileInnerAlt img {
      border: none;
      width: 100%;
      max-width: 140px;
      height: auto;
      display: block;
      margin: 0 auto;
    }	
	
    .csTile .tileCaption3, .webinarTile .tileCaption3, .successTile .tileCaption3 {
        height: 20px;
        overflow: hidden;
        
    }



	
	.contentHero2 {
        padding: 30px 0 15px;
        position: relative;
        margin-bottom: 40px;
	}



    .contentHero2 .csTile {
        margin-bottom: 0px;
    }

    .contentHero2 .csTile .tileDetails {
        background: #dbf2fb;
        
    }

    .contentHero2 .tileDate {
        color: #0b638c;
    }

	
	.contentHero2 h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 5px 0 20px 0;
        text-transform: uppercase;
        color: #47b7ec;
        letter-spacing: 4px;
	}




    .csTitle {
        font-weight: 300;
    }


    .csTitle span {
        display: block;
        font-weight: 600;
        font-size: 19px;
        text-transform: uppercase;
    }


.mHide { display:none !important;}
















    /* -------------- */
    /* EXECUTIVE TEAM */







    .etTile {
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      margin-right: 20px;
      text-decoration: none;
      position: relative;
      color: #182a39;
      margin-bottom: 50px;
      /*
        -webkit-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
      */
    }

    .etTile:nth-of-type(1n) {
      margin-right: 0;
    }

    @media screen and (min-width: 800px) {
      .etTile {
        width: calc(50% - 10px);
      }
  
      .etTile:nth-of-type(1n) {
        margin-right: 20px;
      }
  
      .etTile:nth-of-type(2n) {
        margin-right: 0;
      }
    }

    .etTile .tileDetails { 
        
        padding: 10px 25px;
    }

    .etTile .tileImg {

        height: 350px;
        /*background: #7397b9;*/

        cursor: pointer;

    }

    .etTile .tileImg:after {
        padding: 10px 20px;
        color: #fff;
    content: 'View Profile';
    background: #47b7ec;
    display: block;
    width: 232px;
    margin: -45px auto 45px auto;
    opacity: 0;
      		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
    }
    .etTile .tileImg:hover:after {

    opacity: .9;

    }

    .etTile .tileInner {
      text-align: left;
      margin: 0;
      
      /*background-color: #f4f5f9;*/
      height: 100%;
      width: 100%;
    }

    .etTile .tileCaption {
      margin: 15px 0;
      font-size: 19px;
      font-weight: 700;
      line-height: 1.3;
      text-align: center;
    }

    .etTile .tileCaption span {
        display: block;
        font-weight: 300;
    }

    .etTile .tileCaption span:after {

    content: '';
    border-top: 4px solid #47b7ec;
    display: block;
    width: 50px;
    margin: 12px auto 0;
    
    }



    .etTile .tileCaption2 {
      margin-top: 15px;
    }


    .etTile .tileDate {
      font-size: 13px;
      text-transform: uppercase;
      color: #6c7983;
      font-weight: 400;
    }

    .etTile .tileDate b {
      
      font-weight: 500;
    }



    .etTile .tileImg img {
      border: none;
      height: 100%;
      width: auto;
      display: block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
    margin: 0 auto;
    /*
        -webkit-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 57px -10px rgba(0,0,0,.4);

    */
    }	


    .etTile .tileImg:hover img {
      	-webkit-filter: grayscale(0);
	filter: grayscale(0);

    }




    .etTile .tileCaption3 {
        height: 0px;
        overflow: hidden;
        
    }












    /* -------------- */
    /* webinar tiles */





    .webinarTile {
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      margin-right: 20px;
      text-decoration: none;
      position: relative;
      color: #182a39;
      margin-bottom: 50px;
      padding-bottom: 100px;
      /*
        -webkit-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
      */
    }

    .webinarTile:nth-of-type(1n) {
      margin-right: 0;
    }


    .webinarTile .tileDetails {
        margin: 0px;
        background: #fff;
        /*background: rgba(255,255,255,.9);*/
        padding: 15px;
    }
    /*
      .webinarTile.webinarTileBlue .tileDetails {
          background: #dbf2fb !important;
      }
      */
    .webinarTile .tileInner {
      text-align: left;
      margin: 0;
      
      /*background-color: #f4f5f9;*/
      height: 100%;
      width: 100%;
    }

    .webinarTile .tileCaption {
      margin-top: 35px;
      font-size: 19px;
      font-weight: 700;
      line-height: 1.3;
    }


    .webinarTile .tileCaption2 {
      margin-top: 15px;
    }


    .webinarTile .tileDate {
      font-size: 13px;
      text-transform: uppercase;
      color: #6c7983;
      font-weight: 400;
      position: relative;
    }

    .webinarTile .tileDate b {
      
      font-weight: 500;
    }



    .webinarTile .tileInner img, .webinarTile .tileInnerAlt img {
      border: none;
      width: 100%;
      max-width: 140px;
      height: auto;
      display: block;
      margin: 0 auto;
    }	
	

    .webinarTile .tileDate:before {
        content: '';
        border-bottom: 4px solid #47b7ec;
        display: block;
        position: absolute;
        width: 50px;
        top: 33px;
    }



    @media screen and (min-width: 800px) {
      .webinarTile {
          background: #fff;
        width: calc(50% - 10px);
      }
  /*
      .webinarTile.webinarTileBlue {
          background: #dbf2fb !important;
      }
      */

      .webinarTile:nth-of-type(1n) {
        margin-right: 20px;
      }

      .webinarTile:nth-of-type(1n) .tileDetails {
            margin: 0px;
            background: #fff;
            /*background: rgba(255,255,255,.9);*/
            padding: 15px;
        }


  
      .webinarTile:nth-of-type(2n) {
        margin-right: 0;
      }




    }




    .wbSubTitle {
        margin-top: -20px;
        margin-bottom: 30px;
    }


    .tileButtons {
        position: absolute;
        bottom: 0px;
        left: 15px;
        width: calc(100% - 25px);
    }

    .tileButtonsSep {
        padding-bottom: 15px;
       /*border-bottom: 1px dotted #b1d5e5;*/
    }


    .spkrThumb img {
        margin: 0;
        text-align: left;
        float: left;
        display: inline-block;
        width: 20%;
    }



    .spkrDesc {
        
        font-size: 15px;
        float: right;
        display: inline-block;
        width: calc(80% - 20px);
    }


    .spkr, .spkrProfile {
        text-transform: uppercase; 
        font-size: 13px; 
        font-weight: 600;
    }

    .spkrName {
        font-size: 19px; 
    }

    .spkrLink {
        display: block;
        margin: 10px 0;
    }
















    .successTile {
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      margin-right: 20px;
      text-decoration: none;
      position: relative;
      color: #182a39;
      padding-bottom: 100px;
       background: #fff;
      /*
        -webkit-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
      */
    }

    .successTile:nth-of-type(1n) {
      margin-right: 0;
    }


    .successTile .tileDetails {
        margin: 0px;
        background: #fff;
        /*background: rgba(255,255,255,.9);*/
        padding: 15px;
    }


    .successTile .tileInner {
      text-align: left;
      margin: 0;
      
      /*background-color: #f4f5f9;*/
      height: 100%;
      width: 100%;
    }

    .successTile .tileCaption {
      margin-top: 35px;
      font-size: 19px;
      font-weight: 700;
      line-height: 1.3;
    }


    .successTile .tileCaption2 {
      margin-top: 15px;
      font-size: 23px;
    }


    .successTile .tileDate {
      font-size: 13px;
      text-transform: uppercase;
      color: #6c7983;
      font-weight: 400;
      position: relative;
    }

    .successTile .tileDate b {
      
      font-weight: 500;
    }



    .successTile .tileInner img, .successTile .tileInnerAlt img {
      border: none;
      width: 100%;
      max-width: 140px;
      height: auto;
      display: block;
      margin: 0 auto;
    }	
	

    .successTile .tileDate:before {
        content: '';
        border-bottom: 4px solid #47b7ec;
        display: block;
        position: absolute;
        width: 50px;
        top: 33px;
    }


    .successTile h4 {
      letter-spacing: 0;
      text-transform: none;
    }






        .implementationProcess {
            margin: 30px auto;
            width: 100%;
            max-width: 850px;
        }

        .ipBox {
            display: inline-block;
            width: 16%;
            text-decoration: none;
            position: relative;
            text-align: center;
        }

        .ipBox span {
            font-size: 30px;
        }
        .ipBox div {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 14px;
            margin-top: 5px;
            line-height: 1.2;
        }

        .ipBox2 {
            display: inline-block;
            width: 5%;
            text-decoration: none;
            position: relative;
            text-align: center;
            color: #47b7ec;
            font-size: 25px;
            vertical-align: middle;
        }
        .ipBox2 span {
            
            vertical-align: middle;
        }


        @media screen and (max-width: 570px) {

            .ipBox span {
                font-size: 22px;
            }
            .ipBox div {
                font-size: 11px;
            }
            .ipBox2 {
                font-size: 18px;
            }
        }



        @media screen and (max-width: 370px) {

            .ipBox span {
                font-size: 20px;
            }
            .ipBox div {
                font-size: 9px;
            }
            .ipBox2 {
                font-size: 16px;
            }
        }









    .talk-bubble {
	    margin: 25px 0;
        display: inline-block;
        position: relative;
	    width: 100%;
	    height: auto;
	    background-color: #fff;
        -webkit-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
        box-shadow: 0px 0px 57px -20px rgba(0,0,0,0.39);
    }

    .tri-right.btm-left-in:after{
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 70px;
        right: auto;
        top: auto;
        bottom: -20px;
        border: 12px solid;
        border-color: #fff transparent transparent #fff;
    }

    .talktext{
      padding: 40px 30px;
	    text-align: left;
    }

    .staffQuoteName {
        font-weight: 600;
        padding-left: 60px;
    }
    .staffQuoteName span {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
    }


    .employeeThumb {
        font-size: 23px !important; 
        vertical-align: middle; 
        color: #c8ccd3; 
        margin-top:-3px; 
        padding-right: 7px;
    }







        .testimonialOutter {
            
            

        }

        .testimonialImage {
            width: 600px;
            display: block;
        }
        .testiminialLeft {
            display: inline-block;
            width: 40%;
            height: 400px;
            min-width: 470px;
           
        }
        .testiminialRight {
            display: inline-block;
            position: relative;
            width: 55%;
        }
        .testiminialDetails {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            
        }
        /*
        .testiminialDetails:after {
            content: '';
            border-bottom: 4px solid #fff;
            display: block;
            position: absolute;
            width: 50px;
            top: 70px;
            left: 5px;
        }
*/
        .detailsTitle1 {
            margin: 0 0 10px;
            position: relative;
            font-size: 30px;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 1;
        }
        .detailsTitle2 {
            font-size: 28px;
            font-weight: 700;
            line-height: 1.2;
        }
        .detailsTitle3 {
            font-size: 22px;
            font-weight: 300;
            line-height: 1.2;
        }
        .detailsTitle4 {
            padding-top: 3px;
            line-height: 1.2;
            text-transform: uppercase;
            font-size: 13px;
        }


        .bigIcon {
            font-size: 50px;
            color: #47b7ec;
        }

        .detailsSep1, .detailsSep1a {
            position: relative;
            margin: 5px 0;
        }
        .detailsSep1:after, .detailsSep1a:after {
            content: ' ';
            border-bottom: 4px solid #fff;
            display: block;
            position: absolute;
            width: 50px;
            top: 10px;
            left: 5px;
        }

        .detailsSep1a {
            display: none;
        }




    div.threeIconTile {
      display: inline-block;
      margin-bottom: 20px;
      width: calc(100% - 25px);
      margin-right: 20px;
      text-decoration: none;
      position: relative;
      color: #182a39;
    }

    div.threeIconTile:nth-of-type(2n) {
      margin-right: 0;
    }

    @media screen and (min-width: 800px) {
      div.threeIconTile {
        width: calc(33.3% - 14px);
      }
  
      div.threeIconTile:nth-of-type(2n) {
        margin-right: 20px;
      }
  
      div.threeIconTile:nth-of-type(3n) {
        margin-right: 0;
      }
    }

    div.threeIconTile .tileInner {
      text-align: center;
      margin: 0;
      overflow: hidden;
      padding: 30px;
      background-color: #f4f5f9;
      height: 100%;
      width: 100%;
      position: absolute;
    }
    div.threeIconTile .tileInnerTwo {
      text-align: center;
      margin: 0;
      overflow: hidden;
      padding: 30px;
      visibility: hidden;
    }
    div.threeIconTile .tileInnerAlt {
      z-index: 10;
      text-align: center;
      margin: 0;
      overflow: hidden;
      padding: 30px;
      height: 100%;
      width: 100%;
      position: absolute;
      opacity: 0;
		-webkit-transition: opacity 0.15s ease;
		-moz-transition: opacity 0.15s ease;
		transition: opacity 0.15s ease;
    }
    div.threeIconTile:hover .tileInnerAlt {
      opacity: 1;
    }


    div.threeIconTile .tileCaption {
      margin-top: 15px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 15px;
      line-height: 1.2;
    }
    div.threeIconTile .tileDesc {
      line-height: 140px;
      height: 140px;
      position: relative;

    }
    div.threeIconTile .tileDesc span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.3;
    }
    div.threeIconTile .tileInner img, div.threeIconTile .tileInnerAlt img {
      border: none;
      width: 100%;
      max-width: 140px;
      height: auto;
      display: block;
      margin: 0 auto;
    }





			.goldSponsors  { text-align: center; }
			.goldSponsors a  {
				width: 18%;
				height:160px;
				position:relative;
				white-space: nowrap;
				border-radius: 5px;
			   display: inline-block;
				text-align: center; 
				margin: 15px;
				transition: all 0.3s ease;
                 background-color: #fff;
			}
			.goldSponsors a:hover  {
                
				-webkit-box-shadow: 0px 0px 63px -24px rgba(0,0,0,0.75);
                -moz-box-shadow: 0px 0px 63px -24px rgba(0,0,0,0.75);
                box-shadow: 0px 0px 63px -24px rgba(0,0,0,0.75);
			}			
			
			
			.helper {
				display: inline-block;
				height: 100%;
				vertical-align: middle;
			}
			.goldSponsors a img  {
				vertical-align: middle;
				width:90%;
			}

            .sponsorCategory{
                text-transform:uppercase; 
                font-weight:700; 
                text-align:center;
                color:#1d1f26;
                
            }
            
            .sponsorTitle {
                text-align: center;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 18px;
                padding: 10px 0;
                /*border-top: 2px solid #ced5e0;*/
                margin: 50px 0 20px;
                color: #fff;
            }








@media only screen and (max-width: 1080px) {


	
        .testiminialRight {
            width: 45%;
        }




}



@media only screen and (max-width: 875px) {

        .testiminialLeft {
            height: 350px;
            min-width: 370px;
        }
	
        .testiminialRight {
            width: 45%;
        }

    .mainBodyContentTestimonial {
        
        background-position-x: -100px;
        background-size: 550px;
    }


}

@media only screen and (max-width: 700px) {
        
        .detailsTitle1, .detailsSep1 {
            display: none;
        }


        .detailsSep1a {
            display: block;
        }




        .testiminialLeft {
            height: 310px;
            min-width: 230px;
        }
	
        .testiminialRight {
            width: 45%;
        }

        .mainBodyContentTestimonial {
        
            background-position-x: -130px;
            background-size: 500px;
        }


}



@media only screen and (max-width: 500px) {
        

	body {
		font-size: 16px;
        line-height: 1.4;
        
	}


    h1 {
        font-size: 34px;

    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }


    h6 {
        font-size: 22px;
    }










        .testiminialLeft {
            height: 310px;
            min-width: 0px;
            width: 0;
        }
	
        .testiminialRight {
            width: 100%;
            padding: 0 20px;
        }

        .mainBodyContentTestimonial {
        
            background-position-x: -130px;
            background-size: 500px;
            background-image: none !important;
        }


}
















@media only screen and (max-width: 920px) {


	
	.goldSponsors a {
		width: 25%;
		height:140px;
	}

}





@media only screen and (max-width: 1100px) {




    a.heroTile {
      width: calc(25% - 5px);
    }

    a.heroTile:nth-of-type(4n) {
      margin-right: 0;
    }

    a.heroTile:nth-of-type(4) .tileInner {
        border-radius: 0 10px 0 0;
    }

    a.heroTile:nth-of-type(8) .tileInner {
        border-radius: 0;
    }

    .homeTitle1 {
        margin-bottom: 30px;
    }

    .homeBannerInner h1 {
        font-size: 25px;
    }
    .homeProdLogo {
        font-size: 45px;
    }

    .decorated {
        font-size: 22px;
    }

    .decorated > span:before, .decorated > span:after {
        border-bottom: 2px solid #47b7ec;
    }

    .homeBannerInner {
        padding: 90px 10px 50px 10px;
    }

    .heroTile .tileCaption {
        font-size: 14px;
    }

    a.heroTile .tileIcon {
        font-size: 20px;
    }

}

@media only screen and (max-width: 560px) {


    .homeProdLogo {
        font-size: 38px;
    }

    .homeBannerInner h1 {
        font-size: 22px;
    }

    a.heroTile:nth-of-type(2) .tileInner {
        border-radius: 0 10px 0 0;
    }
    .homeTitle1 {
        margin-bottom: 10px;
    }

    a.heroTile:nth-of-type(4) .tileInner {
        border-radius: 0;
    }

    .decorated {
        font-size: 20px;
    }

    a.heroTile {
      width: calc(50% - 5px);
    }

    a.heroTile:nth-of-type(2n) {
      margin-right: 0;
    }

    .homeBannerInner h1 {
        font-size: 20px;
    }


    .decorated > span:before, .decorated > span:after {
        border-bottom: 1px solid #47b7ec;
    }

 

}




@media only screen and (max-width: 630px) {


	
	.goldSponsors a {
		width: 30%;
		height:130px;
	}

}


@media only screen and (max-width: 400px) {


	.goldSponsors a {
		width: 60%;
		height:130px;
	}

}


















    /* ################################################################ */
    /* FORMS */
    /* ################################################################ */


    ::-webkit-input-placeholder { color: #c3c7cd;}
    :-moz-placeholder { color: #c3c7cd; opacity:  1; }
    ::-moz-placeholder { color: #c3c7cd; opacity:  1; }
    :-ms-input-placeholder { color: #c3c7cd; }
    ::-ms-input-placeholder { color: #c3c7cd; }


    .marketoFormOutter {
        width: 700px;
        margin: 0 auto;
    } 


            .mktoLabel { 
                color: #7b7777;
                  font-family: Montserrat, Roboto, Oswald, Arial, Helvetica, sans-serif !important;
                  font-size: 13px !important;
                  line-height: 1.5 !important;  
                  width:190px !important;
                  float: none !important;
                  font-weight: 600 !important;
                  text-transform: uppercase !important;
                  color: #182a39 !important;
            }

            .mktoLabel:after {
	  content: "";
	  display: table;
	  clear: both;
            }

            .mktoForm {
                width: 100% !important;
            }

            .mktoField, .mktoTextField, .mktoForm input[type=text] {
                width: 500px !important;
                border-radius:0px !important;
                box-shadow: none !important;
                font-family: Montserrat, Roboto, Oswald, Arial, Helvetica, sans-serif !important;
                font-size: 17px !important;
                padding: 10px !important; 
                background-color: #fff !important;
                border:0px solid #fff !important;
                font-weight: 300 !important;
                color: #182a39 !important;
                float: none !important;
                margin: 3px 0 7px 0 !important;
            }
            .mktoButtonRow {
                display: block !important;
            }

            .mktoGutter {
                display: none !important; 
            }
            .mktoButton {
                font-family: Montserrat, Roboto, Oswald, Arial, Helvetica, sans-serif !important;
                display: inline-block !important;
                line-height: 50px !important;
                padding: 3px 30px !important;
                letter-spacing: 2px !important;
                font-size: 13px !important;
                font-weight: 600 !important;
                text-transform: uppercase !important;
                -webkit-transition: all 0.15s ease !important;
		        -moz-transition: all 0.15s ease !important;
		        transition: all 0.15s ease !important;
                background: #47b7ec !important;
                color: #fff !important;
                border-radius: 0px !important;
                border: 0px !important;
                height: auto !important;
                -webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
                box-shadow: none !important;
                animation-name: none !important;
                margin-top: 30px !important;
            }
            .mktoButtonWrap {
                margin-left: 10px !important;
                
            }

            .mktoButton:hover {
                background: #035d87 !important;
                color: #fff !important;
                border: 0px !important;
            }

            .mktoAsterix {
                position: absolute !important;
                float: none !important;
                left: -5px;
                top: 3px;
            }

            .mktoForm .mktoButtonWrap.mktoAnimGlow .mktoButton {
                height: auto !important;
                -webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
                box-shadow: none !important;
                animation-name: none !important;
            }




@media only screen and (max-width: 740px) {


    .marketoFormOutter {
        width: 500px;
    } 


            .mktoField, .mktoTextField, .mktoForm input[type=text] {
                width: 450px !important;
            }

            .mktoAsterix {
                position: absolute !important;
                float: none !important;
                left: -5px;
                top: 3px;
            }

}


@media only screen and (max-width: 550px) {


    .marketoFormOutter {
        width: 380px;

    } 
            .mktoField, .mktoTextField, .mktoForm input[type=text] {
                width: 370px !important;
            }	

            .mktoAsterix {
                position: absolute !important;
                float: none !important;
                left: -5px;
                top: 3px;
            }
}



@media only screen and (max-width: 480px) {

    .marketoFormOutter {
        width: 100%;

    } 


            .mktoForm {
                width: 100% !important;
                padding: 0px !important;
            }

            .mktoField, .mktoTextField, .mktoForm input[type=text] {
                width: 100% !important;
                padding: 10px !important;
                height: auto !important;
            }	

            .mktoLabel { 
                color: #7b7777;
                  font-family: Montserrat, Roboto, Oswald, Arial, Helvetica, sans-serif !important;
                  font-size: 12px !important;
                  line-height: 1.5 !important;  
                  width:190px !important;
                  float: none !important;
                  font-weight: 600 !important;
                  text-transform: uppercase !important;
                  color: #182a39 !important;
            }


}





@media only screen and (max-width: 700px) {

    .productHeaderLeft {
        width: 100%;
    }


    .productHeaderRight {
        display: none;
    }


    .productTopBar {
        height: 350px;
    }


}


















            /*.mktoButton {
                    box-shadow: none !important;
                    font-size: 13px !important;
                    font-weight: 400 !important;
                    background:#ffffff !important;
                    clear: both;
                    padding: 13px 20px 13px 20px !important;
                    border-radius: 3px !important;
                    color: #3a8ff0 !important;
                    letter-spacing: 1px;
                    text-transform: uppercase !important;
                    border: 1px solid #3a8ff0 !important;
                    transition: background-color 0.3s ease 0s !important;
                    -webkit-transition: background-color 0.3s ease 0s !important;

            }

            .mktoButton:hover {
                box-shadow: none !important;
                    float: right;
                    font-size: 13px !important;
                    font-weight: 400 !important;
                     background: #3a8ff0 !important;
                    clear: both;
                    padding: 13px 20px 13px 20px !important;
                    border-radius: 3px !important;
                    color: #ffffff !important;
                    letter-spacing: 1px;
                    text-transform: uppercase !important;
                    border: 1px solid #3a8ff0 !important;
                    transition: background-color 0.3s ease 0s !important;
                    -webkit-transition: background-color 0.3s ease 0s !important;

            }*/







    /* ################################################################ */
    /* FOOTER */
    /* ################################################################ */

    



    .footerOuter {
        background: #182a39;
        padding: 5px 10px 15px;
        position: relative;
        
    }


    .contactText {
        color: #47b7ec;
        width: 80%;
        font-size: 19px;
        
    }
    /*
    .contactText a {
        font-size: 14px;
        color: #fff;
        width: 200px;
        background-color: #505f71;
        padding: 10px 0;
        display: block;
        text-align: center;
        font-weight: 500;
        margin-bottom: 10px;
		-webkit-transition: background-color 0.15s ease;
		-moz-transition: background-color 0.15s ease;
		transition: background-color 0.15s ease;
    }
*/

    .contactText a {
        font-weight: 400;
        color: #dee7ea;
        display: inline-block;
        text-align: center;
		-webkit-transition: color 0.15s ease;
		-moz-transition: color 0.15s ease;
		transition: color 0.15s ease;
    }
      .contactText a:hover {
        color: #fff;
        
    }
    
      .contactText .fal {
        
        font-size: 16px;
        padding-right: 6px;
    }
    .contactText .fa-tv {
        font-size: 14px;
    }



    .contactText div {
        visibility: hidden;
        display: inline-block;
        color: #798699;
        font-weight: 700;
        padding: 0 15px;
        font-weight: 200;
    }


    .socialMedia {
        width: 20%;
        text-align: right;
    }

    .socialMedia a {
        display: inline-block; 
        padding-left: 15px;
        color: #798699;
        font-size: 30px;
		-webkit-transition: color 0.15s ease;
		-moz-transition: color 0.15s ease;
		transition: color 0.15s ease;
    }
      .socialMedia a:hover {
        color: #fff;
        
    }
    
    .legalLinks {
        text-align: right;
        width: 100%;
        margin-top: 15px;
    }

    .legalLinks a {
        color: #798699;
        font-weight: 700;
        font-size: 11px;
        
        text-transform: uppercase;
		-webkit-transition: color 0.15s ease;
		-moz-transition: color 0.15s ease;
		transition: color 0.15s ease;

    }

    .legalLinks a:hover {
        color: #fff;
    }

    .legalLinks div {
        display: inline-block;
        color: #798699;
        font-weight: 700;
        padding: 0 10px;
        font-weight: 600;
        font-size: 11px;
    }


    .legalText {
        width: 100%;
        text-align: right;
        margin-top:20px;
        color: #505f71;
        font-size: 11px;
        font-weight: 400;
    }




    .fa50 {
        font-size: 50%;
        vertical-align:super;
    }


    @media only screen and (max-width: 680px) {

        .contactText {
            width: 100%;
        }

        .socialMedia {
            margin-top: 15px;
            width: 100%;
            text-align: left;
        }

    .socialMedia a {
        padding-left: 0px;
         padding-right: 15px;

    }

    .legalLinks {
        text-align: left;
    }

    .legalText {
        text-align: left;
    }

   }




    


    /* POPUP */







.testimonialVideo {
	
	padding: 0;
	text-align: left;
	max-width: 1066px;
	margin: 40px auto;
	position: relative;
    background: #000;
    width: 90vw;

}

.webinarDescription {
	
	padding: 0;
	text-align: left;
	max-width: 1066px;
	margin: 40px auto;
	position: relative;
    background: #fff;
    width: 95vw;
    padding: 15px;

}




#small-dialog2 {
	
	padding: 0;
	text-align: left;
	background-color:#f1f3f4; width:450px; height:320px;
	margin: 40px auto;
	position: relative;
}


#login-dialog {
	
	padding: 0;
	text-align: left;
	background-color:#f1f3f4;
    width:100%; 
    max-width:450px;
	margin: 40px auto;
	position: relative;
}
.zoom-anim-dialog h1 { position:absolute; top:-35px; color:#ffffff; font-size:23px;}





    .demoIframe {
        display:block;
        width: 100%;
        height: 600px;

    }

    .popupContactOutter {
        float:left; 
        display:inline-block;
    }
    
    .popupContactText1 {
        font-size:22px; 
        display:inline-block; 
        font-weight:300; 
        padding-bottom:8px;
    }
    
    .popupPersonalDemo {
        display:inline-block; 
        margin-left:50px; 
        width:250px; 
        font-size:13px;  
        color:#acacac; 
        line-height:13px;
    }


    .popupContact {
        display:inline-block; 
        float:right; 
        margin-top:3px;
    }
    






@media only screen and (max-width: 1000px) {

    .demoIframe {

        height: 500px;
    }

}

@media only screen and (max-width: 850px) {

    .demoIframe {

        height: 450px;
    }

    .popupPersonalDemo {
        display:none;
    }




}


@media only screen and (max-width: 700px) {

    .demoIframe {

        height: 350px;
    }

}


@media only screen and (max-width: 530px) {



.webinarDescription {
	
    width: 95vw;

}



    .demoIframe {

        height: 250px;
    }

    .popupContactOutter {
        display: none;
    }

}



@media only screen and (max-width: 320px) {

    .demoIframe {

        height: 170px;
    }


}









/**
 * coin slider
 */







        .coin-slider {
            /*overflow: hidden;*/
            zoom: 1;
            position: relative;
            width: 100%;
            max-width: 980px;
            margin: 0 auto 100px auto;
            height: 530px;
            -webkit-box-shadow: 0px 10px 74px -20px rgba(0,0,0,0.4);
            -moz-box-shadow: 0px 10px 74px -20px rgba(0,0,0,0.4);
            box-shadow: 0px 10px 74px -20px rgba(0,0,0,0.4);
        }
            /*
            .cs-buttons-coin-slider {

        
            }
        */


            .coin-slider a {
                text-decoration: none;
                outline: none;
                border: none;
            }

        .cs-buttons {
            font-size: 0px;
            padding: 10px;
            float: left;
            top: 530px;
        }

            .cs-buttons a {
                margin-left: 5px;
                height: 10px;
                width: 10px;
                float: left;
                border: 1px solid #B8C4CF;
                color: #B8C4CF;
                text-indent: -1000px;
                border-radius: 50%;
            }

        .cs-active {
            background-color: #B8C4CF;
            color: #FFFFFF;
        }

        .cs-title {
            width: 100%;
            padding: 10px 30px;
            color: #000000;
            text-transform: uppercase;
            font-size: 14px;
            text-align: center;
            font-weight: 600;
            position: absolute;
            top: 555px;
            left: 0;
            z-index: 100;
            line-height: 1;
            height: 50px;
            opacity: 1;
        }

        .cs-prev,
        .cs-next {
            background-color: #000000;
            color: #FFFFFF;
            padding: 0px 10px;
        }








@media all and (max-width: 1130px) {


    .coin-slider {
        max-width: 900px;
        height: 485px;
    }


    .cs-buttons {
        top: 490px;
    }

    .cs-title {
        top: 515px;
    }


    .cs-coin-slider {
        height: 490px !important;
        width: 900px !important;
        background-size: 900px;
        background-repeat: no-repeat;
    }
}







@media all and (max-width: 920px) {

    .coin-slider {
        max-width: 650px;
        height: 350px;
    }


    .cs-buttons {
        top: 350px;
    }

    .cs-title {
        top: 385px;
    }
    .cs-next {
        top: 180px !important;
    }
    .cs-prev {
        top: 180px !important;
    }

    .cs-coin-slider {

        height: 350px !important;
        width: 650px !important;
        background-size: 650px;
        background-repeat: no-repeat;
    }



}





@media all and (max-width: 690px) {

    .coin-slider {
        max-width: 400px;
        height: 215px;
    }


    .cs-buttons {
        top: 215px;
    }

    .cs-title {
        top: 245px;
    }
    .cs-next {
        top: 100px !important;
    }
    .cs-prev {
        top: 100px !important;
    }

    .cs-coin-slider {

        height: 260px !important;
        width: 400px !important;
        background-size: 400px;
        background-repeat: no-repeat;
    }


}



@media all and (max-width: 430px) {

    .coin-slider {
        max-width: 270px;
        height: 145px;
    }


    .cs-buttons {
        top: 150px;
    }

    .cs-title {
        top: 180px;
    }
    .cs-next {
        top: 70px !important;
    }
    .cs-prev {
        top: 70px !important;
    }

    .cs-coin-slider {

        height: 260px !important;
        width: 270px !important;
        background-size: 270px;
        background-repeat: no-repeat;
    }


}









/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.85;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}


        .masterOutterblur
        {
            /*
            -webkit-filter: blur(5px) !important;
            -moz-filter: blur(5px) !important;
            -o-filter: blur(5px) !important;
            -ms-filter: blur(5px) !important;
            filter: blur(5px) !important;
            -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
            */
        }






#wrapper {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}


 .pupup-demo-outter { padding:20px; line-height:17px; color:#cccccc; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, .85); height:110px; }













    /* BACKWARD COMPATIBILITY */

    .generalBlock1, .advisorXiBlock4 {
        
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 10px;
        margin-top: 50px;
    }

	.generalBlock1:after, .advisorXiBlock4:after {
	  content: "";
	  display: table;
	  clear: both;
	  
	}


    .blockTitle1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.2;
    }





















    @media screen and (max-height: 730px) {

        .menuPlatform {
            display:none;
        }







    }




    @media screen and (max-height: 610px) {

        
        .suiteSubmenu .fal {
            display:none;
        }






    }







			