﻿::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a9a9a9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a9a9a9;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #a9a9a9;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #a9a9a9;
}

/*** GENERAL ***/

.scroll-lock {
	overflow: hidden;
}
.scroll-lock-mobile {
	height: 100%;
	width: 100%;
	position: fixed;
}

a {
	text-decoration:none;
	color: #0199da;
}
a:hover {
	text-decoration: underline;
}
a.more {
	text-align: right;
    display:block;
    font-weight:600;
}

h2 {
	color: #6ecc36;
	font-size:30px;
	font-weight:600;
	text-align:center;
	margin-top:0px;
	text-transform: uppercase;
}
h3 {
	font-weight:600;
}
.subtitle {
	text-align:center;
	margin:15px 98px 40px 98px;
}
body {
  background: white;
  font-family: 'Open Sans', sans-serif;
  font-size:15px;
  color: #636363;
  font-weight:300;
  margin: 0;
  padding: 0;
}
.hidden {
    display: none;
}
.clear {
	clear:both;
}
.mobile-only{
    display: none;
}
.loader {
    text-align:center;
    margin:10px;
    font-size:2em;
    display:none;
}
.link-btn, .btn{
    cursor: pointer;
}
.k-editor-button .k-Insert.Video{
    background-position: -12px -13px;
}

.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select{
    cursor: pointer;
}
    .square-btn{
        padding: 4px 6px;
        border: 1px solid;
        display: block;
        text-align: center;
    }

	.clear-btn{
        color: #fff;
        margin: 0px auto;
        border:1px solid white;
		border-radius:0;
		font-weight:600;
    }
    
    .oc-icon {
	    background:url(../images/icons.png) no-repeat;
    }

    .tooltip-btn{
        position: relative;
    }
    .tooltip-btn .fa{
        cursor: pointer;
    }
    .tooltip-btn .tooltip{
        display: none;
        position: absolute;
        width: 200px;
        font-size: 0.91em;
        background-color: #ccc;
        border: 1px solid #bbb;
        padding: 5px;
        z-index: 2;
        left: -70px;
        top: 16px;
        white-space: initial;
    }
    .tooltip-btn:hover .tooltip{
        display: block;        
    }

section {
	clear:both;
}
section panel {
	max-width: 1170px;
	width: 1170px;
	margin:0px auto;
	display:block;
	padding:15px;
	position:relative;
}
.help-box {
    border: 1px solid #c6c6c6;
    border-radius:3px;
    width:190px;
    padding:5px 20px;
    float:right;
    color: #626364;
    margin: 102px 20px 0;
}
    .help-box h3 {
        color: #626364;
    }
    .help-box a {
        color: #4D7EB6;
    }
     .help-box .phone{
         margin-top:10px;
         margin-bottom:20px;
     }

#content section {
	line-height:1.7em;
}

#portfolio panel, #aboutus panel, #howtoinvest panel, #education panel{
	padding-top:70px;
	padding-bottom:50px;
}
#portfolio,#aboutus,#featured {
	background-color:#f7f7f7;
}

