@import url("//hello.myfonts.net/count/2dfe34");

@font-face {
    font-family: 'museo700';
    src: url('webfonts/2DFE34_0_0.eot');
    src: url('webfonts/2DFE34_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DFE34_0_0.woff2') format('woff2'),url('webfonts/2DFE34_0_0.woff') format('woff'),url('webfonts/2DFE34_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'museo300';
    src: url('webfonts/2DFE34_1_0.eot');
    src: url('webfonts/2DFE34_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DFE34_1_0.woff2') format('woff2'),url('webfonts/2DFE34_1_0.woff') format('woff'),url('webfonts/2DFE34_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'museo500';
    src: url('webfonts/2DFE34_3_0.eot');
    src: url('webfonts/2DFE34_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DFE34_3_0.woff2') format('woff2'),url('webfonts/2DFE34_3_0.woff') format('woff'),url('webfonts/2DFE34_3_0.ttf') format('truetype');
}

@font-face {
    font-family: 'museo100';
    src: url('webfonts/2DFE34_4_0.eot');
    src: url('webfonts/2DFE34_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DFE34_4_0.woff2') format('woff2'),url('webfonts/2DFE34_4_0.woff') format('woff'),url('webfonts/2DFE34_4_0.ttf') format('truetype');
}

@font-face {
    font-family: 'museo900';
    src: url('webfonts/2DFE34_9_0.eot');
    src: url('webfonts/2DFE34_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DFE34_9_0.woff2') format('woff2'),url('webfonts/2DFE34_9_0.woff') format('woff'),url('webfonts/2DFE34_9_0.ttf') format('truetype');
}


/* -----------------------------------
	BASE
----------------------------------- */

body {
    margin: 0px;
    line-height: 1.45;
    background: #fff;
    color: #282828;
    font-family: 'museo300', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: underline;
    /*color: #00467f;*/
}

    a:hover {
        text-decoration: none;
        /*color: #B38807;*/
    }

img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

p, ul, ol {
    margin: 15px auto;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

em {
    text-decoration: underline;
    font-style: italic;
}

strong {
    font-family: 'museo500', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'museo300', sans-serif;
    text-transform: uppercase;
    margin: 10px auto;
    font-weight: normal;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.container {
    width: 960px;
    margin: 0 auto;
}

.clearfix {
}

    .clearfix:before, .clearfix:after {
        content: '';
        display: table;
    }

    .clearfix:after, .clear {
        clear: both;
    }

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

.acenter {
    text-align: center;
}

.ajustify {
    text-align: justify;
}

.dark {
    color: #000;
}

.light {
    color: #636363;
}

.small {
    font-size: 14px;
}

.big {
    font-size: 18px;
}

/**/
.popup {
    display: none;
    background: #fff;
    padding: 0;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.stLarge{
		display: inline-block;
		height: 32px;
		width: 32px;
	}

    .popup .popup-content-privacy {
        background: #c9c9c9;
        width: 80%;
        margin: 20px auto;
        border-radius: 10px;
        padding: 20px;
        height: 65%;
        overflow: auto;
    }
	
	.popup .popup-content-share {
        background: #c9c9c9;
        width: 80%;
        margin: 20px auto;
        border-radius: 10px;
        padding: 20px;
        height: 20%;
        overflow: auto;
    }

    .popup .popup-content-reset-password {
        background: #c9c9c9 none repeat scroll 0 0;
        border-radius: 10px;
        height: 41%;
        margin: 30px auto 0;
        max-width: 415px;
        padding: 20px;
        width: 90%;
    }

    .popup .popup-content-signupsuccess {
        background: #c9c9c9;
        /*width: 80%;*/
        margin: 20px auto;
        border-radius: 10px;
        padding: 20px;
        height: 47%;
        overflow: auto;
    }

    .popup .popup-content-login {
        background: #c9c9c9;
        /*background: #EBEBEB;*/
        width: 90%;
        /*max-width: 92%;
	min-width: 91%;*/
        margin: 20px auto;
        border-radius: 10px;
        padding: 20px;
        height: 58%;
        overflow: auto;
    }

    .popup .popup-content-signin {
        background: #c9c9c9;
        /*background: #EBEBEB;*/
        width: 91%;
        /*max-width: 460px;*/
        margin: 20px auto;
        border-radius: 10px;
        padding: 20px;
        height: 62%;
        overflow: auto;
    }

/* NEW */
.privacy-box {
    width: 92%;
    display: inline-block;
    background: #eee;
    border-radius: 8px;
    display: inline-block;
    height: 440px;
    padding: 5px 0;
    margin-left: 20px;
}

.popup .popup-content-privacy-disc {
    height: 40%;
    background: #fff none repeat scroll 0 0;
    border: 15px solid #6e6e6e;
    border-radius: 14px;
    margin: 13px auto 0;
    width: 77%;
    padding: 20px;
}

/*.checkbox {
    display: inline-block;
    position: relative;
    float: left;
    text-align: left;
}

    .checkbox label, .radio label, .checkbox labels {
        cursor: pointer;
        font-weight: 400;
        min-height: 20px;
        padding-left: 45px;
        text-align: left;
        text-transform: uppercase;
        font-size: 11px;
        margin: 10px 0;
    }*/

/* NEW */
/* -----------------------------------
	HEADER
----------------------------------- */


header {
    background: #f7f7f7;
    height: 90px;
}

.logo {
    float: left;
    /* width: 285px; */
    line-height: 90px;
}

.mainmenu {
    float: right;
    /* width: 650px; */
    line-height: 90px;
}

.menu-toggle {
    display: none;
}

.mainmenu ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
}

    .mainmenu ul li {
        float: left;
    }

        .mainmenu ul li a {
            display: inline-block;
            color: #282828;
            text-decoration: none;
            margin-left: 20px;
        }

            .mainmenu ul li a:hover {
                /*color: #B38807;*/
                color:#272362 !important;
            }

            .mainmenu ul li a.active, .mainmenu ul li.active a {
                color:#272362 !important;
				/*color:#0000EE !important;
                color: #B38807;*/
                /* font-family: 'museo700', sans-serif; */
				/*font-weight: bold;*/
            }

header.home {
    height: auto;
    padding: 10px 0;
    background: transparent;
}

    header.home .logo {
        line-height: 1;
    }

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.mainmenu ul li span {
    margin-left: 20px;
    font-weight: bold;
}

.anchor {
    display: block;
    height: 90px; /*same height as header*/
    /*margin-top: -90px;*/ /*same height as header*/
    visibility: hidden;
    top: 130px;
}


/* -----------------------------------
	CONTENT
----------------------------------- */

#content {
    padding: 0;
}

/* #home {
    margin-bottom: 20px;
} */

.main-title {
    text-align: center;
    margin-bottom: 20px;
}

    .main-title h1 {
        color: #000;
    }

.box {
    padding: 19px;
    border: 3px solid #ebebeb;
    border-radius: 8px;
}

.Cbox {
    padding: 3%;
    border: 3px solid #ebebeb;
    border-radius: 8px;
    font-size: 10px;
    margin-bottom: 5.5%;
}

.about-cols .box {
    /*margin-bottom: 20px;*/
}

.file-link {
    color: #282828;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 5px 5px 30px;
    margin: 10px auto;
    background: transparent url(../images/icon_file.png) no-repeat left center;
    text-decoration: none;
    font-size: 14px;
}

    .file-link:hover {
        text-decoration: underline;
        background: transparent url(../images/icon_file_1.png) no-repeat left center;
        /*color: #B38807;*/
        color:#272362 !important;
    }

.homepage-left {
    float: left;
    width: 58%;
}

.homepage-right {
    float: right;
    width: 40%;
    margin-top: 40px;
}

.three-cols {
}

    .three-cols .col {
        float: left;
        width: 31.33%;
        padding: 0 1%;
    }

.about-cols {
    font-size: 14px;
}

    .about-cols .primary {
        float: left;
        width: 33%;
        /*width: 28%;*/
        padding: 0 1%;
    }

    .about-cols .secondary {
        float: left;
        width: 46%;
        padding: 0 1%;
    }

    .about-cols .tertiary {
        float: right;
        width: 26%;
        padding: 0 1%;
    }
	.acenter:first-child a div{height: 130px !important;}

        .about-cols .tertiary h6 {
            margin: 0;
            font-family: 'museo500', sans-seif;
        }

        .about-cols .tertiary p {
            margin: 0;
        }

.person {
    overflow: hidden;
}

    .person .photo {
        float: left;
        width: 38%;
    }

    .person .details {
        float: right;
        width: 62%;
        text-align: center;
        font-size: 11px;
    }

.titlee {
    font-size: 10.5px;
    line-height: 1.06;
    display: block;
    text-transform: none;
}

.person .details {
    margin: 0;
    font-family: 'museo500', sans-seif;
}

.name {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
}

.person .details p {
    margin: 0px auto;
}

.person .links {
    margin-top: 10px;
}

    .person .links a {
        display: inline-block;
        margin-right: 10px;
    }

.primary .person .photo {
    float: none;
    width: 100%;
}

.primary .person .details {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 7px;
}


.primary .person .details a{
   color: #282828;
}

.graphic {
    text-align: center;
    margin: 0;
}

    .graphic figcaption {
        padding: 20px 50px 0;
    }

.sam-quote {
    float: right;
    width: 90%;
}

    .sam-quote .sam {
        display: inline-block;
        border: 3px solid #ebebeb;
        border-radius: 3px;
        position: absolute;
        margin-top: 250px;
        margin-left: -100px;
    }

    .sam-quote .quote {
        margin: 30px 0 0 0;
        padding: 30px 50px 10px 80px;
        border: 3px solid #ebebeb;
        font-size: 20px;
        border-radius: 3px;
    }

        .sam-quote .quote p {
            position: relative;
        }

        .sam-quote .quote cite {
            display: block;
            text-align: right;
            text-transform: uppercase;
            font-size: 14px;
            font-style: normal;
            font-family: 'museo500', sans-serif;
        }

        .sam-quote .quote p:before {
            content: '';
            width: 29px;
            height: 23px;
            display: inline-block;
            background: #fff url(../images/quote.png) no-repeat;
            position: absolute;
            left: -40px;
            top: -5px;
        }

        .sam-quote .quote p:after {
            content: '';
            width: 29px;
            height: 23px;
            display: inline-block;
            background: #fff url(../images/quote.png) no-repeat;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            position: absolute;
            right: 0;
            bottom: 0;
        }

.all-calculators {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
}

    .all-calculators > div:nth-child(odd) {
        float: left;
    }

    .all-calculators > div:nth-child(even) {
        float: right;
    }

    .all-calculators .calc-box {
        width: 44%;
        padding: 0 1%;
        background: #636363 url(../images/icon_calc.png) no-repeat;
        background-position: 10% 50%;
        ;
        border-radius: 8px;
        margin-bottom: 20px;
        height: 150px;
        line-height: 150px;
        text-align: center;
        overflow: hidden;
        position: relative;
    }

        .all-calculators .calc-box a {
            color: #282828;
        }

        .all-calculators .calc-box:hover {
            background: #ebebeb;
        }

.calc-box .hover {
    line-height: 1.45;
    display: inline-block;
    vertical-align: middle;
    /* transition: all 1s; */
    opacity: 0;
}

    .calc-box .hover .title {
        font-family: 'museo500', sans-serif;
        font-size: 14px;
        margin: 0;
    }

    .calc-box .hover .desc {
        margin: 0;
        font-size: 13px;
    }

.calc-box .regular {
    line-height: 1.45;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}

    .calc-box .regular .title {
        margin: 0;
    }

    .calc-box .regular .desc {
        margin: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'museo500', sans-serif;
    }

.all-calculators .calc-box:hover .hover {
    opacity: 1;
}

.all-calculators .calc-box:hover .regular {
    opacity: 0;
}

.calc-box.locked:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235,235,235,0.8);
}

.calc-box.locked:hover::after {
    content: 'COMING SOON!';
    position: absolute;
    top: 73%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: 'museo700', sans-serif;
    padding-top: 40px;
    background: transparent url(../images/icon_lock.png) no-repeat top center;
}

.calc-box a {
    text-decoration: none;
}

.popup {
    display: none;
    background: #fff;
    /*padding: 10px 20px;*/
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom:25px;
}

    .popup .icon1 {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .popup .icon3 {
        position: absolute;
        top: -3px;
        left: 0;
    }

    .popup .icon2 {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .popup .print-icon {
    position: absolute;
    top: 4px;
    right: 20px;
}

    .popup .popup-header {
        text-align: center;
        padding: 0 20px;
        font-size: 16px;
    }

        .popup .popup-header h3 {
            font-family: 'museo100', sans-serif;
            margin-bottom: 0;
        }

.half_left {
    float: left;
    width: 36%;
}

.popup .popup-content {
    background: #c9c9c9;
    /*background: #EBEBEB;*/
    width: 90%;
    max-width: 415px;
    margin: 30px auto 0;
    border-radius: 10px;
    padding: 20px;
}

.popup .popup-content-privacy {
    background: #c9c9c9;
    /*background: #EBEBEB;*/
    width: 90%;
    max-width: 415px;
    margin: 30px auto 0;
    border-radius: 10px;
    padding: 20px;
}

.popup .popup-content-login {
    background: #c9c9c9;
    /*background: #EBEBEB;*/
    width: 91%;
    max-width: 460px;
    margin: 30px auto 0;
    border-radius: 10px;
    padding: 20px;
}

.popup .button {
    display: block;
    padding: 10px 20px;
    background: #fff url() no-repeat;
    background-position: 95% 50%;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    margin: 20px auto;
    color: #000;
    text-decoration: none;
}

.popup .button_clicktosignup {
    display: block;
    padding: 10px 20px;
    background: #fff url() no-repeat;
    background-position: 95% 50%;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    margin: 20px auto;
    color: #000;
    width: 75%;
    text-decoration: none;
}

.popup .button_share {
    background: #fff url("../images/icon_share_small.png");
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    padding: 10px 20px;
    /*background: #fff url() no-repeat;*/
    background-position: 95% 50%;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    margin: 20px auto;
    color: #000;
    width: 55%;
    text-decoration: none;
}

.popup .button_ContinueBrowsing {
    display: block;
    padding: 10px 20px;
    background: #fff url() no-repeat;
    background-position: 95% 50%;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    margin: 20px auto;
    color: #000;
    width: 48%;
    text-decoration: none;
    border: 1px solid #CCCCCC;
}

.popup .button_signin {
    background: #fff url("../images/icon_signin.png");
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    padding: 10px 20px;
    /*background: #fff url() no-repeat;*/
    background-position: 95% 50%;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    margin: 20px auto;
    color: #000;
    width: 48%;
    text-decoration: none;
    border: 1px solid #CCCCCC;
}

.popup .button_back_to_browsing {
    display: block;
    padding: 10px 20px;
    background: #fff url() no-repeat;
    background-position: 95% 50%;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    margin: 20px auto;
    color: #000;
    width: 48%;
    text-decoration: none;
}

.popup .button_back_to_calculators {
	background: #fff url("../images/calculators.png");
    background-repeat: no-repeat;
    background-position: right;
	background-size: 20px;
    display: block;
    padding: 10px 20px;
    /* background: #fff url() no-repeat; */
    background-position: 95% 50%;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    margin: 20px auto;
    color: #000;
    width: 55%;
    text-decoration: none;
}

.popup .button_reset_password {
    display: block;
    padding: 10px 20px;
    background: #fff url() no-repeat;
    background-position: 95% 50%;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    margin: 20px auto 0px auto;
    color: #000;
    width: 55%;
    text-decoration: none;
}

.popup .textbox {
    display: inline;
    box-sizing: border-box;
    width: 94%;
    margin-left: 10px;
    padding: 10px 20px;
    background: #fff url() no-repeat;
    background-position: 95% 50%;
    font-size: 15px;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    border-radius: 5px;
    border: 0;
    font-style: italic;
}

.popup .textbox-username {
    display: inline;
    box-sizing: border-box;
    width: 84%;
    margin-left: 35px;
    padding: 10px 20px;
    background: #fff url(../images/icon_mail_small.png) no-repeat;
    background-position: 95% 50%;
    font-size: 15px;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    border-radius: 5px;
    border: 0;
    font-style: italic;
}

.popup .textbox-password {
    display: inline;
    box-sizing: border-box;
    width: 84%;
    margin-left: 35px;
    padding: 10px 20px;
    background: #fff url(../images/icon_tick_small.png) no-repeat;
    background-position: 95% 50%;
    font-size: 15px;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    border-radius: 5px;
    border: 0;
    font-style: italic;
}

.popup .textbox-tick {
    display: inline;
    box-sizing: border-box;
    width: 84%;
    margin-left: 35px;
    padding: 10px 20px;
    background: #fff url(../images/icon_tick_small.png) no-repeat;
    background-position: 95% 50%;
    font-size: 15px;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
    text-align: center;
    border-radius: 5px;
    border: 0;
    font-style: italic;
}

.checkbox_1 {
    margin-left: 20px;
    margin-top: 15px;
}

.checkboxs label {
    display: inline-block !important;
}

.checkboxs {
    position: absolute;
    height: 17px;
    width: 17px;
    margin: 0;
}

    .checkboxs label {
        padding-left: 20px;
        display: inline-block !important;
    }

    .checkboxs:checked label {
        padding-left: 20px;
    }

.popup label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}

.popup labels {
    display: block;
    /*text-align: center;*/
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}

.popup .submit-button {
    display: block;
    box-sizing: border-box;
    width: auto;
    padding: 10px 20px;
    background: #fff url(../images/calc_button_bg_hover.png) repeat;
    background-size: cover;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
    font-family: inherit;
    letter-spacing: 1px;
    margin: 10px auto;
    cursor: pointer;
}

.popup input.button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    border: 0;
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
    font-family: inherit;
    letter-spacing: 1px;
    margin: 10px auto;
    cursor: pointer;
}

.popup .field {
    margin: 10px auto;
}

.popup a {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}



/* -----------------------------------
	FOOTER
----------------------------------- */

footer {
    padding: 40px 0 10px 0;
    font-size: 13px;
    font-family: 'museo500', sans-serif;
    color: #58595b;
    letter-spacing: 1px;
}

.foot-links {
    float: right;
    width: 28.33%;
    text-align: right;
}

    .foot-links a {
        display: inline-block;
        margin-left: 15px;
        text-transform: uppercase;
        color: #58595b;
    }

        .foot-links a:hover {
            color:#272362 !important;
        }

#createdby a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #58595b;
}

    #createdby a:hover {
        color:#0000EE !important;
    }

.copyright {
    float: left;
    width: 35.33%;
    text-transform: uppercase;
}

.social {
    float: right;
    text-align: left;
    width: 32.33%;
}

    .social a {
        display: inline-block;
        margin: 0 15px;
    }
	
	/*Harshad 18.02.2017*/
input::-ms-clear { display: none; }
/*Harshad 18.02.2017*/


@media screen and (max-width: 991px) {
    header {
        height: auto;
    }
   
}

@media screen and (max-width: 767px) {
    .all-calculators .calc-box{
        width : 48%;
        background-position:center top 10px ;
       
       
    height: 180px;

    }
    .calc-box .regular{top: 63%; width: 100% !important;  left: 50% !important;}
    .calc-box .regular .title {
        font-size: 18px !important;
    }
}
