diff --git a/css/style.css b/css/style.css
index e6be5a3..ee47f3f 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,16 +1,16 @@
-@import url(http://fonts.googleapis.com/css?family=Alex+Brush);
-@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300);
-@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
 /* Welcome to Compass.
  * In this file you should write your main styles. (or centralize your imports)
  */
 /*
  * Google Web Font
  */
+@import url(http://fonts.googleapis.com/css?family=Alex+Brush);
+@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300);
+@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
 /* line 13, ../sass/style.scss */
 body {
   font-family: 'Titillium Web', sans-serif;
-  color: #999999;
+  color: #999;
   font-weight: 300;
   letter-spacing: .5px;
   margin: 0 auto;
@@ -36,16 +36,16 @@ a:hover {
 /* line 35, ../sass/style.scss */
 ::-moz-selection {
   background: #58cdcd;
-  color: white;
+  color: #fff;
 }
 
 /* line 39, ../sass/style.scss */
 ::selection {
   background: #58cdcd;
-  color: white;
+  color: #fff;
 }
 
-/* line 48, ../sass/style.scss */
+/* line 43, ../sass/style.scss */
 h1,
 h2,
 h3,
@@ -61,7 +61,7 @@ h6 {
  */
 /* line 58, ../sass/style.scss */
 #page-wrapper #header {
-  border-bottom: 1px dashed #e1e1e1;
+  border-bottom: 1px dashed #E1E1E1;
   margin-bottom: 50px;
 }
 /* line 61, ../sass/style.scss */
@@ -83,7 +83,7 @@ h6 {
 }
 /* line 73, ../sass/style.scss */
 #page-wrapper #header #name-and-slogan #site-slogan {
-  color: #999999;
+  color: #999;
   font-family: 'Lato', sans-serif;
   font-weight: 300;
   font-size: 18px;
@@ -106,7 +106,7 @@ h6 {
 /* line 90, ../sass/style.scss */
 #page-wrapper #header #navigation .section ul#main-menu li a,
 #page-wrapper #header #navigation .section ul#secondary-menu li a {
-  color: #999999;
+  color: #999;
   text-decoration: none;
   font-size: 12px;
   letter-spacing: .5px;
@@ -126,7 +126,7 @@ h6 {
 #page-wrapper #header #navigation .section ul#main-menu li span.menu-divider,
 #page-wrapper #header #navigation .section ul#secondary-menu li span.menu-divider {
   padding: 0 8px 0 10px;
-  color: #999999;
+  color: #999;
 }
 /* line 108, ../sass/style.scss */
 #page-wrapper #header #navigation .section ul#main-menu li.last span.menu-divider,
@@ -186,11 +186,11 @@ h6 {
  */
 /* line 169, ../sass/style.scss */
 #main-wrapper .region-content .node {
-  background: white;
+  background: #fff;
   margin-bottom: 20px;
   padding: 20px;
-  -webkit-box-shadow: #e2e2e2 2px 2px 10px;
   -moz-box-shadow: #e2e2e2 2px 2px 10px;
+  -webkit-box-shadow: #e2e2e2 2px 2px 10px;
   box-shadow: #e2e2e2 2px 2px 10px;
 }
 /* line 174, ../sass/style.scss */
@@ -202,7 +202,7 @@ h6 {
 #main-wrapper .region-content .node .content-wrapper h2 {
   padding: 0 0 20px 0;
   margin: 0 0 25px 0;
-  border-bottom: 1px dashed whitesmoke;
+  border-bottom: 1px dashed #f5f5f5;
 }
 /* line 180, ../sass/style.scss */
 #main-wrapper .region-content .node .content-wrapper h2 a {
@@ -222,7 +222,7 @@ h6 {
   font-weight: 400;
   margin-top: 25px;
   padding-top: 20px;
-  border-top: 1px dashed whitesmoke;
+  border-top: 1px dashed #f5f5f5;
 }
 /* line 197, ../sass/style.scss */
 #main-wrapper .region-content .node .meta-wrapper .date {
@@ -271,11 +271,11 @@ h6 {
 }
 /* line 242, ../sass/style.scss */
 #sidebar-first .block {
-  border-bottom: 1px dashed #e1e1e1;
+  border-bottom: 1px dashed #E1E1E1;
 }
 /* line 244, ../sass/style.scss */
 #sidebar-first .block h2 {
-  border-bottom: 1px dashed whitesmoke;
+  border-bottom: 1px dashed #f5f5f5;
   padding: 10px 0 10px 0;
   margin: 0 0 10px 0;
 }
@@ -292,12 +292,12 @@ h6 {
 #footer {
   margin: 20px 0 20px 0;
   padding: 20px 0 0 0;
-  border-top: 1px dashed #e1e1e1;
+  border-top: 1px dashed #E1E1E1;
 }
 
 /* line 264, ../sass/style.scss */
 .copyright {
-  border-top: 1px dashed #e1e1e1;
+  border-top: 1px dashed #E1E1E1;
   margin: 20px 0 20px 0;
   padding: 20px 0 0 0;
 }
@@ -314,11 +314,11 @@ h6 {
   margin-right: 10px;
 }
 
-/* line 281, ../sass/style.scss */
+/* line 280, ../sass/style.scss */
 #highlighted,
 .region-help {
-  background-color: whitesmoke;
-  border: 1px dashed #cbc9cf;
+  background-color: #f5f5f5;
+  border: 1px dashed #CBC9CF;
   margin-bottom: 15px;
   padding: 15px;
 }
@@ -383,3 +383,21 @@ ol.search-results .search-snippet-info {
   width: 24px;
   height: 24px;
 }
+
+/*-----search-----*/
+/* line 338, ../sass/style.scss */
+.search-advanced .js-form-type-textfield {
+  display: flex;
+  flex-wrap: wrap;
+  margin-bottom: 10px;
+}
+/* line 342, ../sass/style.scss */
+.search-advanced .js-form-type-textfield label {
+  width: 18%;
+  display: inline-flex;
+}
+/* line 346, ../sass/style.scss */
+.search-advanced .js-form-type-textfield input[type="text"] {
+  width: 20%;
+  height: 18px;
+}
diff --git a/sass/style.scss b/sass/style.scss
index ecc5fb0..21e396d 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -331,3 +331,21 @@ ol.search-results {
     }
   }
 }
+
+/*-----search-----*/
+
+.search-advanced {
+	.js-form-type-textfield {
+		display: flex;
+		flex-wrap: wrap;
+		margin-bottom: 10px;
+		label {
+			width: 18%;
+			display: inline-flex;
+		}
+		input[type="text"] {
+			width: 20%;
+			height: 18px;
+		}
+	}
+}
\ No newline at end of file