.bluestrip {
	background: #0076a2; /* Old browsers */
	background: -moz-linear-gradient(left,  #0076a2 0%, #00aad0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0076a2), color-stop(100%,#00aad0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0076a2 0%,#00aad0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0076a2 0%,#00aad0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0076a2 0%,#00aad0 100%); /* IE10+ */
	background: linear-gradient(to right,  #0076a2 0%,#00aad0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076a2', endColorstr='#00aad0',GradientType=1 ); /* IE6-9 */
	color: white;
	border-top:3px solid white;
}

.oc-btn {
	background: #0076a2; /* Old browsers */
	background: -moz-linear-gradient(left, #49a83c 0%, #7bc242 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#49a83c), color-stop(100%,#7bc242)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #49a83c 0%,#7bc242 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #49a83c 0%,#7bc242 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #49a83c 0%,#7bc242 100%); /* IE10+ */
	background: linear-gradient(to right,  #49a83c 0%,#7bc242 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a83c', endColorstr='#7bc242',GradientType=1 ); /* IE6-9 */
	color: white;
	border-radius: 0px;
	margin:0px;
	text-transform: uppercase;
	font-weight:600;
    font-family: 'Open Sans', sans-serif;
}
.oc-btn .content.paper-button {
	padding:0.4em 0.8em;
}

    .infield-labe{
        position: relative;
    }
        .infield-labe label{
            position: absolute;

        }

paper-dialog > * {
	padding:0px;
	margin-top:0px;
}

paper-dialog > *:first-child {
	margin-top:0px;
}
paper-dialog.memberPopup {
    /*
    min-height:250px;
        
        */
    width: 600px;
    text-align: left;
    
    
}
    .paper-dialog-scrollable-0 .scrollable.paper-dialog-scrollable{
        overflow: visible;
    }
    paper-dialog.memberPopup #scrollable {
        /*max-height: 120px;*/
    }
    paper-dialog.memberPopup h4{
        font-size: 1.3em;
        text-align:left;
    }
    paper-dialog.memberPopup img {
        width:100px;
        height:auto;
    }
    paper-button.close-popup {
        min-width: 30px;
        font-size:1.2em;
        clear:both;
        position: absolute;
        right: 0px;
        top: 10px;
        color: #b6b6b6;
    }
        paper-button.close-popup .content.paper-button {
            padding:0px;
        }


main {
    /*margin-top: 64px;*/
}
#header panel {
    padding: 0px 15px;
}
#header panel h1 {
    text-align: center;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
    padding: 15px 0px;
    letter-spacing: 0.7px;
}
.glowing-bg {
    position: relative;
    background-image:url(../images/welcome-bg.jpg);
    background-size:cover;
}

/***COMMON FORM  ***/
.common-form h3{
    color: #006895;
    text-transform: uppercase;
}
.common-form .row{
    position: relative;
}
    .common-form .row .tooltip-btn{
        position: absolute;
        right: -8px;
        top: 6px;
    }
        .common-form .row .tooltip-btn .tooltip{
            right: -85px;
            left: auto;
            top: 17px;
        }
    .common-form .lbl{
        font-weight: 600;
        font-size: 0.9em;
        display: inline-block;
        position: relative;
        vertical-align: top;
        padding-top: 7px;
    }
        .common-form .lbl span {
            color: #c22c4b;
            font-size: 0.8em;
        }
    .common-form .field {
        display: inline-block;
        position: relative;
        vertical-align: top;
    }
    .common-form .checkbox-row .ffCheckboxWrapper, .common-form .checkbox-row .ffRadioWrapper{
        margin: 0px 5px 0px 0px;
    }
    .common-form .checkbox-row .ffCheckboxWrapper a, .common-form .checkbox-row .ffRadioWrapper a{
        cursor: default;
        top: 0;
    }
    .common-form  .ffRadio{
        float: none;
        display: inline-block;
        top: 3px;
        position: relative;
    }

    .common-form .checkbox-row .field label{
        vertical-align: top;
    }

    .common-form .submit-btn{
        display: inline-block;
    }
    .common-form input {
        -moz-box-sizing: inherit;
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
        .common-form input[type=text], 
        .common-form input[type=password], 
        .common-form input[type=email] {
            border: 1px solid #e9e9e9;
            border-radius: 2px;
            padding-left: 3%;
            padding-right: 3%;
            width: 94%;
            height: 23px;
            -webkit-appearance: none;
        }

        .common-form .row .field textarea{
            width: 94%;
            padding-left: 3%;
            padding-right: 3%;
            height: 120px;
            border: 1px solid #e9e9e9;
            outline: none;
            resize: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }
        .common-form select{
            outline: none;
            border: 1px solid #e9e9e9;
            height: 34px;
        }
        .common-form .row .field textarea:focus,
        .common-form select:focus
        {
            border-color: #c8c8c8;
            outline: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .common-form input[type=text]:focus,
        .common-form input[type=password]:focus ,
        .common-form input[type=email]:focus {
            border-color: #c8c8c8;
        }
        .common-form .input-validation-error{
            border-color: #ff5a58 !important;
        }
        .common-form .error{
            font-weight: 600;
            font-size: 0.8em;
            color: #ff5a58;
        }
        .k-list > .k-state-selected{
            /*background: -moz-linear-gradient(left, #49a83c 0%, #7bc242 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,#49a83c), color-stop(100%,#7bc242));
            background: -webkit-linear-gradient(left, #49a83c 0%,#7bc242 100%);
            background: -o-linear-gradient(left, #49a83c 0%,#7bc242 100%);
            background: -ms-linear-gradient(left, #49a83c 0%,#7bc242 100%);*/
            background: linear-gradient(to right, #49a83c 0%,#7bc242 100%);
            border-color: #49a83c !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a83c', endColorstr='#7bc242',GradientType=1);
        }
/*** WELCOME ***/

.col{
    float: left;
}
.right {
	float:right;
}


/*** NAVBAR ***/
#navbar {
	background-color: #333;
	height: 64px;
	min-height:64px;
	width:100%;
	z-index:11;
	position:fixed;
	top:0px;
}
	#navbar panel {
		padding: 10px 15px 15px;
	}
	#navbar .logo {
		margin-right:45px;
        height:30px;
	}
	#navbar a {
		color:white;
	}
    #navbar a:hover {
        text-decoration:none;
    }
    #navbar .first-login{
        position: absolute;
        right: 0px;
        top: 39px;
        color: #fff;
    }
	#navbar login-panel {
		position:absolute;
        right:30px;
        top:20px;
        z-index: 4;
	}
    #navbar login-panel.loggedIn {
        right:0px;
        top: 12px;
        z-index: 6;
	}
    #navbar login-panel.loggedIn paper-button{
        padding-bottom: 18px;
    }
	#navbar login-panel a {
		font-size:13px;
		margin-right:15px;
	}
        #navbar login-panel paper-button i.fa-user {
            font-size: 1.2em;
            margin-right: 5px;
        }
        #navbar login-panel paper-button i.fa-angle-down {
            font-size: 1.2em;
            margin-left: 5px;
        }
    #navbar .infl-status{
        height: 24px;
        padding: 3px 5px 3px 7px;
        border-radius: 2px;
        background: #00a9e0;
        margin-right: 0px;
        opacity: 0;
        display: inline-block;
    }
        #navbar .infl-status span{
            background-repeat: no-repeat;
            background-position: right center;
            display: inline-block;
            position: relative;
            padding-top: 2px;
            height: 22px;
            font-weight: bold;
        }
        #navbar .infl-status .challenges{
            display: inline-block;
            margin-right: 10px;
            margin-left: 5px;
        }    
        #navbar .infl-status .challenges-count{
            font-weight: bold;
            font-style:normal;
            border-radius: 15px;
            background: #0893c4;
            display: inline-block;
            padding: 2px 7px 3px;
        }
    .infl-wrapper{
        position: absolute;
        z-index: 10;
        top: 54px;
        width: 400px;
        right: 23px;
        display: none;
    }
        .infl-wrapper .fa-caret-up{
            color: #00a9e0;
            position: absolute;
            margin: 0px auto;
            left: 0;
            right: 0;
            top: -10px;
            text-align: center;
        }
        .infl-embed .infl-challenge-wrapper{
            padding: 0px !important;
            background: none !important;
        }
        .infl-minimize{
            display: none;
        }

	ul.horizontal-menu {
	    margin: 0px;
	    padding: 0px;
	}
    #navbar ul.horizontal-menu{
        position: relative;
        top: 12px;
    }

	    ul.horizontal-menu > li {
	        float: left;
	        list-style: none;
	        margin: 0px;
	        padding: 0px 15px 22px 15px;
	    }

	.submenu {
		position:relative;
	}
	.submenu > ul {
		display:none;
		position:absolute;
		padding:0px;
		background:#333333;
		padding:15px 15px 7px 15px;
		left:0px;
		top:41px;
		width:120px;
		border-top:2px solid #6ecc36;
		z-index:10;
	}
	
	.submenu > ul > li {
		padding:0px;
		float:none;
		list-style: none;
        margin-bottom:8px;
	}

