﻿/* Fix for extra space above menu in Chrome and Safari */
img[alt='Skip Navigation Links'] {
    display: none;
}

/*
    Implementing BEM Methology
    It is to make css just as clear as coding ASP Controls
    .block__element--modifier {}

*/

/*Login Styles*/

.container {
    width: 960px;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.login-background {
    background-color: #f3f3f3;
}

.content {
    display: block;
	width: 400px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.login {
    border-radius: 4px;
	border: solid 1px #c0d3da;
	background: #FFF;
	box-shadow: 0 2px 2px #CCC;
    padding: 20px;
}

.login-spacer {
    margin-top: 30px;
    padding: 0 15px;
}

.login-Textbox {
    width: 300px;
}

.login-Label {
    font-weight: bold;
    color: #8a8a8a;
}

.login-Submit-Area {
    border-top: solid 1px #c0d3da;
    padding: 20px 80px;
    margin: 20px auto 0px;
}

.login-Image {
    width: 200px;
    padding: 0 80px 0 65px;
}

.login-title
{
    display: block;
    text-align: left;
    width: 280px;
    padding: 10px 40px 0;
}

.signin-button {

	background-color: #388AC2;
	display: inline-block;
	color: #fff;
	font-size: 15px;
    font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 4px;
    padding-left: 14px;
    width: 200px;
    border: none;
    
    }

.signout-section {
    float: right;
    margin-right: 5%;
    padding-bottom: 15px;
    padding-top: 5px;
}

.signout-section a {
    text-decoration: none;
}

/*Page Headers Styles*/

.page-titles {
    color: #002e6c;
    float: left;
    font-size: 1.8em;
    margin-bottom: 20px;
    width: 100%;
}

/*Footer Styles*/

.footer-bar {
    height: 40px;
    width: 100%;
    background-color: #2D2D2D;
    margin-top: 30px;
    padding: 20px 0 0 0;
}

.footer-text{
    color: #FFF;
    font-weight: bold;
    font-size: 1.2em;
}

/* Div  Activity Headers
----------------------------------------------------------*/
.header__headerTitle{
    color: darkgray ;
    font-size:15px;
    font-weight:bold;
}

.header__headerTitlegray{
    color: white;
    font-size:15px;
    font-weight:bold;
    background-color: lightgray;
}

.header__headerTitle--small{
    color: black;
    font-style:normal;
    font-size:11px;
    font-weight:bold;
    
}

.header-bar {
    background-color: #079ad6;
    height: 60px;
    width: 100%;
    position: relative;
    top: -5px;
    margin: 0px auto;
    clear: both;
}

.header-bar-blue {
    background-color: #079ad6;
    height: 40px;
    width: 100%;
    position: relative;
    top: -5px;
    margin: 0px auto;
    clear: both;
    color: White;
    font-weight: bold;
}

.header-bar-blue td {
    color:white;
    text-align:center;
}

.header-bar-container {
    width: 960px;
    margin: 0 auto;
}

Table.GridView tr.classes-bar {
    background-color: #FFF;
    color: #6d7479;
}


.classes-bar td {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 14px;
}
Table.GridView tr.classes-search {
    background-color: #4b6c9e;
    color: #6d7479;
}

.btnEditClientID{
    margin-left 50px;
}

.btnEditFEIN{
    margin-left 50px;
}
.btnEditAddress{
    margin-left 50px;
}


.classes-search td {
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 14px;
}
Table.GridView tr.classes-bar-alt {
    background-color: #f2f2f2;
    color: #6d7479;
}

.classes-bar-alt  a:visited {
        color: #42413C;
        text-decoration: none;
    }



.classes-bar-alt td {
 
  color: #666666;
  height: 20px;
  border-bottom:1px solid lightgray;
}

    .classes-bar-alt td span {
        display: block;
        padding-left: 1em;
        text-indent: -1.25em;
    }

/*
   Div Classes
----------------------------------------------------------*/
.submitbtn {
	-moz-box-shadow: inset 0 34px 0 -15px #4b6c9e;
	-webkit-box-shadow: inset 0 34px 0 -15px #4b6c9e;
	box-shadow: inset 0 34px 0 -15px #4b6c9e;
	background-color: #4b6c9e;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #465c71;
	padding: 5px 5px;
    float: right;
    }


.submitbtn:link, .submitbtn:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.submitbtn:hover {
    background-color: #4b6c9e;
	color: #FFFFFF;
	-moz-box-shadow: inset 0 34px 0 -15px #4b6c9e;
	-webkit-box-shadow: inset 0 34px 0 -15px #4b6c9e;
	box-shadow: inset 0 34px 0 -15px #4b6c9e;
	background-color: #4b6c9e;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #465c71;
	padding: 5px 5px;
    float: right;
    }

.editBtn:link, .submitbtn:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.editBtn:hover {
	background-color: #4b6c9e;
	color: #FFFFFF;
}
.editBtn:active, .editBtn:focus {
	position: relative;
	top: 1px;
	color: #FFFFFF;

}
.submitbtn:active, .submitbtn:focus {
	position: relative;
	top: 1px;
	color: #FFFFFF;
}


/*AddnewClient page*/
.div-NewClient{
    border:dashed;
}
.div-ClassCodes{
    border:medium;
}

/*
    Client labels
    TextBoxs
    Drop Down
*/

.label{
   padding-left:20px;
}

.label-Carriername{
    width: 50%;
    word-wrap: break-word;
}


/* Div tables
----------------------------------------------------------*/

.div-table{
    display: table;
    width: 100%;
}
.div-table-row{
    display: table-row;
    width:auto;
    clear:both;
    height: 37px;
}
.div-table-header{
    display: table-header-group;
}
.div-table-col{
    float:left;
    display:table-column;
    width:301px;
    justify-content:space-between;
}

.record-table{
    
}

.record-table th{
    
    background-color:#CCC;
}

.record-table tr{
    background-color:white;
    
}
.record-table tr.a td{
    background-color:#eee8e8;

}
/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited, a:active
{
    color: darkgray;
}

a:hover, a:focus
{
    color: lightgray;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0px;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    overflow: visible;
    /*border: 1px solid #496077;*/
}

.header
{
    position: relative;
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    /*background: #4b6c9e;*/
    width: 100%;
    display: inline-block;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    /*color: #f9f9f9;*/
    border: none;
    line-height: 1em;
    font-size: 2.30em;
    width: 250px;
    text-align: center;
}

.header a:link, .header a:visited
{
    color: #f9f9f9;
    text-decoration: none;
}

.header a:hover
{
    color: #f9f9f9;
    text-decoration: none;
}

.header a:active
{
    color: #034af3;
}

.message
{
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    background-color: #FAEBD7;
    color: Red;
    border: 1px solid Red;
    width: auto;
}

.messageGreen
{
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    background-color: #C1FFC1;
    color: Green;
    border: 1px solid Green;
    width: auto;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    height: auto;
}

.modalPopup-background {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.3;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
.footer__footerTitlegray{
    background-color:#646c72;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color: #4b6c9e;*/
    /*background-color: #3a4f63;*/
    width:100%;
}

div.menu
{
    padding: 4px 0px 0px 8px;
    font-weight: bold;
    float: right !important;
    margin-right: 5%;
}

div.menu a.static.selected
{
    background-color: #079ad6 !important;
    /*background-color: #bfcbd6 !important;*/
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    /*font-weight: bold;*/
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    /*padding: 0px;*/
    width: auto;
}

div.menu li {
    margin-left: 1px;
}

div.menu ul li a, div.menu ul li a:visited
{
    text-decoration: none;
    display: block;
    background: #032e6b;
    width: 130px;
    color: #FFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-transform: uppercase;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
.quote-title {
    float: left;
    color: #002e6c;
    margin-top: 10px;
}

.quote-section {
    height: 142px;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
    float: left;
}
.quote-section-title {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 14px;
}

select.invalid{
    /*border-color: red;*/ /* invalid control styling disabled */
}
input.invalid {
    /* border-color: red; */ /* invalid control styling disabled */
}

.inputSearchFor {
    width: 600px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
     float: left;
}
input.textEntry 
{
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 102%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 280px;
    /*margin-left: 3%;*/
    margin-top: -15px;
    /*padding: 10px 40px 0;*/
}

.title h1 {
    width: 300px;
    margin-top: -10px;
}

.lightbulb-Logo {
    height: 70px;
    padding-left: 20px;
    margin-top: -10px;
    float: left;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.EvenRowColor{background-color:#FFF;}
.OddRowColor{background-color: #CBE3EA;}

/* Table elements ---------------------------------------------------------------------------------*/
/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table, th, td {
	/*border: 1px solid #D4E0EE;*/
	border-collapse: collapse;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #555;
    /*width: 892px;*/
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
	background: #B0C4DE;
}

td, th {
	padding: 2px 4px 2px 4px;
    text-align: left;
}

thead th 
{
	text-align: center;
	background: #E6EDF5;
	/*background: #E0FFFF;*/
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr 
{ 
	/*background: #FCFDFE;*/
	text-align: left;
}



tbody tr.odd { background: #F7F9FC; }

tbody td.centerAlign { text-align: center; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

td.leftalign
{
	text-align:left;
}

td.rightalign, th.rightalign
{
	text-align:right;
}

/*-----------------SUMMARY TABLE FORMATTING----------------*/

.clientInfo table, .clientInfo tr, .clientInfo th, .clientInfo tbody tr, .clientInfo tbody th, .clientInfo thead tr, .clientInfo thead th
{
    /*border-collapse: collapse;*/
	border-style: solid;
    border-color: inherit;
    border-width: 0px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: left;
	background: #fff;
	vertical-align: top;
    width: 112%;
}

.columntitle
{
    background: #F7F9FC;
}

.columnalign
{
    text-align:left;
}

.inlineContainer
{
    display: inline;
}

.excelExport
{
    border: 2px solid green;
    padding: 0px 5px 5px 5px;
    float: right;
}
/*  import wizard Section (PayrollManager)
-----------------------------------------------------------------------------------------------------------*/

.wizard-bar-top-darkgrey {
    /*width: 960px;*/
    background-color: #bcbcbc;
    margin: 0 auto;
    height: 4px;
    position: relative;
    top: -5px;
    left: 0px;
}




.wizard-Toggle {
    display: inline-block;
}

.wizard-input-toggle {
    /*width: 960px;*/
    margin: 0 auto;
    height: 30px;
    color: #ffffff;
}

.wizard-input-toggle:visited {
    color: #ffffff;
}

.wizardLink:visited {
    color: #ffffff;
}

.wizard-toggle-container a:link {
    color: #ffffff;
}

.arrowSearchTool {
    margin-left: 5px;
    margin-bottom: -2px;
}

#wizard-toggle-container a:link, a:hover, a:visited {
    color: lightgray;
}

#fileLog-toggle-container {
    padding-bottom: 5px;
}
#fileLog-toggle-container a:link, a:hover, a:visited {
    color: lightgray;
}

.toggleLink {
    color: #ffffff;
    float: right;
    display: block;
    border: 3px solid #4b6c9e;
    padding: 3px;
    font-size: 12px;
    margin-top: -5px;
    border-radius: 0px 0px 3px 3px;
    background:#4b6c9e;
   /*font-weight: bold;*/ 
    position: relative;
    z-index: 1;
    text-decoration: none;
    /*width: 118px;*/
}
.questionlink {
    color: white;
    font-size: 12px;
    margin-top: -5px;
    font-weight: bold;
    width: 25px;
}

.questionlink:hover {
    color: #666666;
}

.toggleLink:hover {
    color: #f3f3f3;
}

.toggleLinkSummary {
    color: #ffffff;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
    width: 20px;
}

.wizard-tool-arrow {
    height: 20px;
    width: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    padding-left: 4px;
}

.WizardContainer {
    background-color: #f2f2f2;

}
.wizard-bar {

    margin: 0 auto;
height: 224px;
    /*width: 960px;*/
    clear: both;
    position: relative;
    top: -5px;
    }

    .wizard-bar h6 {
        font-size: 12px;
        color: #666666;
        padding: 0px;
        text-transform: uppercase;
        font-weight: lighter;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    .file-bar {
    height: auto;
    /*width: 960px;*/
    clear: both;
    position: relative;
    top: -5px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}.file-bar h6 {
        font-size: 12px;
        color: #666666;
        padding: 0px;
        text-transform: uppercase;
        font-weight: lighter;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    /*.toggleClientDDL {

    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}*/

.toggleClientDDL {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

/* Calendar styles */
.ui-datepicker-calendar {
    display: none;
    }
.leftPayrollColumn {
    float:left;
    height: 148px;
    width: 396px;

}
.rightPayrollColumn {
    float: left;
    height: 52px;
    width: 172px;
}

Table tr.whitespace {
    background-color: #FFF;
    padding: 20px;
    height:75px;
}

.PayrollTable {
    border-width: 0px;
    border-radius: 0px;

}


.filter-Payroll-Start {
   
    margin-top: 15px;
    margin-right: 25px;
    float: left;
    position: relative;
    top: -89px;
    left: 390px;
}

.filter-Payroll-End {
 
    margin-top: 15px;
    margin-right: 75px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}

.filter-Payroll-Start img {
    height: 29px;
    position: absolute;
    right: 15px;
    top: 16px;
    width: 29px;
    left: 109px;
}

.filter-Payroll-End img {
    height: 29px;
    position: absolute;
    right: 17px;
    top: 17px;
    width: 29px;
    left: 105px;
}
.inputPayrollDates {
    width: 120px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    padding: 9px;
}

.record-title {
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
    background-color:lightgray;
}

.record-title-dates {
    font-size: 12px;
    font-weight: normal ;
    padding-left: 10px;
    text-transform: uppercase;
    background-color:lightgray;
}

.record-new-quote-text {
    margin-left: 150px;
    float: left;
    text-decoration: underline;
}

.record-insured-name {
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    /*padding-top:10px;*/
}

.ForgotPassword {
    font-weight:bold;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}



    .record-insured-name a:link {
        color: #42413C;
        text-decoration: none;
    }

    .record-insured-name a:visited {
        color: #42413C;
        text-decoration: none;
    }

    .record-insured-name a:hover, .record-insured-name a:active, .record-insured-name a:focus {
        color: #1a9ad6;
        text-decoration: underline;
    }

     /*********************************/
    /* Navicon Hamburger Transitions */
   /*********************************/
    * {
  padding: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#nav-icon3 {
  width: 20px;
  height: 15px;
  position: relative;
  margin:5px auto 2px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2.50px;
  width: 100%;
  background: #2d2d2d;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 5px;
}

#nav-icon3 span:nth-child(4) {
  top: 10px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.linkbtn-PremSummary-margin-left {
    margin-left: 74%;
}

.linkbtn-ManualPrem-margin-left {
    margin-left: 70%;
}

.linkbtn-Search-margin-left{
    margin-left: 78%;
}

@media (max-width: 1500px) {
    .title {
        /*float: right;*/
        clear: both;
        margin-bottom: 10px;
        width: 250px;
    }

    div .menu {
        margin-right: 0;
    }


    .lightbulb-Logo {
        height: 55px;
    }
}

@media (max-width: 1375px) {
    /*.title h1 {
        font-size: 1.7em;
        width: 250px;
    }*/
    .title {
        width: 200px;
        margin-left: 5px;
    }

    .title h1 {
        font-size: 1.5em;
        width: 200px;
    }

    .lightbulb-Logo {
        padding-left: 0;
    }
}

@media (max-width: 1275px) {
    .lightbulb-Logo{
        display: none;
    }

    .title {
        display: none;
    }

}