.user-menu {
    display:none;
    top: 48px;
    right: 20px;
    position: absolute;
    z-index: 5;
    width: 160px;
    overflow: hidden;
    height:195px;
}
    .user-menu ul {
        top:0px;
        width:130px;
    }

	.login-menu {
		display:block;
        position:absolute;
        right:30px;
        top:64px;
        border-top:2px solid #6ecc36;
        background:rgba(51,51,51,0.95);
        z-index:1;
        width: 211px;
        padding:20px;
        display:none;
	}

input[type=text], input[type=password], input[type=email] {
    border-radius: 3px;
    border: 1px solid #444;
    padding: 5px;
    width: 90%;
    outline: none;
}

.login-menu .row{
    margin-bottom: 0px;
}
.login-menu .row.checkbox{
    margin-top: 7px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
}
.login-menu .row.checkbox label{
    position: relative;
    vertical-align: top;
}
.login-menu input[type=text] {
    margin-bottom:12px;
}

	.login-menu .forgot-pass {
		color:#a9a9a9;
		text-decoration:underline;
		float:right;
		margin-top:15px;
		font-size:12px;
        margin-right:10px;
	}
	
	.login-menu .clear-btn {
		margin-top:5px;
		margin-right:10px;
        border-radius:3px;
        float:right;
        font-size:13px;
	}
	.login-menu .clear-btn .content.paper-button {
	        padding: 0.2em 0.57em;
        }

/*** PORTFOLIO ***/
.cards {
	padding:30px 102px;
	/*height:310px;*/
    line-height: initial;
}
	.cards > .card {
		margin-right:45px;
		border-radius: 2px;
		border:1px solid #e9e9e7;
		width:289px;
		background-color:white;
		text-align:center;
		overflow:hidden;
		float:left;
		min-height:230px;
        position: relative;
	}
	.cards > .card a {
		color: #636363;
	}
        .cards > .card .website a {
            color: #0199da;
        }
        .cards > .card .website a:hover {
            text-decoration:underline;
        }
	.cards > .card .flag {
		color:white;
		padding:5px;
		text-transform: uppercase;
	}
	.cards > .card .flag.blue {
		background-color:#0199da;
	}
    .cards > .card .flag.darkblue {
        background-color: #006895;
    }
	.cards > .card .flag.green {
		background-color:#48A32F;
	}
	.cards > .card .flag.orange {
		background-color:orange;
	}
	.cards > .card .flag.red {
		background-color:#ff5a58;
	}
	.cards > .card .flag.grey {
		background-color:#9e9e9e;
	}

	.cards > .card .text {
		padding:20px 55px 30px;
		max-width:225px;
		margin:0px auto;
	}
	.cards > .card img {
		border-bottom:1px solid #ededed;
	}
	.cards > .card:nth-child(3n) {
		margin-right:0px;
	}
    .cards > .card .deal-link{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
    }
    .cards > .card a:hover{
        text-decoration: none;
    }
	.cards .more {
		margin-top: 15px;
		font-weight: 600;
		float:right;
	}

.case-study {
	padding:15px 102px;
	margin-top:20px;
}
	.case-study .card {
		border-radius: 2px;
		border:1px solid #e9e9e7;
		background-color:white;
		overflow:hidden;
		text-align: left;
		padding:22px;
	}
	.case-study .card iframe {
		float:right;
	}
	.case-study .card .left {
		float:left;
		width:50%;
	}
	.case-study .card .logo {
		border-bottom:1px solid #c2c2c2;
		padding-bottom:8px;
		margin-bottom:16px;
	}
	.case-study .card .badge {
		height:50px;
	}
	.case-study .card .badge .icon {
		background-image: none;
		background-color: #006895;
		border-radius: 17px;
		width: 23px;
		height: 23px;
		color: white;
		text-align: center;
		padding: 7px 5px 5px 7px;
        font-weight:600;
        font-size:0.9em;
	}
	.case-study .card .badge .text {
		color: #006895;
		font-weight:600;
		padding-top: 6px;
		padding-left: 10px;
		text-transform: uppercase;
	}
	.case-study .card .logo .text {
		margin-left:30px;
	}

/*** OFFICES ***/
#offices {
	min-height:initial;
}
	#offices panel {
		width:800px;
	}	
	#offices div {
		padding:10px 10px;
		text-align:center;
		text-transform: uppercase;
	}

/*** HOW TO INVEST ***/
#howtoinvest .oc-btn {
	font-size:17px;
}

#howtoinvest .subtitle{
        width: 80%;
        margin: 3px auto 16px;
    }

		#howtoinvest .investment-method {
			width:260px;
			height:210px;
			color:white;
			padding:80px 60px;
		}
		#howtoinvest .investment-method h3 {
			margin:0px auto;
			width:80%;
			font-size:24px;
			text-align:center;
		}
		#howtoinvest .investment-method p {
			text-align:center;
			margin-top:5px;
			margin-bottom:0px;
			font-weight: 400;
		}
        #howtoinvest .portfolio-reserve{
            background-image: url(../images/how-it-worls-1.jpg);
        }
        #howtoinvest .automate-portfolio{
            background-image: url(../images/how-it-worls-2.jpg);
        }
        #howtoinvest .inner-layout {
	        width:760px;
			margin:0px auto;
        }
        #howtoinvest .investment-method .clear-btn {
	        margin-top:20px;
			border-radius:3px;
        }
        #howtoinvest .investment-method .clear-btn .content.paper-button {
	        padding: 0.2em 0.57em;
        }
        #howtoinvest .oc-btn{
            margin-top: 20px;
            font-size: 15px;
            display: block;
        }
        #howtoinvest .oc-btn .content.paper-button {
	        margin:0px;
        }
        
        #howtoinvest .request-tour{
            margin: 10px 0px 12px;
        }
        #howtoinvest a:hover {
			text-decoration: none;
		}


/*** statistics ***/
.statistics {
	height:120px;
}
.statistics panel > div {
	float:left;
	margin:0px 60px;
}
    .statistics .box{
        text-align: left;
        display: inline-block;
        
    }
    .statistics div.number {
	    font-size:34px;
	    font-weight: 600;
    }
    .statistics div.description {
	    text-transform: uppercase;
	    width: 100px;
	    font-weight: 600;
		color: #eaeaea;
    }

#aboutus panel {
	width:974px;
}
#aboutus panel > img {
	float:left;
	margin-right:30px;
}

#members{
        padding: 25px 25px;
        background: #e7e7e7;
        float:left;
            width: 42%;
    margin-top: 60px;
    }
        #members .member{
            text-align: left;
            font-size:13px;
        }
            #members .member img {
                width: 25%;
                float:left;
                text-align:inherit;
                margin-right:15px;
                margin-top: 4px;
            }
            #members .member .role {
                font-size: 1.1em;
                margin: 3px 0px 8px;
            }
            #members .member .info {
                text-align: left;
            }
            #members .more {
                margin-top: 10px;
            }


/*** FEATURED ***/
#featured .subtitle {
	color: #8d8d8d;
	font-size:20px;
	font-weight:600;
}
#featured panel > div {
	width:900px;
	margin:0px auto;
}
#featured panel div div {
	margin:0px 40px;
}
#featured panel div img {
    height:30px;
}
    #featured panel div img.tall {
        height:45px;
    }
#newsletter {
        padding: 20px 0px;
        display:none;
    }
    #newsletter .subtitle {
        background: url(../images/mobile/newsletter.png) no-repeat left center;
        background-size: contain;
        height: 32px;
        padding-left: 85px;
        padding-top: 8px;
        font-size: 1.3em;
        width:300px;
        float:left;
        text-align:left;
        margin:0px;
    }
        #newsletter form{
            display: block;
            width: auto;
            margin: 0px auto;
        }
        #newsletter form input[type=text],#newsletter form input[type=email] {
                width: 320px;
                margin-right: 10px;
        }
        #newsletter .clear-btn {
	        float:right;
        }

 #newsletter form input[type="text"], #newsletter form input[type="email"]{
        font-size: 1.3em;
        font-family: 'Open Sans', sans-serif;
        color: #636363;
    }

/*** FOOTER ***/
#footer panel {
	padding:40px 15px;
}
#footer div:first-child {
	margin-left:100px;
}
#footer div {
	margin-right:100px;
	line-height:30px;
}
#footer div:last-child {
	margin-right:0px;
}
#footer h3 {
	font-weight: 400;
	font-size: 24px;
	color: #585858;
}
#footer .social {
	width:27px;
	height:27px;
	float:left;
	margin-right:10px;
}
#footer .facebook{
    background-position: 0 0;
}
#footer .twitter{
    background-position: -40px 0;
}
#footer .linkedin{
    background-position: -81px 0;
}
#footer i.fa {
	font-size:2em;
	color: #a9a9a9;
	margin-right:15px;
}
#footer i.fa:hover {
	color: #909090;
}

/*** DISCLAIMER ***/
#disclaimer {
	background-color:#b1b1b1;
	color:white;
	font-size:10px;
}
	#disclaimer a {
		color:white;
		text-decoration:underline;
        font-weight:bold;
	}
	
/*** BUTTONS ***/

.sharer-btn{
    color: #676767;
    border: 1px solid #676767;
    border-radius: 3px; 
    padding: 2px 5px;
}
.sharer-btn:hover{
    text-decoration: none;
}

paper-dialog {
	background:white !important;
    padding:15px;
    font-family: 'Open Sans', sans-serif !important;
    line-height:1.7em;
}

paper-dialog h4 {
	color: #006895;
	padding-bottom:5px;
    margin: 10px;
    font-weight: 600;
    text-align: center;
    border:none;

}

    paper-dialog img {
        float: left;
        margin-right: 30px;
    }


#content {
	margin-bottom:15px;
    width: 1200px;
    margin: 0px auto;
}

#content section {
	margin-bottom:15px;
	background-color: #f7f7f7;
}
#content panel > .left {
	width:960px;
}

#content section.alt {
	background-color: #f7f7f7;
}
#header {
	padding-top:40px;
}
#header h2 {
	background: rgba(255,255,255,0.9);
    padding: 4px 8px;
    margin-top: 100px;
    color: #636363;
    text-align: left;
    float:left;
    font-weight:bold;
}

#content aside section {
	width:230px;
	padding:15px;
	margin: 15px 30px;
	background:white;
}
#content aside section#help {
	background-color:#f7f7f7;
}

#content aside section#help i.fa {
	margin-right:8px;
}

#content.split div section > panel {
	width:854px;
    max-width:854px;
}

#content.split div #portfolio > panel{
    width: 910px;
    max-width: 910px;
    padding-right: 0px;
    padding-left: 0px;
}


.errors {
    color: red;
    font-weight: Bold;
    font-size: 0.8em;
    margin-top:15px;
    display:none;
}
    .errors i {
        color: orange;
    }
    #sharer-popup {
        padding: 30px 30px;
    }
    #sharer-popup .x-close-btn{
        top: 5px;
        right: 5px;
        min-width: 0;
    }
    #sharer-popup .holder{
        margin: 0px auto;
        width: 400px;
        height: 100px;
    } 
        #sharer-popup .holder a{
            display: block; 
            float: left;
            width: 100px;
            height: 100px;
            background: url(/Images/emails.png) no-repeat;
            cursor: pointer;
        }
        #sharer-popup .holder a.gmail{
            background-position: 0px 0px;
        }
        #sharer-popup .holder a.yahoo{
            background-position: -100px 0px;
        }
        #sharer-popup .holder a.outlook{
            background-position: -200px 0px;
        }
        #sharer-popup .holder a.mailto{
            background-position: -300px 0px;
        }

.hbspt-form {
    display: none;
}

.signup-approved-popup{
    width: 410px;
    padding: 30px 35px;
}
        .signup-approved-popup h4{
            color: #006895;
            font-size: 1.3em;
            text-transform: uppercase;
        }
        .signup-approved-popup .header{
            font-size: 1.15em;
            font-weight: normal;
            color: #6d6d6d;
            font-style: italic;
            margin: 5px 0 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ededed;
        }
    .signup-approved-popup .login-summary{
        color: #636363;
    }
    .signup-approved-popup paper-button.x-close-btn{
        position: absolute;
        margin: 0px;
        top: 5px;
        right: 10px;
        min-width: 0;
    }
    .signup-approved-popup paper-button.oc-btn{
        float: none;
        margin: 20px auto 0px;
        position: relative;
        display: block;
        width: 138px;
        top: 0px;
        color: #fff;
    }
        .signup-approved-popup paper-button.oc-btn .content.paper-button{
            padding: 0.4em 0.8em
        }

    .CMS {
        line-height: 1.7em;
    }
    .CMS .left {
        float:left;
    }
    .CMS .right {
        float:right;
    }
    .CMS .col {
        width:47%;
    }


@media only screen and (min-width: 980px) and (max-width: 1200px){
    select{
        /*-webkit-appearance: none;*/
    }

    section panel{
        width: 90%;
    }

    #navbar panel{
        padding-right: 5%;
        padding-left: 5%;
    }
    #content{
        width: 100%;
    }
    
    .statistics panel > div{
        margin: 0px 35px;
    }
    .statistics div.number{
        font-size: 31px;
    }
    .deals panel{
        width: 100%;
        min-width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .cards{
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        width: 890px;
    }
    .cards > .card {
        width: 273px;
        margin-right: 29px;
    }
    .case-study{
        padding-right: 0px;
        padding-left: 0px;
        clear: both;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #footer div{
        margin-right: 70px;
    }
    #footer div:first-child{
        margin-left: 30px;
    }
    #footer #follow{
        margin-right: 0px;
    }
}
